Rev | Line | |
---|
[5927] | 1 | <h2>Portal Users</h2> |
---|
[4096] | 2 | |
---|
[5927] | 3 | <p> |
---|
| 4 | Here you can manage portal users. |
---|
| 5 | </p> |
---|
| 6 | |
---|
[4626] | 7 | <table class="zebra"> |
---|
[4096] | 8 | <thead> |
---|
| 9 | <tr> |
---|
[6511] | 10 | <th>User ID</th> |
---|
| 11 | <th>Name</th> |
---|
[4110] | 12 | <th>Description</th> |
---|
[6511] | 13 | <th>Global roles</th> |
---|
| 14 | <th>Local roles</th> |
---|
| 15 | <th></th> |
---|
[4096] | 16 | </tr> |
---|
| 17 | </thead> |
---|
| 18 | <tbody> |
---|
[5942] | 19 | <tr tal:repeat="account context/values"> |
---|
[6511] | 20 | <td tal:content="account/name">User name</td> |
---|
[4096] | 21 | <td tal:content="account/title">Title</td> |
---|
| 22 | <td tal:content="account/description">Description</td> |
---|
[6511] | 23 | <td tal:content="structure python:view.getGlobalRoles(account)">Global roles</td> |
---|
[6183] | 24 | <td tal:content="structure python:view.getLocalRoles(account)">Local Roles</td> |
---|
[4643] | 25 | <td class="text-right"> |
---|
[6181] | 26 | <form method="post"> |
---|
| 27 | <input type="hidden" name="userid" |
---|
| 28 | tal:attributes="value account/name"/> |
---|
| 29 | <input type="submit" name="edit" value="edit" /> |
---|
| 30 | <input type="submit" name="delete" value="delete" /> |
---|
| 31 | </form> |
---|
[4110] | 32 | </td> |
---|
[4096] | 33 | </tr> |
---|
| 34 | </tbody> |
---|
| 35 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.