preparing for a new logging framework
[mir.git] / templates-dist / producer / navigation.template
index 1fde305..609798a 100755 (executable)
@@ -1,12 +1,34 @@
 <p> 
+  ${lang("navigation.languages")}
+  <list languages as l> 
+    <br>
+      <if l.code==pathprefix>
+        <b>
+      </if>
+        <a href="${config["Producer.DocRoot"]}/${l.code}">${l.name}</a>
+      <if l.code==pathprefix>
+        </b>
+      </if>
+  </list> 
+</p>
+
+<p> 
+  ${lang("navigation.topics")}
   <list topics as t> 
     <br>
-    <a href="${config["Producer.DocRoot"]}/${t.filename}.shtml"><b>${t.title}</b></a>
+    <a href="${config["Producer.DocRoot"]}/${pathprefix}/${t.filename}/${t.filename}.shtml"><b>${t.title}</b></a>
   </list> 
 </p>
 
 <hr noshade width="146" size="1" align="left">
 
+<p>
+  <br>
+  <a href="${config["Producer.OpenAction"]}">${lang("navigation.publish")}</a>
+</p>
+
+<hr noshade width="146" size="1" align="left">
+
 <p class="small">
-  <include "producer/links.inc"> 
+  <include "links.inc"> 
 </p>