- <tr class="" tal:attributes="class python: (even and 'even') or 'odd'" tal:define="even repeat/item_info/even">
- <td><img src="." alt="lock" height="16" width="16" border="0"
- tal:condition="python:not isAnon and item_info['lock']"
- tal:attributes="src here/lock.gif/absolute_url"
- i18n:attributes="alt" /></td>
- <td>
- <input id="" type="checkbox" name="ids:list" value=""
- tal:attributes="value item_info/id; id item_info/checkbox" tal:condition="item_info/checkbox" />
- </td>
- <td>
- <a href="." tal:attributes="href item_info/url" tal:condition="item_info/icon">
- <img src="." alt="" tal:attributes="src item_info/icon; alt item_info/type" border="0" i18n:attributes="alt" />
- </a>
- </td>
- <td>
- <a href="." tal:attributes="href item_info/url" tal:define="tod item_info/title_or_id; id item_info/id">
- <span tal:replace="id">id</span>
- <span tal:condition="python:tod != id">
- • <span tal:replace="tod">title</span>
- </span>
- </a>
- </td>
- <td>
- <span tal:replace="item_info/modified">2001</span>
- </td>
- <td>
- <span tal:replace="item_info/position">1</span>
- </td>
- </tr>
+ <tr class="" tal:attributes="class python: (even and 'even') or 'odd'" tal:define="even repeat/item_info/even">
+ <td><img src="." alt="lock" height="16" width="16" border="0"
+ tal:condition="python:not isAnon and item_info['lock']"
+ tal:attributes="src here/lock.gif/absolute_url"
+ i18n:attributes="alt" /></td>
+ <td>
+ <input id="" type="checkbox" name="ids:list" value=""
+ tal:attributes="value item_info/id; id item_info/checkbox" tal:condition="item_info/checkbox" />
+ </td>
+ <td>
+ <a href="." tal:attributes="href item_info/url" tal:condition="item_info/icon">
+ <img src="." alt="" tal:attributes="src item_info/icon; alt item_info/type" border="0" i18n:attributes="alt" />
+ </a>
+ </td>
+ <td>
+ <a href="." tal:attributes="href item_info/url" tal:define="tod item_info/title_or_id; id item_info/id">
+ <span tal:replace="id">id</span>
+ <span tal:condition="python:tod != id">
+ • <span tal:replace="tod">title</span>
+ </span>
+ </a>
+ </td>
+ <td>
+ <span tal:replace="item_info/modified">2001</span>
+ </td>
+ </tr>