[Checkins] SVN: Products.SQLAlchemyDA/trunk/pt/info.zpt added

Andreas Jung andreas at andreas-jung.com
Mon Apr 30 04:30:20 EDT 2007


Log message for revision 74911:
  added
  

Changed:
  A   Products.SQLAlchemyDA/trunk/pt/info.zpt

-=-
Added: Products.SQLAlchemyDA/trunk/pt/info.zpt
===================================================================
--- Products.SQLAlchemyDA/trunk/pt/info.zpt	2007-04-30 08:08:58 UTC (rev 74910)
+++ Products.SQLAlchemyDA/trunk/pt/info.zpt	2007-04-30 08:30:19 UTC (rev 74911)
@@ -0,0 +1,17 @@
+<div tal:replace="structure context/manage_page_header" />
+<div tal:replace="structure context/manage_tabs" />
+
+<ul class="info" tal:define="info_d context/getInfo">
+
+    <li>
+        <span class="label">Name</span>:
+        <span tal:content="context/getId" />
+    </li>
+
+    <li tal:repeat="k info_d">
+        <span class="label" tal:content="k"/>:
+        <span tal:content="info_d/?k" />
+    </li>
+</ul>
+
+<div tal:replace="structure context/manage_page_footer" />



More information about the Checkins mailing list