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>
|
159
|
7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:downloads" />
|
|
8 <tal:block metal:fill-slot="body">
|
|
9 <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p>
|
|
10 <p>
|
|
11 The documents should be in <b>PDF format</b>. Add the add bottom of this page you find <a href="#templates">templates</a> for
|
|
12 OpenOffice and Word to make it easier for you to create these documents.
|
|
13 </p>
|
|
14 <form action="changeDownloads" method="post" enctype="multipart/form-data">
|
|
15 <h2>Your CV</h2>
|
|
16 <p>
|
|
17 <input type="hidden" name="key" tal:attributes="value here/getKey" />
|
|
18 </p>
|
|
19 <p>
|
|
20 <input type="file" name="cv_pdf" />
|
|
21 </p>
|
|
22 <p>
|
|
23 Remember that documents should be in <b>PDF format</b>. <br />
|
|
24 <input type="submit" value="Upload the file" />
|
|
25 </p>
|
|
26 <p>
|
|
27 <a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span
|
|
28 tal:content="here/getLastUpdateCV" />)
|
|
29 </p>
|
|
30 <p>
|
|
31 publish:
|
|
32 <span tal:define="name string:cv_publish; value here/content/cv_p | nothing;">
|
|
33 <tal:block metal:use-macro="here/common_template/macros/yesno_input_radio"/>
|
|
34 </span>
|
|
35 </p>
|
37
|
36
|
159
|
37 <h2>Publication list</h2>
|
|
38 <p>
|
|
39 <input type="file" name="publications_pdf" />
|
|
40 </p>
|
|
41 <p>
|
|
42 Remember that documents should be in <b>PDF format</b>. <br />
|
|
43 <input type="submit" value="Upload the file" />
|
|
44 </p>
|
|
45 <p>
|
|
46 <a href="downloadPublications">Download the publication list currently stored at the server. </a>(last update:<span
|
|
47 tal:content="here/getLastUpdatePublications" />)
|
|
48 </p>
|
|
49 <p>
|
|
50 publish:
|
|
51 <span tal:define="name string:publications_publish; value here/content/publications_p | nothing;">
|
|
52 <tal:block metal:use-macro="here/common_template/macros/yesno_input_radio"/>
|
|
53 </span>
|
|
54 </p>
|
37
|
55
|
159
|
56 <p>
|
|
57 <input type="submit" value="Update" />
|
|
58 </p>
|
|
59
|
|
60 </form>
|
|
61 <br />
|
|
62 <br />
|
|
63 <a name="templates" />
|
|
64 <h3>Download Templates:</h3>
|
37
|
65 <ul>
|
159
|
66 <li>For OpenOffice Writer:
|
|
67 <ul>
|
|
68 <li><a href="downloads/publications_template.ott">Publication List</a></li>
|
|
69 <li><a href="downloads/CV_template.ott">CV</a></li>
|
|
70 </ul>
|
|
71 </li>
|
|
72 <li>For Ms Word:
|
|
73 <ul>
|
|
74 <li><a href="downloads/Vorlage_Publikation.dot">Publication List</a></li>
|
|
75 <li><a href="downloads/Beispiel_CV.doc">CV</a></li>
|
|
76 </ul>
|
|
77 </li>
|
37
|
78 </ul>
|
159
|
79 </tal:block>
|
37
|
80
|
|
81 </body>
|
|
82 </html>
|