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

index 5da9778..dd5ce59 100755 (executable)
                </if>
                <div class="spacer" style="clear: both;"><!-- --></div>
                <if aorig.to_media_audio >
-                  <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_audio[0]["big_icon"]}" class="mediaThumbnail" />
+                  <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_audio[0]["big_icon"]}" class="thumbnail" />
                </if>
                <if aorig.to_media_video >
-                  <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_video[0]["big_icon"]}" class="mediaThumbnail" />
+                  <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_video[0]["big_icon"]}" class="thumbnail" />
                </if>
                <if aorig.to_media_other >
-                  <img src="${config["Producer.DocRoot"]}/img/${aorig.to_media_other[0]["big_icon"]}" class="mediaThumbnail" />
+                  <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"]}" />
                   <b><a href="${config["Producer.DocRoot"]}/${language.code}/${i.date.formatted["yyyy'/'MM"]}/${i.id}.shtml">${i.title}</a></b>
                </p>
                <p class="summary">
-                  <small class="datestamp">${aorig.creationdate.formatted["MMM d, yyyy, h:mm'<span>'a'</span>'"]}</small>
-                  <small class="comments">${i.commentcount} Comments</small><br />
                   <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>
+                  <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="comments">${i.commentcount} Comments</small>
                </p>
 
             </list>