Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

<form action="{#action}" method="post">
  <!--VTP_groups-->
  <table style="width:100%;">
    <tr>
      <th colspan="2">{#menu_groups}</th>
    </tr>
    <!--VTP_group-->
    <tr>
      <td><img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td>
      <td style="text-align:right;">
        <input type="radio" name="groupaccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
        <input type="radio" name="groupaccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
      </td>
    </tr>
    <!--/VTP_group-->
  </table>
  <!--/VTP_groups-->
  <table style="width:100%;">
    <tr>
      <th colspan="2">{#menu_users}</th>
    </tr>
    <!--VTP_user-->
    <tr>
      <td>
        <img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
        <a href="{#user_perm_link}"><span style="color:{#color}">{#username}</span></a>
        <!--VTP_usergroups-->
        [
        <!--VTP_usergroup-->
        <span style="color:{#color};">{#name}</span>{#separation}
        <!--/VTP_usergroup-->
        ]
        <!--/VTP_usergroups-->
      </td>
      <td style="text-align:right;">
        <!--VTP_parent_forbidden-->
        <a href="{#url}">{#permuser_parent_forbidden}</a>
        <!--/VTP_parent_forbidden-->
        <input type="radio" name="useraccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
        <input type="radio" name="useraccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
      </td>
    </tr>
    <!--/VTP_user-->
    <tr>
      <td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
    </tr>
  </table>
</form>