templatize userlist
[citadel.git] / webcit / static / t / user / list_section.html
1 <tr class="<?ITERATE:ODDEVEN>"><td>
2     <?!("COND:USERLIST:HAVEBIO", 1)><a href="showuser?who=<?USERLIST:USERNAME('U')>"><?USERLIST:USERNAME('X')></a><?!("X", 1)>
3     <??("COND:USERLIST:HAVEBIO", 2)><?USERLIST:USERNAME('X')><??("X", 2)>
4   </td>
5 <td><?USERLIST:UID></td>
6 <td><?USERLIST:ACCLVLSTR)>(<?USERLIST:ACCLVLNO>)</td>
7 <td><?USERLIST:LASTLOGON:STR></td>
8 <td><?USERLIST:NLOGONS></td>
9 <td><?USERLIST:NPOSTS></td>