芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/admin/templates/changeusergroup.tpl
{*
{$admin_group_warning}
*} {if isset($message)}
{$message}
{/if}
{$selectgroup}:
{foreach from=$allgroups item=thisgroup} {if $thisgroup->id == $disp_group}
{$thisgroup->name}
{else}
{$thisgroup->name}
{/if} {/foreach}
{$form_start}
{if isset($title_group)}{$title_group}{/if}
{foreach from=$group_list item=thisgroup} {if $thisgroup->id != -1}
{$thisgroup->name}
{/if} {/foreach}
{foreach from=$users item=user} {cycle values='row1,row2' assign='currow'}
{$user->name}
{foreach from=$group_list item=thisgroup} {if $user->id == $user_id} {if $thisgroup->id != -1}
--
{/if} {else} {if $thisgroup->id != -1} {if ($thisgroup->id == 1 && $user->id == 1)}
{else} {assign var="gid" value=`$thisgroup->id`}
group[$gid])} checked="checked"{/if} />
{/if} {/if} {/if} {/foreach}
{/foreach}
{$hidden} {$submit} {$cancel}