app/soc/templates/soc/user/list/user_heading.html
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 05 Nov 2008 23:36:28 +0000
changeset 445 31927f21970d
parent 186 app/soc/templates/soc/site/user/list/user_heading.html@da76f08b1752
child 481 94834a1e6c01
permissions -rw-r--r--
Major site restructuring, also deleting of many unused or obsolete documents The new structure is as follows: <entity>/list - list all <entitie>s <entity>/create - create a new <entity> <entity>/show/<key fields> - public page for <entity> <entity>/edit/<key fields> - edit a <entity> <entity>/delete/key fields> - delete a specific entity

<tr align="left">
  <th class="first" align="right">Id</th>
  <th>Email</th>
  <th>Nickname</th>
  <th>Linkname</th>
</tr>