no longer produced....
authorjohn <john>
Sun, 4 May 2003 12:54:22 +0000 (12:54 +0000)
committerjohn <john>
Sun, 4 May 2003 12:54:22 +0000 (12:54 +0000)
etc/producer/emailThisArticle.template [deleted file]

diff --git a/etc/producer/emailThisArticle.template b/etc/producer/emailThisArticle.template
deleted file mode 100755 (executable)
index 0a5e712..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-Subject: MIR-FORWARD::${article.title}
-Mime-Version: 1.0
-Content-Type: multipart/alternative; boundary="bboouunnddaarryy"
-
---bboouunnddaarryy
-Content-type: text/plain;
-
-${lang("general.htmltitle")} Email Forward
------------------------------------------------------------- 
-
-${article.title}
-                                       
-${article.creator}, ${article.creationdate.formatted["dd.MM.yyyy HH:mm"]}
-
-${article.description}
-       
-${article.content_data}
-                               
-<if article.creator_main_url || article.creator_email>                                         
-<if article.creator_email>
-${lang("article.email.prefix")}: ${article.creator_email}
-</if>
-<if article.creator_main_url>
-${lang("article.homepage.prefix")}: ${article.creator_main_url} 
-</if>
-</if>
-
-Source of this emailed article:
-${config["Producer.ProductionHost"]}/${config["Producer.DocRoot"]}/${language.code}/${article.creationdate.formatted["yyyy/MM"]}/${article.id}.shtml
-
-!COMMENT!
---bboouunnddaarryy
-Content-type: text/html;charset="utf-8";
-
-<html>
-<body bgcolor="#dddddd" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" link="#003399" alink="#cc0033" vlink="#660033" >
-<h1>${lang("general.htmltitle")}::Forwarded Article </h1>
-<table cellpadding="30" cellspacing="0" border="0" width="80%"><tr><td>
-        <br>
-        <h2>${article.title}(<a href="${config["Producer.ProductionHost"]}/${config["Producer.DocRoot"]}/${language.code}/${article.creationdate.formatted["yyyy/MM"]}/${article.id}.shtml">original location here</a>)</h2>
-                               
-       <p><i><font size="-1">${article.creator}, ${article.creationdate.formatted["dd.MM.yyyy HH:mm"]}</font></i></p>
-        <br>
-       <p>${article.description_parsed}</p>
-       <!-- media -->
-       <list article.to_media_audio as media>
-       <p>
-       <a href="${media["publish_server"]}${media["publish_path"]}">
-       ${media["title"]} - ${media["media_descr"]} ${media["human_readable_size"]}
-       </a>
-       </p>
-       </list>
-       <list article.to_media_video as media>
-       <p>
-       <img src="../../../img/${media["big_icon"]}" border="0" alt="">
-       <a href="${media["publish_server"]}${media["publish_path"]}">
-       ${media["title"]} - ${media["media_descr"]} ${media["human_readable_size"]}</a>
-       </p>
-       </list>
-       <list article.to_media_other as media>
-       <p>
-       <img src="../../../img/${media["big_icon"]}" border="0" alt="">
-       <a href="${media["publish_server"]}${media["publish_path"]}">
-       ${media["title"]} - ${media["media_descr"]} ${media["human_readable_size"]}</a>
-       </p>
-       </list>
-                       
-       <list article.to_media_images as image>
-       <p>
-       <img src="${image["publish_server"]}${image["publish_path"]}"
-       border="0" width="${image["img_width"]}"
-       height="${image["img_height"]}" alt="${image["title"]}">
-       <br><i>${image["title"]}</i>
-       </p>
-       </list>
-       <br>
-       <p><font size="-1">${article.content_data_parsed}</font></p>
-       <br>
-       <if article.creator_main_url || article.creator_email>
-       <p>
-               <font size="-1">
-               <if article.creator_email>
-                       <img src="../../../img/mail_small.gif" width="12" height="10" border="0" alt="-"> ${lang("article.email.prefix")}: <a href="mailto:${article.creator_email}">${article.creator_email}</a><br>
-               </if>
-               <if article.creator_main_url>
-                       <img src="../../../img/link_small.gif" width="12" height="10" border="0" alt=""> ${lang("article.homepage.prefix")}: <a href="${article.creator_main_url}" target="extern">${article.creator_main_url}</a><br>
-               </if>
-       </font>
-       </p>
-       </if>
-       <br>
-       <br>
-       <br>
-       !COMMENT!                                        
-       </td>
-       </tr>
-</table>
-</body>
-</html>
---bboouunnddaarryy--
-