File:  [Repository] / MPIWGWeb / zpt / Attic / editDownloads.zpt
Revision 1.1.2.8: download - view: text, annotated - select for diffs - revision graph
Fri Nov 20 14:47:43 2009 UTC (14 years, 7 months ago) by cmielack
Branches: r2
Added a note, that users should upload pdf files only.

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3: <html metal:use-macro="here/mainEditFile/macros/page">
    4: <head>
    5: </head>
    6: <body>
    7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:downloads" />
    8: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
    9: <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p>
   10: <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
   11: Word to make it easier for you to create these documents.</p>
   12: <form action="changeDownloads" method="post" enctype="multipart/form-data">
   13: <h2>Your CV</h2>
   14: <p><input type="file" name="cv_pdf"/></p>
   15: 	      <p>publish:<tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
   16: 			     'cv_publish',
   17: 			     yes_no_list,
   18: 			     boxType='radio',
   19: 			     checked=getattr(here,'cv_publish','no'))" /></p>
   20: <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>
   21: <p><a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
   22: 
   23: <h2>Publication list</h2>
   24: <p><input type="file" name="publications_pdf"/></p>
   25:  <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
   26: 			     'publications_publish',
   27: 			     yes_no_list,
   28: 			     boxType='radio',
   29: 			     checked=getattr(here,'publications_publish','no'))" /></p>
   30: <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>
   31: <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
   32: 
   33: </form>
   34: <br/> <br/>
   35: <a name="templates"/><h3>Download Templates:</h3>
   36: <ul>
   37:   <li> For OpenOffice Writer: <br/>
   38: 		&nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>
   39: 		&nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>	
   40: 	</li>
   41:   <li> For Ms Word: <br/> 
   42: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
   43: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>
   44: 	</li>
   45: </ul>
   46: </tal:block>
   47: 
   48: </body>
   49: </html>

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