Diff for /MPIWGWeb/zpt/Attic/editDownloads.zpt between versions 1.1 and 1.1.2.1

version 1.1, 2008/08/19 14:43:14 version 1.1.2.1, 2008/08/19 14:43:14
Line 0 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <html metal:use-macro="here/mainEditFile/macros/page">
   <head>
   </head>
   <body>
   <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
   <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
   
   <form action="changeDownloads" method="post" enctype="multipart/form-data">
   <h2>CV</h2>
   <p><input type="file" name="cv_pdf"/></p>
             <p tal:content="structure python:here.ZSQLSelectionFromCRList(
                    'cv_publish',
                    yes_no_list,
                    boxType='radio',
                    checked=getattr(here,'cv_publish','no'))" />
   <p><a href="downloadCV">Download current file</a> (last update:<span tal:content="here/getLastUpdateCV"/>)</p>
   
   <h3>Publication list</h3>
   <p><input type="file" name="publications_pdf"/></p>
    <p tal:content="structure python:here.ZSQLSelectionFromCRList(
                    'publications_publish',
                    yes_no_list,
                    boxType='radio',
                    checked=getattr(here,'publications_publish','no'))" />
         <p><a href="downloadPublications">Download current file </a>(last update:<span tal:content="here/getLastUpdatePublications"/>)</p>
   <p><input type="submit" /></p>
   </form>
   </tal:block>
   
   </body>
   </html>
   

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


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