Annotation of zogiLib/zpt/img_div.zpt, revision 1.2

1.1       casties     1: <table border="0" cellpadding="0" cellspacing="0" tal:define="zp string:${here/zogilibPath}template/">
                      2: <tr>
                      3:   <td></td>
                      4:   <td align="center"><a tal:condition="here/canMoveUp" href="javascript:moveBy(0, -0.5)"><img tal:attributes="src string:${zp}arr_up" border="0"/></a></td>
                      5:   <td></td>
                      6: </tr>
                      7: <tr>
                      8:   <td valign="center"><a tal:condition="here/canMoveLeft" href="javascript:moveBy(-0.5, 0)"><img tal:attributes="src string:${zp}arr_left" border="0"/></a></td>
1.2     ! casties     9:   <td><div tal:replace="structure python:here.createScalerImg(options=options)"/></td>
1.1       casties    10:   <td valign="center"><a tal:condition="here/canMoveRight" href="javascript:moveBy(0.5, 0)"><img tal:attributes="src string:${zp}arr_right" border="0"/></a></td>
                     11: </tr>
                     12: <tr>
                     13:   <td></td>
                     14:   <td align="center"><a tal:condition="here/canMoveDown" href="javascript:moveBy(0, 0.5)"><img tal:attributes="src string:${zp}arr_down" border="0"/></a></td>
                     15:   <td></td>
                     16: </tr>
                     17: </table>
1.2     ! casties    18: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>