Changeset 1381
- Timestamp:
- 09/03/08 18:37:37 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.workspace/trunk/pleiades/workspace/browser/workspace.pt
r1377 r1381 48 48 <th tal:content="python:tname.capitalize()">NAME</th> 49 49 <td tal:repeat="data python:[row[state] for state in ('drafting', 'pending', 'published', 'all')]"> 50 <a tal:attributes="href data/url"><span tal:replace="data/count">COUNT</span></a>, <a tal:attributes="href string:${data/url}/ @@kml-document">[KML]</a>50 <a tal:attributes="href data/url"><span tal:replace="data/count">COUNT</span></a>, <a tal:attributes="href string:${data/url}/kml">[KML]</a>, <a tal:attributes="href string:${data/url}/atom">[Atom]</a> 51 51 </td> 52 52 </tal:row>
