Diff for /cdli/zpt/uploadCheck.zpt between versions 1.4 and 1.5

version 1.4, 2006/02/13 20:35:35 version 1.5, 2006/05/05 08:13:36
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
 <tal:block metal:fill-slot="body">  <tal:block metal:fill-slot="body">
 <form action="uploadATFfinally">  <form name="form" action="uploadATFfinally">
 <h2>Please check</h2>  <h2>Please check</h2>
   
 <div tal:condition="python:(options['basketNameFromId']=='') and (not options['basketNameFromFile'])">  <div tal:condition="python:(options['basketNameFromId']=='') and (not options['basketNameFromFile'])">
Line 39 Line 39
 <input type="hidden" name="dir" tal:attributes="value options/dir">  <input type="hidden" name="dir" tal:attributes="value options/dir">
 <p>Comment (will be added to all uploaded files)</p>  <p>Comment (will be added to all uploaded files)</p>
 <p><textarea name="comment" cols="60" rows="10"></textarea>  <p><textarea name="comment" cols="60" rows="10"></textarea>
 <p><input name="procedure" type="radio" value="uploadchanged" checked>Upload only the changed and new files.</p>  <p><button name="procedureButton1" type="button" value="uploadchanged" onclick="forms.form.procedure.value='uploadchanged'; forms.form.submit()">Upload only the changed and new files.</button></p>
 <p><input name="procedure" type="radio" value="uploadAll">Upload all files.</p>  <input type="hidden" name="procedure" value="">
 <p><input name="procedure" type="radio" value="noupload">Dont't do anything.</p>  <!--<p><input id="procedure" name="procedure" type="radio" value="uploadAll">Upload all files.</p>-->
   <p><button name="procedureButton2" type="button" value="noupload" onclick="forms.form.procedure.value='noupload'; forms.form.submit()">Don't do anything.</button></p>
 <h3>Unlock?</h3>  <h3>Unlock?</h3>
 <p><input name="unlock" type="checkbox" checked> unlock the files.</p>  <p><input name="unlock" type="checkbox" checked> unlock the files.</p>
 <p><input type="submit" value="do it!"></p>  
 </form>  </form>
 <div tal:condition="python:len(options['errors'])>0">  <div tal:condition="python:len(options['errors'])>0">
 <h3>Errors:</h3>  <h3>Errors:</h3>

Removed from v.1.4  
changed lines
  Added in v.1.5


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