Diff for /MPIWGWeb/zpt/Attic/editDownloads.zpt between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2008/08/27 07:34:44 version 1.1.2.5, 2008/10/16 10:55:26
Line 17  Word to make it easier for you to create Line 17  Word to make it easier for you to create
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=getattr(here,'cv_publish','no'))" />                   checked=getattr(here,'cv_publish','no'))" />
 <p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>  <p><input type="submit" value="Upload the file"/></p>
   <p><a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
   
 <h2>Publication list</h2>  <h2>Publication list</h2>
 <p><input type="file" name="publications_pdf"/></p>  <p><input type="file" name="publications_pdf"/></p>
Line 26  Word to make it easier for you to create Line 27  Word to make it easier for you to create
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=getattr(here,'publications_publish','no'))" />                   checked=getattr(here,'publications_publish','no'))" />
       <p><a href="downloadPublications">Download current file </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>  <p><input type="submit" value="Upload the file"/></p>
 <p><input type="submit" /></p>  <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
   
 </form>  </form>
 <br/> <br/>  <br/> <br/>
 <a name="templates"/><h3>Download Templates:</h3>  <a name="templates"/><h3>Download Templates:</h3>

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


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