Diff for /OSAS/OSA_system/Attic/archiveSelected.zpt between versions 1.2 and 1.3

version 1.2, 2004/01/07 15:29:01 version 1.3, 2004/01/09 12:47:05
Line 38  Archiving Line 38  Archiving
 </span>  </span>
   
 <h2>Second step: Archiving</h2>  <h2>Second step: Archiving</h2>
 <p><a tal:attributes="href python:'archiver?path='+here.REQUEST['path']">Click here for archiving</a></p>  <form tal:condition="python:here.isArray(here.REQUEST['path'])" action="archiver" method="post">
   <input tal:repeat="path python:here.REQUEST['path']" type="hidden" name="path" tal:attributes="value path">
   <input type="submit" value="Click here for archiving">
   </form>
   
   <form tal:condition="not:python:here.isArray(here.REQUEST['path'])" action="archiver" method="post">
   <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']">
   <input type="submit" value="Click here for archiving">
   </form>
   
   <!--<p><a tal:attributes="href python:'archiver?path='+here.REQUEST['path']">Click here for archiving</a></p>-->
   
   
 </div>  </div>

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


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