File:  [Repository] / MPIWGWeb / zpt / Attic / editDownloads.zpt
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Wed Aug 27 07:34:44 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2
*** empty log message ***

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html metal:use-macro="here/mainEditFile/macros/page">
<head>
</head>
<body>
<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'">
<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">
<h2>Your CV</h2>
<p><input type="file" name="cv_pdf"/></p>
	      <p tal:content="structure python:here.ZSQLSelectionFromCRList(
			     'cv_publish',
			     yes_no_list,
			     boxType='radio',
			     checked=getattr(here,'cv_publish','no'))" />
<p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>

<h2>Publication list</h2>
<p><input type="file" name="publications_pdf"/></p>
 <p tal:content="structure python:here.ZSQLSelectionFromCRList(
			     'publications_publish',
			     yes_no_list,
			     boxType='radio',
			     checked=getattr(here,'publications_publish','no'))" />
      <p><a href="downloadPublications">Download current file </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
<p><input type="submit" /></p>
</form>
<br/> <br/>
<a name="templates"/><h3>Download Templates:</h3>
<ul>
  <li> For OpenOffice Writer: <br/>
		&nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>
		&nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>	
	</li>
  <li> For Ms Word: <br/> 
		&nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
		&nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>
	</li>
</ul>
</tal:block>

</body>
</html>

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