File:  [Repository] / MPIWGWeb / zpt / Attic / editDownloads.zpt
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Mon Aug 25 10:35:02 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2

r

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

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