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.search/themis/search/contact-input.pt

24 lines
1.1 KiB
XML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<select size="8" tal:attributes="name string:${view/name}-select">
<option tal:repeat="item view/get_known_contacts" tal:content="item/title"/>
</select><br/>
<input id="" name="" class="contact-field" title="" lang="" disabled=""
readonly="" alt="" tabindex="" accesskey="" size="" maxlength=""
style="" value="" type="text"
tal:attributes="id view/id;
name view/name;
style view/style;
title view/title;
lang view/lang;
value view/value;
disabled view/disabled;
tabindex view/tabindex;
readonly view/readonly;
alt view/alt;
accesskey view/accesskey;
size view/size;
maxlength view/maxlength" />
</html>