annotate zpt/project/pubman/change_publications.zpt @ 113:bba951ea7479

micro fix.
author casties
date Tue, 28 May 2013 14:08:52 +0200
parents 64be5db08495
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
3 <html metal:use-macro="here/edit_template/macros/page">
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
4 <body>
62
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
5 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
56
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
6
62
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
7 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
8 <div>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
9 <form action="" method="post">
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
10 <table>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
11 <input type="hidden" method="change" />
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
12 <tr tal:repeat="entry python:here.getAdditionalPublicationList()">
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
13 <td><input type="checkbox" value="delete" tal:attributes="name python:entry.escidocid" /></td>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
14 <td><input type="text" size="5" tal:attributes="name python:entry.escidocid+'__p'; value python:entry.priority" /></td>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
15 <td><tal:x tal:replace="structure python:here.mpiwgPubman.getEntryFromPubman(entry.escidocid)" /></td>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
16 </tr>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
17 </table>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
18 <input type="submit" value="submit" />
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
19 </form>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
20 </div>
64be5db08495 more cleaning projects.
casties
parents: 61
diff changeset
21 </tal:block>
56
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
22 </body>
a6ace48c2bf2 publication management f?r projekte
dwinter
parents:
diff changeset
23 </html>