Annotation of MPIWGWeb/zpt/editDownloads.zpt, revision 1.1.2.5

1.1.2.1   dwinter     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>
1.1.2.2   dwinter     7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:downloads" />
1.1.2.1   dwinter     8: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
1.1.2.3   dwinter     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>
1.1.2.1   dwinter    12: <form action="changeDownloads" method="post" enctype="multipart/form-data">
1.1.2.3   dwinter    13: <h2>Your CV</h2>
1.1.2.1   dwinter    14: <p><input type="file" name="cv_pdf"/></p>
                     15:          <p tal:content="structure python:here.ZSQLSelectionFromCRList(
                     16:                 'cv_publish',
                     17:                 yes_no_list,
                     18:                 boxType='radio',
                     19:                 checked=getattr(here,'cv_publish','no'))" />
1.1.2.5 ! dwinter    20: <p><input type="submit" value="Upload the file"/></p>
        !            21: <p><a href="downloadCV">Download the CV currently stored at the server.</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
1.1.2.1   dwinter    22: 
1.1.2.3   dwinter    23: <h2>Publication list</h2>
1.1.2.1   dwinter    24: <p><input type="file" name="publications_pdf"/></p>
                     25:  <p tal:content="structure python:here.ZSQLSelectionFromCRList(
                     26:                 'publications_publish',
                     27:                 yes_no_list,
                     28:                 boxType='radio',
                     29:                 checked=getattr(here,'publications_publish','no'))" />
1.1.2.5 ! dwinter    30: <p><input type="submit" value="Upload the file"/></p>
        !            31: <p><a href="downloadPublications">Download the publicaton list currently stored at the server. </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
        !            32: 
1.1.2.1   dwinter    33: </form>
1.1.2.2   dwinter    34: <br/> <br/>
1.1.2.3   dwinter    35: <a name="templates"/><h3>Download Templates:</h3>
1.1.2.2   dwinter    36: <ul>
                     37:   <li> For OpenOffice Writer: <br/>
1.1.2.4   dwinter    38:        &nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>
                     39:        &nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>   
1.1.2.2   dwinter    40:    </li>
                     41:   <li> For Ms Word: <br/> 
                     42:        &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
                     43:        &nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>
                     44:    </li>
                     45: </ul>
1.1.2.1   dwinter    46: </tal:block>
                     47: 
                     48: </body>
1.1.2.2   dwinter    49: </html>

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