cybertools/z2/intid/registrations.pt
helmutm d1110c410e include slightly modified copy of five.intid
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-14 12:12:30 +00:00

24 lines
769 B
XML

<html metal:use-macro="context/@@standard_macros/view"
i18n:domain="zope">
<body>
<div metal:fill-slot="body">
<div metal:define-macro="body">
<p i18n:translate=""><span i18n:name="count"
tal:replace="view/len" /> objects</p>
<table id="sortable" class="listing" summary="Content listing"
tal:condition="request/testing|nothing"
i18n:attributes="summary">
<tr><th i18n:translate="">ID</th><th
i18n:translate="">Object</th></tr>
<tr tal:repeat="row view/_items">
<td tal:content="python:row[0]" />
<td><a tal:content="python:row[1]"
tal:attributes="href python:row[1]" /></td>
</tr>
</table>
</div>
</div>
</body>
</html>