File:  [Repository] / MPIWGWeb / zpt / Attic / edit_MPIWGDisciplinesThemesNeu.zpt
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 14 20:45:56 2005 UTC (18 years, 9 months ago) by dwinter
Branches: r2
new editing environment for project pagesCVS: ----------------------------------------------------------------------

<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="manageImages">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>

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