37
|
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="hidden" name="key" tal:attributes="value here/getKey"/></p>
|
|
15 <p><input type="file" name="cv_pdf"/></p>
|
|
16 <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>
|
|
17 <p><a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
|
|
18 <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
|
|
19 'cv_publish',
|
|
20 yes_no_list,
|
|
21 boxType='radio',
|
|
22 checked=getattr(here,'cv_publish','no'))" /></p>
|
|
23
|
|
24 <h2>Publication list</h2>
|
|
25 <p><input type="file" name="publications_pdf"/></p>
|
|
26 <p>Remember that documents should be in <b>PDF format</b>. <br/><input type="submit" value="Upload the file"/></p>
|
|
27 <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
|
|
28 <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
|
|
29 'publications_publish',
|
|
30 yes_no_list,
|
|
31 boxType='radio',
|
|
32 checked=getattr(here,'publications_publish','no'))" /></p>
|
|
33
|
|
34 <p><input type="submit" value="Update"/></p>
|
|
35
|
|
36 </form>
|
|
37 <br/> <br/>
|
|
38 <a name="templates"/><h3>Download Templates:</h3>
|
|
39 <ul>
|
|
40 <li>For OpenOffice Writer:
|
|
41 <ul>
|
|
42 <li><a href="downloads/publications_template.ott">Publication List</a> </li>
|
|
43 <li><a href="downloads/CV_template.ott">CV</a></li>
|
|
44 </ul>
|
|
45 </li>
|
|
46 <li>For Ms Word:
|
|
47 <ul>
|
|
48 <li><a href="downloads/Vorlage_Publikation.dot">Publication List</a></li>
|
|
49 <li><a href="downloads/Beispiel_CV.doc">CV</a></li>
|
|
50 </ul>
|
|
51 </li>
|
|
52 </ul>
|
|
53 </tal:block>
|
|
54
|
|
55 </body>
|
|
56 </html>
|