609798a1ab8cc764282011425ce6babc293b8ec6
[mir.git] / templates-dist / producer / navigation.template
1 <p> 
2   ${lang("navigation.languages")}
3   <list languages as l> 
4     <br>
5       <if l.code==pathprefix>
6         <b>
7       </if>
8         <a href="${config["Producer.DocRoot"]}/${l.code}">${l.name}</a>
9       <if l.code==pathprefix>
10         </b>
11       </if>
12   </list> 
13 </p>
14
15 <p> 
16   ${lang("navigation.topics")}
17   <list topics as t> 
18     <br>
19     <a href="${config["Producer.DocRoot"]}/${pathprefix}/${t.filename}/${t.filename}.shtml"><b>${t.title}</b></a>
20   </list> 
21 </p>
22
23 <hr noshade width="146" size="1" align="left">
24
25 <p>
26   <br>
27   <a href="${config["Producer.OpenAction"]}">${lang("navigation.publish")}</a>
28 </p>
29
30 <hr noshade width="146" size="1" align="left">
31
32 <p class="small">
33   <include "links.inc"> 
34 </p>