Diff for /MPIWGWeb/zpt/Attic/editDownloads.zpt between versions 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2010/03/26 13:07:07 version 1.1.2.10, 2010/03/26 14:08:50
Line 12  Word to make it easier for you to create Line 12  Word to make it easier for you to create
 <form action="changeDownloads" method="post" enctype="multipart/form-data">  <form action="changeDownloads" method="post" enctype="multipart/form-data">
 <h2>Your CV</h2>  <h2>Your CV</h2>
 <p><input type="file" name="cv_pdf"/></p>  <p><input type="file" name="cv_pdf"/></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>
           <p>publish: <tal:x 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'))" /></p>                   checked=getattr(here,'cv_publish','no'))" /></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>  
   
 <h2>Publication list</h2>  <h2>Publication list</h2>
 <p><input type="file" name="publications_pdf"/></p>  <p><input type="file" name="publications_pdf"/></p>
   <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>
   <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
  <p>publish: <tal:x 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'))" /></p>                   checked=getattr(here,'publications_publish','no'))" /></p>
 <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>  
 <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>  
   
 <p><input type="submit" value="Update"/></p>  <p><input type="submit" value="Update"/></p>
   
Line 36  Word to make it easier for you to create Line 36  Word to make it easier for you to create
 <br/> <br/>  <br/> <br/>
 <a name="templates"/><h3>Download Templates:</h3>  <a name="templates"/><h3>Download Templates:</h3>
 <ul>  <ul>
   <li> For OpenOffice Writer: <br/>    <li>For OpenOffice Writer:
         &nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>      <ul>
         &nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>           <li><a href="downloads/publications_template.ott">Publication List</a> </li>
         <li><a href="downloads/CV_template.ott">CV</a></li>
       </ul>   
     </li>      </li>
   <li> For Ms Word: <br/>     <li>For Ms Word:
         &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>      <ul>
         &nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>       <li><a href="downloads/Vorlage_Publikation.dot">Publication List</a></li>
        <li><a href="downloads/Beispiel_CV.doc">CV</a></li>
       </ul>
     </li>      </li>
 </ul>  </ul>
 </tal:block>  </tal:block>

Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10


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