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

version 1.1.2.2, 2008/08/25 10:35:02 version 1.1.2.3, 2008/08/26 06:29:51
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 tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'cv_publish',                   'cv_publish',
Line 17 Line 19
                  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><a href="downloadCV">Download current file</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 tal:content="structure python:here.ZSQLSelectionFromCRList(
                  'publications_publish',                   'publications_publish',
Line 28 Line 30
 <p><input type="submit" /></p>  <p><input type="submit" /></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/Vorlage_Publikation.dot">Publication List</a> <br/>

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


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