changed the start admin template to include the new, localizable producers
authorzapata <zapata>
Fri, 26 Apr 2002 21:39:18 +0000 (21:39 +0000)
committerzapata <zapata>
Fri, 26 Apr 2002 21:39:18 +0000 (21:39 +0000)
templates-dist/admin/start_admin.template

index 24dd61d..319f3a5 100755 (executable)
                        <img src="${config.docRoot}/img/pointgris.gif" border=0>${lang("start.generate.navigation")}</a>
                                <br>
 
+                       <font  face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#663399">
+                       <b>Localizer producers</b></font>
+
+
+                       <div align="left">
+                         <table>
+                           <tr><th>producer</th><th>verbs</th></tr>
+                         <list data.producers as p>
+                           <tr>
+                           <td>${p.key}</td>
+
+               <td>
+                 <table>
+                   <tr>
+                             <list p.verbs as v>
+                               <td width="30">
+                               <a href="${config.actionRoot}?module=Producer&producer=${p.key}&verb=${v}">
+                                 ${v}
+                               </a>
+                               </td>
+                             </list>
+                               <tr>
+                             </table>
+               </td>
+                   </tr>
+
+                         </list>
+                         </table>
+                 </div>
+
+
 
        </td>