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

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.9 ! casties    15:          <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
1.1.2.1   dwinter    16:                 'cv_publish',
                     17:                 yes_no_list,
                     18:                 boxType='radio',
1.1.2.6   dwinter    19:                 checked=getattr(here,'cv_publish','no'))" /></p>
1.1.2.7   cmielack   20: <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    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>
1.1.2.6   dwinter    25:  <p>publish: <tal:x tal:content="structure python:here.ZSQLSelectionFromCRList(
1.1.2.1   dwinter    26:                 'publications_publish',
                     27:                 yes_no_list,
                     28:                 boxType='radio',
1.1.2.6   dwinter    29:                 checked=getattr(here,'publications_publish','no'))" /></p>
1.1.2.8   cmielack   30: <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    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.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>
                     39:   <li> For OpenOffice Writer: <br/>
1.1.2.4   dwinter    40:        &nbsp;&nbsp;&nbsp; <a href="downloads/publications_template.ott">Publication List</a> <br/>
                     41:        &nbsp;&nbsp;&nbsp; <a href="downloads/CV_template.ott">CV</a>   
1.1.2.2   dwinter    42:    </li>
                     43:   <li> For Ms Word: <br/> 
                     44:        &nbsp;&nbsp;&nbsp; <a href="downloads/Vorlage_Publikation.dot">Publication List</a> <br/>
                     45:        &nbsp;&nbsp;&nbsp; <a href="downloads/Beispiel_CV.doc">CV</a>
                     46:    </li>
                     47: </ul>
1.1.2.1   dwinter    48: </tal:block>
                     49: 
                     50: </body>
1.1.2.2   dwinter    51: </html>

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