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

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>
        !             7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
        !             8: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
        !             9: 
        !            10: <form action="changeDownloads" method="post" enctype="multipart/form-data">
        !            11: <h2>CV</h2>
        !            12: <p><input type="file" name="cv_pdf"/></p>
        !            13:          <p tal:content="structure python:here.ZSQLSelectionFromCRList(
        !            14:                 'cv_publish',
        !            15:                 yes_no_list,
        !            16:                 boxType='radio',
        !            17:                 checked=getattr(here,'cv_publish','no'))" />
        !            18: <p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
        !            19: 
        !            20: <h3>Publication list</h3>
        !            21: <p><input type="file" name="publications_pdf"/></p>
        !            22:  <p tal:content="structure python:here.ZSQLSelectionFromCRList(
        !            23:                 'publications_publish',
        !            24:                 yes_no_list,
        !            25:                 boxType='radio',
        !            26:                 checked=getattr(here,'publications_publish','no'))" />
        !            27:       <p><a href="downloadPublications">Download current file </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
        !            28: <p><input type="submit" /></p>
        !            29: </form>
        !            30: </tal:block>
        !            31: 
        !            32: </body>
        !            33: </html>

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