This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
themis.fields/themis/fields/pointingdocs_display.pt

12 lines
359 B
XML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<ul tal:condition="view/pointing_docs">
<li tal:repeat="item view/pointing_docs">
<a tal:attributes="href item/from_path">
<span class="selected-option" tal:content="item/from_object/Title" />
</a>
</li>
</ul>
</html>