comparison zpt/staff/edit_downloads.zpt @ 170:485bf377913a

fix staff editing pages.
author casties
date Fri, 07 Jun 2013 16:29:34 +0200
parents ee79f6ba8d01
children 45984e00665f
comparison
equal deleted inserted replaced
169:2da62e93a1c6 170:485bf377913a
9 <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p> 9 <p>Here you can upload your CV and and publication list to be downloaded from your homepage.</p>
10 <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 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. 12 OpenOffice and Word to make it easier for you to create these documents.
13 </p> 13 </p>
14 <form action="changeDownloads" method="post" enctype="multipart/form-data"> 14 <form tal:attributes="action string:$root/editDownloads"changeDownloads" method="post" enctype="multipart/form-data">
15 <h2>Your CV</h2> 15 <h2>Your CV</h2>
16 <p> 16 <p>
17 <input type="hidden" name="key" tal:attributes="value here/getKey" /> 17 <input type="hidden" name="key" tal:attributes="value here/getKey" />
18 </p> 18 </p>
19 <p> 19 <p>
22 <p> 22 <p>
23 Remember that documents should be in <b>PDF format</b>. <br /> 23 Remember that documents should be in <b>PDF format</b>. <br />
24 <input type="submit" value="Upload the file" /> 24 <input type="submit" value="Upload the file" />
25 </p> 25 </p>
26 <p> 26 <p>
27 <a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span 27 <a tal:attributes="href $root/downloadCV">Download the CV currently stored at the server.</a> (last update:<span
28 tal:content="here/getLastUpdateCV" />) 28 tal:content="here/getLastUpdateCV" />)
29 </p> 29 </p>
30 <p> 30 <p>
31 publish: 31 publish:
32 <span tal:define="name string:cv_publish; value here/content/cv_p | nothing;"> 32 <span tal:define="name string:cv_publish; value here/content/cv_p | nothing;">
41 <p> 41 <p>
42 Remember that documents should be in <b>PDF format</b>. <br /> 42 Remember that documents should be in <b>PDF format</b>. <br />
43 <input type="submit" value="Upload the file" /> 43 <input type="submit" value="Upload the file" />
44 </p> 44 </p>
45 <p> 45 <p>
46 <a href="downloadPublications">Download the publication list currently stored at the server. </a>(last update:<span 46 <a tal:attributes="href $root/downloadPublications">Download the publication list currently stored at the server. </a>(last update:<span
47 tal:content="here/getLastUpdatePublications" />) 47 tal:content="here/getLastUpdatePublications" />)
48 </p> 48 </p>
49 <p> 49 <p>
50 publish: 50 publish:
51 <span tal:define="name string:publications_publish; value here/content/publications_p | nothing;"> 51 <span tal:define="name string:publications_publish; value here/content/publications_p | nothing;">
58 </p> 58 </p>
59 59
60 </form> 60 </form>
61 <br /> 61 <br />
62 <br /> 62 <br />
63 <a name="templates" /> 63 <a id="templates" />
64 <h3>Download Templates:</h3> 64 <h3>Download Templates:</h3>
65 <ul> 65 <ul>
66 <li>For OpenOffice Writer: 66 <li>For OpenOffice Writer:
67 <ul> 67 <ul>
68 <li><a href="downloads/publications_template.ott">Publication List</a></li> 68 <li><a href="downloads/publications_template.ott">Publication List</a></li>