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/mail_id_display.pt

26 lines
1.2 KiB
XML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag=""
tal:define="href view/href">
<a id="" class="" href="#" tal:condition="href"
tal:attributes="id view/id;
class view/klass;
style view/style;
title view/title;
lang view/lang;
href href;
onclick view/onclick;
ondblclick view/ondblclick;
onmousedown view/onmousedown;
onmouseup view/onmouseup;
onmouseover view/onmouseover;
onmousemove view/onmousemove;
onmouseout view/onmouseout;
onkeypress view/onkeypress;
onkeydown view/onkeydown;
onkeyup view/onkeyup"><tal:block
condition="view/value" content="view/value"
/></a><span tal:condition="not: href" tal:content="view/value"></span>
<a tal:condition="not: href" tal:attributes="href view/create_href">(créer document)</a>
</html>