mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 13:55:03 +02:00
867c2379ff
git-svn-id: http://piwigo.org/svn/trunk@2 68402e56-0260-453c-a942-63ccdbb3a9ee
77 lines
2.6 KiB
Plaintext
77 lines
2.6 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_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="./images/arrow_up.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--> |