Changeset 4413


Ignore:
Timestamp:
21 Jul 2009, 15:00:19 (15 years ago)
Author:
uli
Message:

Make use of the new table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/university/facultycontainer_templates/content.pt

    r4234 r4413  
    11  <h2>Registered faculties:</h2>
    2 
    32
    43  <div tal:condition="python: not len(context.keys())">
     
    65  </div>
    76
    8   <table tal:condition="python: len(context.keys())">
    9     <tr tal:repeat="fac context/values">
    10       <td>
    11         <a href="."
    12            tal:content="fac/code"
    13            tal:attributes="href python:view.url(fac)">
    14           FacultyCode
    15         </a>
    16       </td>
    17       <td>
    18         <a href="."
    19            tal:content="fac/title"
    20            tal:attributes="href python:view.url(fac)">
    21           Faculty Name
    22         </a>
    23       </td>
    24     </tr>
    25   </table>
     7  <div name="thefacultytable" tal:condition="python: len(context.keys())">
     8    <div tal:replace="structure viewlet/table/renderHTML" />
     9  </div>
Note: See TracChangeset for help on using the changeset viewer.