Diff for /ECHO_content/zpt/ECHO_draw.zpt between versions 1.2 and 1.3

version 1.2, 2004/03/30 10:47:54 version 1.3, 2004/03/30 12:44:57
Line 238  Angle (0 = North):<input type="text" id= Line 238  Angle (0 = North):<input type="text" id=
 <input type="submit">  <input type="submit">
 </form>  </form>
 <span tal:repeat="coord python:here.coords" tal:replace="coord"/>  <span tal:repeat="coord python:here.coords" tal:replace="coord"/>
 <img id="overview" tal:attributes="src python:here.getOverview().getId()">  <img id="overview" tal:attributes="src python:here.getOverview().absolute_url()">
 <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background: url(red.gif); visibility: visible;">  <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background: url(red.gif); visibility: visible;">
 </div>  </div>
 </body>  </body>

Removed from v.1.2  
changed lines
  Added in v.1.3


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