inserted pageTitle, correct template --patrick
authorpatrick <patrick>
Tue, 9 Aug 2005 04:18:44 +0000 (04:18 +0000)
committerpatrick <patrick>
Tue, 9 Aug 2005 04:18:44 +0000 (04:18 +0000)
etc/producer/topicpage.template

index a6535d9..8ffff94 100755 (executable)
    <meta name="dc:rights" content="">
    <meta http-equiv="expires" content="599">
    <meta http-equiv="pragma" content="no-cache">
-   <link rel="stylesheet" type="text/css" href="/css/main.css" />
+   <link rel="stylesheet" type="text/css" href="http://sarai.indymedia.org/~patrick/mir.nyc/css/main.css" />
 
 </head>
 
-<body class="interior">
+<body class="interior" class="topicPage">
 
 <!--#include virtual="/${language.code}/navigation.html" -->
 
+         <p class="pageTitle">
+            ${topic.title}
+         </p>
          <div class="featuredArticles">
 
          <!-- begin topic special -->
@@ -43,7 +46,7 @@
             </p>
             <p class="summary">
                <small class="author">${sorig.creator}<if sorig.id!=s.id>(${lang("general.translatedby", s.creator)})</if>&#160;|</small> ${s.description_parsed}
-               <small><a href="${config["Producer.DocRoot"]}/${language.code}/${s.date.formatted["yyy'/'MM"]}/${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
+               <small><a href="${config["Producer.DocRoot"]}/${language.code}${s.publish_path}${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
                <span class="comments">${n.commentcount}&#160;Comments</span></small>
             </p>
 
             </p>
             <p class="summary">
                <small class="author">${aorig.creator}<if aorig.id!=i.id>(${lang("general.translatedby", i.creator)})</if>&#160;|</small> ${i.description_parsed}
-               <small><a href="${config["Producer.DocRoot"]}/${language.code}/${i.date.formatted["yyyy'/'MM"]}/${i.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
+               <small><a href="${config["Producer.DocRoot"]}/${language.code}${s.publish_path}${s.id}.html" class="readMore">${lang("general.readmore")}</a>&#160; 
                <span class="comments">${n.commentcount}&#160;Comments</span></small>
             </p>
-         </list>  
          <!-- end articles -->
          
          <!-- begin next/previous -->