Annotation of zogiLib/zpt/zogilib_img_div.zpt, revision 1.2
1.1 casties 1: <table border="0" cellpadding="0" cellspacing="0">
2: <tr>
3: <td></td>
1.2 ! casties 4: <td align="center"><a tal:condition="here/canMoveUp" tal:attributes="href python:here.zogilibAction('dl_MoveUp')"><img tal:attributes="src python:here.zogilibPath()+'up_img'" border="0"/></a></td>
1.1 casties 5: <td></td>
6: </tr>
7: <tr>
1.2 ! casties 8: <td valign="center"><a tal:condition="here/canMoveLeft" tal:attributes="href python:here.zogilibAction('dl_MoveLeft')"><img tal:attributes="src python:here.zogilibPath()+'left_img'" border="0"/></a></td>
1.1 casties 9: <td><div tal:replace="structure here/createScalerImg"/></td>
1.2 ! casties 10: <td valign="center"><a tal:condition="here/canMoveRight" tal:attributes="href python:here.zogilibAction('dl_MoveRight')"><img tal:attributes="src python:here.zogilibPath()+'right_img'" border="0"/></a></td>
1.1 casties 11: </tr>
12: <tr>
13: <td></td>
1.2 ! casties 14: <td align="center"><a tal:condition="here/canMoveDown" tal:attributes="href python:here.zogilibAction('dl_MoveDown')"><img tal:attributes="src python:here.zogilibPath()+'down_img'" border="0"/></a></td>
1.1 casties 15: <td></td>
16: </tr>
17: </table>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>