Changeset 4626 for waeup/branches
- Timestamp:
- 2 Jan 2010, 13:47:03 (15 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/templates/usercontainerpage.pt
r4617 r4626 1 1 <h1>Users</h1> 2 2 3 <table >3 <table class="zebra"> 4 4 <thead> 5 5 <tr> … … 7 7 <th>Title</th> 8 8 <th>Description</th> 9 <th>Actions</th> 9 10 </tr> 10 11 </thead> 11 12 <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'"> 13 15 <td tal:content="account/name">username</td> 14 16 <td tal:content="account/title">Title</td>
Note: See TracChangeset for help on using the changeset viewer.