*** empty log message ***
[nyc.indymedia.org.git] / etc / producer / newswireinclude.template
index 394b036..9991e89 100755 (executable)
@@ -9,20 +9,19 @@
                <if n.to_original.to_article_type==articletype.newswire>
                   <li>
                      <p class="title">
-                               <if n.to_media_images >
-                              <img src="/img/photo_small.gif" class="icon" width="10" height="8" alt="" />
-                                               </if>
-                                        <if n.to_media_audio >
-                                      <img src="/img/audio_small.gif" class="icon" width="10" height="8" alt="" />
+                       <if n.to_media_images >
+                             <img src="/img/photo.gif" class="icon" width="10" height="8" alt="" />
+                                       </if>
+                        <if n.to_media_audio >
+                                      <img src="/img/audio.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
                                <if n.to_media_video >
-                                                       <img src="/img/video_small.gif" class="icon" width="10" height="8" alt="" />
+                                                       <img src="/img/video.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
                         <a href="${config["Producer.DocRoot"]}/${language.code}/${n.date.formatted.yyyy}/${n.date.formatted.MM}/${n.id}.html">${n.title}</a>
                      </p>
                      <p class="datestamp">
-                       
-                        ${n.date.formatted["MMM ddth, HH:mm"]}
+                        ${n.creationdate.formatted["MMM d, h:mm'<span>'a'</span>'"]}
                         <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>
                         <span class="blogURL"> <a href="${n.creator_main_url}">${n.creator}</a>:</span>
                         <a href="${n.source}">${n.title}</a>
                      </p>
-
-
                      <p class="datestamp">
-                        ${n.date.formatted.MMM} ${n.date.formatted.dd}th,
-                        <span class="comments">${n.commentcount} Comments</span>
+                        ${n.creationdate.formatted["MMM d, h:mm'<span>'a'</span>'"]}
+                        <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>
                </if>
             </list>
+
+           <li>
+              <p class="archive">
+                 <a href="/${language.code}/newswire/archive.html">${lang("general.archive")}</a>
+              </p>
+           </li>
          </ul>