*** empty log message ***
authorpatrick <patrick>
Tue, 9 Aug 2005 04:07:54 +0000 (04:07 +0000)
committerpatrick <patrick>
Tue, 9 Aug 2005 04:07:54 +0000 (04:07 +0000)
etc/producer/newswireinclude.template

index f7ebe25..31c0546 100755 (executable)
                   <li>
                      <p class="title">
                        <if n.to_media_images >
-                             <img src="http://sarai.indymedia.org/~patrick/mir.nyc/img/photo.gif" class="icon" width="10" height="8" alt="" />
+                             <img src="/img/photo.gif" class="icon" width="10" height="8" alt="" />
                                        </if>
                         <if n.to_media_audio >
-                                      <img src="http://sarai.indymedia.org/~patrick/mir.nyc/img/audio.gif" class="icon" width="10" height="8" alt="" />
+                                      <img src="/img/audio.gif" class="icon" width="10" height="8" alt="" />
                                                </if>
                                <if n.to_media_video >
-                                                       <img src="http://sarai.indymedia.org/~patrick/mir.nyc/img/video.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.creationdate.formatted["MMM d h:mm'<span>'a'</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>
@@ -32,7 +32,7 @@
                         <a href="${n.source}">${n.title}</a>
                      </p>
                      <p class="datestamp">
-                        ${n.creationdate.formatted["MMM d h:mm'<span>'a'</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>