*** empty log message ***
authorpatrick <patrick>
Sun, 14 Aug 2005 21:47:13 +0000 (21:47 +0000)
committerpatrick <patrick>
Sun, 14 Aug 2005 21:47:13 +0000 (21:47 +0000)
etc/producer/newswirearchive.template

index dd5ce59..dafde2d 100755 (executable)
@@ -46,7 +46,7 @@
                   <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_other[0]["big_icon"]}" class="thumbnail" />
                </if>
                <if aorig.to_media_images >
-                  <img src="${aorig.to_media_images[0]["icon_path"]}" width="${aorig.to_media_images[0]["icon_width"]}" height="${aorig.to_media_images[0]["icon_height"]}" class="thumbnail" alt="${aorig.to_media_images[0]["title"]}" />
+                  <a href="${config["Producer.DocRoot"]}/${language.code}/${i.date.formatted["yyyy'/'MM"]}/${i.id}.shtml"><img src="${aorig.to_media_images[0]["icon_path"]}" width="${aorig.to_media_images[0]["icon_width"]}" height="${aorig.to_media_images[0]["icon_height"]}" class="thumbnail" alt="${aorig.to_media_images[0]["title"]}" /></a>
                </if>
 
                <p class="headline">
@@ -56,7 +56,7 @@
                   <small class="author">${aorig.creator}&#160;|</small>
                   <span class="lead">${i.description_parsed}</span>
                   <small><a href="${config["Producer.DocRoot"]}/${language.code}/${i.date.formatted["yyyy'/'MM"]}/${i.id}.shtml" class="readMore">${lang("general.readmore")}</a></small><br />
-                  <small class="datestamp">${aorig.creationdate.formatted["MMM d, yyyy, h:mm'<span>'a'</span>'"]}</small>
+                  <small class="datestamp">${aorig.creationdate.formatted["MMM d, yyyy, h:mm'<span>'a'</span>'"]}&#160;|</small>
                   <small class="comments">${i.commentcount} Comments</small>
                </p>