File:  [Repository] / ECHO_content / zpt / ChangeECHO_resource_coords.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
    <h2>Change Map Coordinates for <span tal:replace="here/getId"/></h2>
    <p>Coordinates for graphical links to ECHO_collection</p>
    <form name="form" action="changeECHO_resource_coords">
      <table>
	<tr>
	<th>id</th><th>coordinates</th><th>angle</th><th>area</th><th>arrow</th>
	</tr>
	<tr tal:repeat="area here/getMapAreas">
	  <td><span tal:content="area/getId"/></td>
	  <td><input type="text" tal:attributes="name python:'coords.'+area.getId(); value area/getCoordString" size="40"/></td>
	  <td><input type="text" tal:attributes="name python:'angle.'+area.getId(); value area/getAngle" size="3"/></td>
	  <td><input type="radio" value="area" tal:attributes="name python:'type.'+area.getId(); checked python:area.getType()=='area'"/></td>
	  <td><input type="radio" value="arrow" tal:attributes="name python:'type.'+area.getId(); checked python:area.getType()!='area'"/></td>
	  <td><input type="submit" tal:attributes="name python:'del.'+area.getId()" value="delete"/></td>
	 </tr>
      </table>
      <p><input type="submit" value="change all"/></p>
    </form>
    <p><a href="ECHO_graphicEntry">Add Map Coordinates</a></p>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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