Annotation of ECHO_content/zpt/ChangeECHO_movie_coords.zpt, revision 1.2

1.2     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2:     <h2>Change Map Coordinates for <span tal:replace="here/getId"/></h2>
                      3:     <p>Coordinates for graphical links to ECHO_collection</p>
                      4:     <form name="form" action="changeECHO_movie_coords">
                      5:       <table>
                      6:    <tr>
                      7:    <th>id</th><th>coordinates</th><th>angle</th><th>area</th><th>arrow</th>
                      8:    </tr>
                      9:    <tr tal:repeat="area here/getMapAreas">
                     10:      <td><span tal:content="area/getId"/></td>
                     11:      <td><input type="text" tal:attributes="name python:'coords.'+area.getId(); value area/getCoordString" size="40"/></td>
                     12:      <td><input type="text" tal:attributes="name python:'angle.'+area.getId(); value area/getAngle" size="3"/></td>
                     13:      <td><input type="radio" value="area" tal:attributes="name python:'type.'+area.getId(); checked python:area.getType()=='area'"/></td>
                     14:      <td><input type="radio" value="arrow" tal:attributes="name python:'type.'+area.getId(); checked python:area.getType()!='area'"/></td>
                     15:      <td><input type="submit" tal:attributes="name python:'del.'+area.getId()" value="delete"/></td>
                     16:     </tr>
                     17:       </table>
                     18:       <p><input type="submit" value="change all"/></p>
                     19:     </form>
                     20:     <p><a href="ECHO_graphicEntry">Add Map Coordinates</a></p>
1.2     ! dwinter    21: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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