[Erp5-report] r14900 - /erp5/trunk/products/ERP5/dtml/explainIdTool.dtml

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 20 19:31:25 CEST 2007


Author: romain
Date: Wed Jun 20 19:31:25 2007
New Revision: 14900

URL: http://svn.erp5.org?rev=14900&view=rev
Log:
Display IDs generated by the IdTool.

Modified:
    erp5/trunk/products/ERP5/dtml/explainIdTool.dtml

Modified: erp5/trunk/products/ERP5/dtml/explainIdTool.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/dtml/explainIdTool.dtml?rev=14900&r1=14899&r2=14900&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/dtml/explainIdTool.dtml (original)
+++ erp5/trunk/products/ERP5/dtml/explainIdTool.dtml Wed Jun 20 19:31:25 2007
@@ -1,6 +1,30 @@
 <dtml-var manage_page_header>
 <dtml-var manage_tabs>
 
-<p>Explain IdTool</p>
+<p>This tools handles the generation of IDs.</p>
+
+<table width="100%">
+  <tr class="list-header">
+    <th>
+      Group
+    </th>
+    <th>
+      ID
+    </th>
+  <dtml-in prefix="dict" expr="dict_ids.keys()" no_push_item>
+    <dtml-if sequence-odd>
+      <tr class="row-normal">
+    <dtml-else>
+      <tr class="row-hilite">
+    </dtml-if>
+      <td>
+        <div class="list-item"><dtml-var expr="dict_item"></div>
+      </td>   
+      <td>
+        <div class="list-item"><dtml-var expr="dict_ids[dict_item]"></div>
+      </td>   
+    </tr>    
+  </dtml-in>
+</table>
 
 <dtml-var manage_page_footer>




More information about the Erp5-report mailing list