1 <form method="post" action="{$post}">
6 <th>{$msg_actions}</th>
8 {foreach from=$entries item=entry}
9 <tr class="{$entry[0]}">
11 <td><b>{$entry[3]}</b> <span class="auth">({$entry[2]})</span></td>
13 {foreach from=$entry[4] item=myaction}
14 {a class="action" lnk=$myaction}
21 <select name="target">
22 {html_options options=$sites}
26 <input type="text" name="username"/>
28 {html_options options=$auths}
30 <input type="submit" name="action" value="add">