mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- Minor modification for template migration - Rename of script.js in scripts.js git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee
26 lines
1.3 KiB
Smarty
26 lines
1.3 KiB
Smarty
<!-- BEGIN search -->
|
|
<div class="admin">{L_SELECT_USERNAME}</div>
|
|
<form method="post" name="post" action="{F_SEARCH_USER_ACTION}">
|
|
<input type="text" name="username" maxlength="50" size="20" />
|
|
<input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="submituser" value="{L_LOOKUP_USER}" class="bouton" />
|
|
<input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="bouton" onClick="window.open('{U_SEARCH_USER}', '_phpwgsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" />
|
|
</form>
|
|
<!-- END search -->
|
|
<!-- BEGIN permission -->
|
|
<div class="admin">{L_AUTH_USER} {USERNAME}</div>
|
|
<form action="{F_AUTH_ACTION}" method="POST">
|
|
<ul class="menu">
|
|
<!-- BEGIN category -->
|
|
<li> <a href="{permission.category.CAT_URL}">{permission.category.CAT_NAME}</a>
|
|
<!-- BEGIN parent_forbidden -->
|
|
{L_PARENT_FORBIDDEN} -
|
|
<!-- END parent_forbidden -->
|
|
<input type="radio" name="{permission.category.CAT_ID}" value="0" {permission.category.AUTH_YES}/>{L_AUTHORIZED}
|
|
<input type="radio" name="{permission.category.CAT_ID}" value="1" {permission.category.AUTH_NO}/>{L_FORBIDDEN}
|
|
</li>
|
|
<!-- END category -->
|
|
</ul>
|
|
<input type="submit" name="submit" class="bouton" value="{L_SUBMIT}"/>
|
|
</form>
|
|
<!-- END permission --> |