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

version 1.1, 2005/08/30 17:08:27 version 1.1.2.1, 2005/08/30 17:08:27
Line 0 Line 1
   <html>
   <head>
   <style type="text/css">
   <!--
   .add-nav {
   font-weight:bold;
   padding-left:8px;
   }
   -->
   </head>
   <body>
   <h2>Edit: <i tal:content="python:here.getContent('WEB_title')"/></h2>
   <p><a class="add-nav" href="edit">Project Description</a> <a class="add-nav" href="">Publications</a><a class="add-nav" href="">Images at the margin</a><a class="add-nav">Themes and disciplines</a><a class="add-nav" href="editMPIWGBasisEditor">Additional information</a></p>
   <hr>
   
   <h3>Edit Disciplines and themes</h3>
   <h4>Disciplines</h4>
   <form method="post" action="editMPIWGDisciplinesThemes">
   <input type="hidden" name="fromEdit" value="yes"/>
   <tal:block tal:replace="python:here.getContent('xdata_09')"/>
   
   <tal:block tal:repeat="discipline here/getDisciplineList">
     <tal:block tal:condition="python:here.isChecked(discipline,here.getContent('xdata_09'))">
       <input tal:attributes="value discipline" name="disciplines" type="checkbox" checked><span tal:replace="discipline"/>
     </tal:block>
     <tal:block tal:condition="not:python:here.isChecked(discipline,here.getContent('xdata_09'))">
       <input tal:attributes="value discipline" name="disciplines" type="checkbox"><span tal:replace="discipline"/>
     </tal:block>
   </tal:block>
   <br>
   <h4>Themes</h4>
   <tal:block tal:repeat="theme here/getThemeList">
     <tal:block tal:condition="python:here.isChecked(theme,here.getContent('xdata_10'))">
       <input tal:attributes="value theme" name="themes" type="checkbox" checked><span tal:replace="theme"/>
     </tal:block>
     <tal:block tal:condition="not:python:here.isChecked(theme,here.getContent('xdata_10'))">
       <input tal:attributes="value theme" name="themes" type="checkbox"><span tal:replace="theme"/>
     </tal:block><br>
   </tal:block>
   <br>
   <input type="submit" value="change">
   </form>
   </body>
   </html>

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


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