- Timestamp:
- 14 Apr 2011, 08:31:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultycontainerpage.pt
r5936 r5942 10 10 <th>Code</th> 11 11 <th>Title</th> 12 <th> </th>13 12 </tr> 14 13 </thead> 15 14 <tbody> 16 <tr tal:repeat="value context/values" 17 tal:attributes="class python: repeat['value'].odd() and 'odd' or 'even'"> 15 <tr tal:repeat="value context/values"> 18 16 <td> <a tal:attributes="href value/__name__"> <span tal:content="value/code">Name</span></a></td> 19 17 <td tal:content="value/title">Title</td> 20 <td class="text-right">21 <form method="post">22 <input type="hidden" name="code"23 tal:attributes="value value/__name__"/>24 <input type="submit" name="delete" value="remove"25 onclick="return confirmPost('All departments and courses of this faculty will be removed too. Are you sure?')">26 </form>27 28 </td>29 18 </tr> 30 19 </tbody> 31 20 </table> 32 33 <div tal:content="structure provider:subobjectlist">34 List of subobjects35 </div>
Note: See TracChangeset for help on using the changeset viewer.