mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
101 lines
3.2 KiB
Plaintext
101 lines
3.2 KiB
Plaintext
<!--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" />
|
|
</div>
|
|
</form>
|
|
<!--/VTP_add_user-->
|
|
|
|
<!--VTP_users-->
|
|
<form method="post" action="{#form_action}" name="{#form_name}">
|
|
<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}" 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--> |