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

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

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