diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
commit | 4128835db8d7b8e619951d4c31e23bd934758f09 (patch) | |
tree | 4fddd9ea03f3ebeeaba73c3a42f7130e29a54b58 /template/default/admin/user_list.vtp | |
parent | 8850aabc34e524e1a7816c363657e3176502a708 (diff) |
- Template migration
- Admin Control Panel migration
- Language migration
git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/user_list.vtp')
-rw-r--r-- | template/default/admin/user_list.vtp | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/template/default/admin/user_list.vtp b/template/default/admin/user_list.vtp deleted file mode 100644 index 562ef8c42..000000000 --- a/template/default/admin/user_list.vtp +++ /dev/null @@ -1,101 +0,0 @@ -<!--VTP_deletion--> -<table style="width:100%;"> - <tr> - <th colspan="2">{#listuser_confirm} "{#login}" ?</th> - </tr> - <tr> - <td align="center"><a href="{#yes_url}">{#yes}</a></td> - <td align="center" class="row2"><a href="{#no_url}">{#no}</a></td> - </tr> -</table> -<!--/VTP_deletion--> - -<!--VTP_confirmation--> -<div class="{#class}">{#info}</div> -<!--/VTP_confirmation--> - -<!--VTP_errors--> -<div class="errors"> - <div class="errors_title">{#errors_title}</div> - <ul> - <!--VTP_li--> - <li>{#li}</li> - <!--/VTP_li--> - </ul> -</div> -<!--/VTP_errors--> - -<!--VTP_add_user--> -<form method="post" action="{#form_action}"> - <div style="text-align:center;margin:10px;"> - <span style="font-weight:bold;">{#title_add}</span> -> - {#login} : <input type="text" name="username" value="{#f_username}" /> - {#password} : <input type="text" name="password" value="{#f_password}" /> - <input type="submit" value="{#add}" name="submit_add_user" /> - </div> -</form> -<!--/VTP_add_user--> - -<!--VTP_users--> -<form method="post" action="{#form_action}"> -<table width="100%"> - <!--VTP_category--> - <tr> - <th colspan="5">{#title}</th> - </tr> - <!--VTP_user--> - <tr> - <td style="width:0px;"> - <div style="margin-left:2px;margin-right:2px;"> - <!--VTP_checkbox--> - <input type="checkbox" name="{#name}" value="1" /> - <!--/VTP_checkbox--> - </div> - </td> - <td style="width:25%;"> - <div style="margin-left:10px;color:{#color}">{#login}</div> - </td> - <td class="row2" style="text-align:center;width:25%;"> - <!--VTP_modify--> - <a href="{#url}" title="{#listuser_modify_hint} {#login}">{#listuser_modify}</a> - <!--/VTP_modify--> - <!--VTP_not_modify--> - <span style="color:darkgray;">{#listuser_modify}</span> - <!--/VTP_not_modify--> - </td> - <td class="row2" style="text-align:center;width:25%;"> - <!--VTP_permission--> - <a href="{#url}" title="{#listuser_permission_hint} {#login}">{#listuser_permission}</a> - <!--/VTP_permission--> - <!--VTP_not_permission--> - <span style="color:darkgray;">{#listuser_permission}</span> - <!--/VTP_not_permission--> - </td> - <td class="row2" style="text-align:center;width:25%;"> - <!--VTP_delete--> - <a href="{#url}" title="{#listuser_delete_hint} {#login}">{#listuser_delete}</a> - <!--/VTP_delete--> - <!--VTP_not_delete--> - <span style="color:darkgray;">{#listuser_delete}</span> - <!--/VTP_not_delete--> - </td> - </tr> - <!--/VTP_user--> - <!--/VTP_category--> - <tr> - <td colspan="5"> </td> - </tr> - <tr> - <td colspan="5"> - <img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> - <input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" /> - <input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" /> - <input type="submit" value="{#listuser_button_create_address}" name="submit_generate_mail" style="margin-left:5px;margin-right:5px;" /> - <!--VTP_mail_link--> - <a href="mailto:{#mailto}">mailto:{#mail_address_start}...</a> - <!--/VTP_mail_link--> - </td> - </tr> -</table> -</form> -<!--/VTP_users-->
\ No newline at end of file |