Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by tvon, Mon Oct 27 06:56:10 2003 UTC | revision 1.4 by tvon, Wed Oct 29 19:45:36 2003 UTC | |
|---|---|---|
| # | Line 170 | Line 170 |
| 170 | <tbody> | <tbody> |
| 171 | <metal:block tal:repeat="id here/hasContactInformation"> | <metal:block tal:repeat="id here/hasContactInformation"> |
| 172 | <tr class="even" | <tr class="even" |
| 173 | tal:condition="python:hasattr(here, id)" | |
| 174 | tal:define="oddrow repeat/id/odd" | tal:define="oddrow repeat/id/odd" |
| 175 | tal:attributes="class python:test(oddrow, 'even', 'odd')" > | tal:attributes="class python:test(oddrow, 'even', 'odd')" > |
| 176 | <td> | <td> |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |