Changeset 4626 for waeup/branches


Ignore:
Timestamp:
2 Jan 2010, 13:47:03 (15 years ago)
Author:
uli
Message:

Add usercontainer main page.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/browser/templates/usercontainerpage.pt

    r4617 r4626  
    11<h1>Users</h1>
    22
    3 <table>
     3<table class="zebra">
    44  <thead>
    55    <tr>
     
    77      <th>Title</th>
    88      <th>Description</th>
     9      <th>Actions</th>
    910    </tr>
    1011  </thead>
    1112  <tbody>
    12     <tr tal:repeat="account context/values">
     13    <tr tal:repeat="account context/values"
     14        tal:attributes="class python: repeat['account'].odd() and 'odd' or 'even'">
    1315      <td tal:content="account/name">username</td>
    1416      <td tal:content="account/title">Title</td>
Note: See TracChangeset for help on using the changeset viewer.