~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<tal:root
  xmlns:tal="http://xml.zope.org/namespaces/tal"
  xmlns:metal="http://xml.zope.org/namespaces/metal"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  omit-tag="">
http://launchpad.net/<strong><div
        tal:condition="view/read_only"
        tal:replace="view/product_name">foo</div></strong>
<input id="field.name" name="field.name" size="30"
       tal:attributes="value view/product_name;
                       type view/widget_type;
                       class view/cssClass"
       />
</tal:root>