comparison zpt/staff/pubman/add_publications.zpt @ 73:33c663a08025

projekte publicationen jetzt nach typen geordnet
author dwinter
date Sun, 05 May 2013 17:09:49 +0200
parents 225179dfd892
children 485bf377913a
comparison
equal deleted inserted replaced
72:5cb46852ac05 73:33c663a08025
16 </form> 16 </form>
17 17
18 18
19 <div tal:condition="python:options.has_key('values')"> 19 <div tal:condition="python:options.has_key('values')">
20 <form action="" method="post"> 20 <form action="" method="post">
21 <input type="hidden" name="method" value="add"/> 21 <input type="hidden" name="method" value="add"/>
22 22
23 <table> 23 <table>
24 24
25 25
26 <tr tal:repeat="entry python:options['values'].items()"> 26 <tr tal:repeat="entry python:options['values'].items()">
27 <td><input type="checkbox" value="add" tal:attributes="name python:entry[0]"/></td> 27 <td><input type="checkbox" value="add" tal:attributes="name python:entry[0]"/></td>