File:  [Repository] / MPIWGWeb / zpt / Attic / editDownloads.zpt
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Tue Aug 26 06:29:51 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2
CLOSED - # 22: ErgŠnze persšnliche homepage um das HinzufŸgen von weiteren Dokumenten / Links
https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/webpage/ticket/22

    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 tal:content="structure python:here.ZSQLSelectionFromCRList(
   16: 			     'cv_publish',
   17: 			     yes_no_list,
   18: 			     boxType='radio',
   19: 			     checked=getattr(here,'cv_publish','no'))" />
   20: <p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
   21: 
   22: <h2>Publication list</h2>
   23: <p><input type="file" name="publications_pdf"/></p>
   24:  <p tal:content="structure python:here.ZSQLSelectionFromCRList(
   25: 			     'publications_publish',
   26: 			     yes_no_list,
   27: 			     boxType='radio',
   28: 			     checked=getattr(here,'publications_publish','no'))" />
   29:       <p><a href="downloadPublications">Download current file </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
   30: <p><input type="submit" /></p>
   31: </form>
   32: <br/> <br/>
   33: <a name="templates"/><h3>Download Templates:</h3>
   34: <ul>
   35:   <li> For OpenOffice Writer: <br/>
   36: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
   37: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>	
   38: 	</li>
   39:   <li> For Ms Word: <br/> 
   40: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
   41: 		&nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>
   42: 	</li>
   43: </ul>
   44: </tal:block>
   45: 
   46: </body>
   47: </html>

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