New template for group management

French translation for synchronization
Minor update of the css file


git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-11-26 16:10:17 +00:00
parent 8f97f21eb2
commit 2e6ace2df0
10 changed files with 235 additions and 334 deletions
-22
View File
@@ -1,22 +0,0 @@
<div class="admin">{L_UPLOAD_TITLE}</div>
<form name="form1" method="post" action="" style="text-align:center;width:80%;">
<div style="clear:both;"></div>
<div style="float:left;padding:10px;">
{L_AUTHORIZED}<br />
<select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
{UPLOADABLE_CATEGORIES}
</select><br />
<input type="submit" name="delete" value="{L_DELETE}" class="bouton" />
</div>
<div style="float:right;padding:10px;">
{L_FORBIDDEN}<BR />
<select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
{PRIVATE_CATEGORIES}
</select>
<br>
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /> &nbsp;
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</div>
<div style="clear:both;"></div>
</form>
<div class="infoCat">{L_UPLOAD_INFO}</div>
+52
View File
@@ -0,0 +1,52 @@
<!-- BEGIN errors -->
<div class="errors">
<ul>
<!-- BEGIN error -->
<li>{errors.error.ERROR}</li>
<!-- END error -->
</ul>
</div>
<!-- END errors -->
<form method="post" name="post" action="{S_GROUP_ACTION}">
<div class="admin">{L_GROUP_SELECT}</div>
<!-- BEGIN select_box -->
{S_GROUP_SELECT}&nbsp;&nbsp;<input type="submit" name="edit" value="{L_LOOK_UP}" class="bouton" />
<input type="submit" name="delete" value="{L_GROUP_DELETE}" class="bouton" />
<div style="vertical-align:middle;">
<input type="checkbox" name="confirm_delete" value="1">{L_GROUP_CONFIRM}
</div>
<!-- END select_box -->
<input type="text" name="newgroup">
<input type="submit" class="bouton" name="new" value="{L_CREATE_NEW_GROUP}" />
<br />
<br />
<!-- BEGIN edit_group -->
<div class="admin">{L_GROUP_EDIT} [{edit_group.GROUP_NAME}]</div>
<table class="table2" width="60%" style="margin-left:20%;">
<tr class="throw">
<th width="25%">{L_USER_NAME}</th>
<th width="25%">{L_USER_EMAIL}</th>
<th width="10%">{L_USER_SELECT}</th>
</tr>
<!-- BEGIN user -->
<tr class="{edit_group.user.T_CLASS}">
<td>{edit_group.user.NAME}</td>
<td>{edit_group.user.EMAIL}</td>
<td align="center"><input name="members[]" type="checkbox" value="{edit_group.user.ID}"></td>
</tr>
<!-- END user -->
<tr>
<td colspan="3" align="right" valign="middle">
<input type="submit" name="deny_user" value="{L_DENY_SELECTED}" class="bouton" />
</td>
</tr>
</table>
<div align="left" style="margin-left:20%;">
<input type="text" name="username" maxlength="50" size="20" />
<input type="submit" name="add" value="{L_ADD_MEMBER}" class="bouton" />
<input name="edit_group_id" type="hidden" value="{edit_group.GROUP_ID}">
<input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="bouton" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" />
</div>
<br />
<!-- END edit_group -->
</form>
-53
View File
@@ -1,53 +0,0 @@
<!--VTP_errors-->
<div class="errors">
<ul>
<!--VTP_li-->
<li>{#li}</li>
<!--/VTP_li-->
</ul>
</div>
<!--/VTP_errors-->
<!--VTP_deletion-->
<table style="width:100%;">
<tr>
<th colspan="2">{#group_confirm} "{#name}"</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-->
<form method="post" action="{#form_action}">
<div style="text-align:center;margin:10px;">
{#group_add} <input type="text" name="name" />
<input type="submit" value="{#add}" name="submit" />
</div>
</form>
<!--VTP_groups-->
<table width="100%">
<tr>
<th colspan="3">{#group_list_title}</th>
</tr>
<!--VTP_group-->
<tr>
<td style="width:25%;">
<div style="margin-left:10px;color:{#color}"><img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" /> {#name}</div>
</td>
<td class="row2" style="text-align:center;width:25%;">
<a href="{#permission_url}">{#listuser_permission}</a>
</td>
<td class="row2" style="text-align:center;width:25%;">
<a href="{#deletion_url}">{#delete}</a>
</td>
</tr>
<!--/VTP_group-->
</table>
<!--/VTP_groups-->