Diff for /MPIWGWeb/zpt/Attic/editDownloads.zpt between versions 1.1.2.2 and 1.1.2.7

version 1.1.2.2, 2008/08/25 10:35:02 version 1.1.2.7, 2009/11/20 14:38:03
Line 6 Line 6
 <body>  <body>
 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:downloads" />  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:downloads" />
 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">  <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
   <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p>
   <p>The documents should be in <b>PDF format</b>. Add the add bottom of this page you find <a href="#templates">templates</a> for OpenOffice and
   Word to make it easier for you to create these documents.</p>
 <form action="changeDownloads" method="post" enctype="multipart/form-data">  <form action="changeDownloads" method="post" enctype="multipart/form-data">
 <h2>CV</h2>  <h2>Your CV</h2>
 <p><input type="file" name="cv_pdf"/></p>  <p><input type="file" name="cv_pdf"/></p>
           <p tal:content="structure python:here.ZSQLSelectionFromCRList(            <p>publish:<tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'cv_publish',                   'cv_publish',
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=getattr(here,'cv_publish','no'))" />                   checked=getattr(here,'cv_publish','no'))" /></p>
 <p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>  <p>Remember that documents should be in <b>PDF format</b>. <br/><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>
   
 <h3>Publication list</h3>  <h2>Publication list</h2>
 <p><input type="file" name="publications_pdf"/></p>  <p><input type="file" name="publications_pdf"/></p>
  <p tal:content="structure python:here.ZSQLSelectionFromCRList(   <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'publications_publish',                   'publications_publish',
                  yes_no_list,                   yes_no_list,
                  boxType='radio',                   boxType='radio',
                  checked=getattr(here,'publications_publish','no'))" />                   checked=getattr(here,'publications_publish','no'))" /></p>
       <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/>
 <h3>Download Templates:</h3>  <a name="templates"/><h3>Download Templates:</h3>
 <ul>  <ul>
   <li> For OpenOffice Writer: <br/>    <li> For OpenOffice Writer: <br/>
         &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>          &nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>
         &nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>             &nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>   
     </li>      </li>
   <li> For Ms Word: <br/>     <li> For Ms Word: <br/> 
         &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>          &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.7


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