nextcloud/settings/templates/users.php

139 lines
4.7 KiB
PHP
Raw Normal View History

2012-07-09 23:51:19 +04:00
<?php
/**
* Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/
2011-08-10 22:51:35 +04:00
$allGroups=array();
foreach($_["groups"] as $group) {
2011-08-10 22:51:35 +04:00
$allGroups[]=$group['name'];
}
2012-07-09 23:51:19 +04:00
$_['subadmingroups'] = $_['groups'];
2011-08-10 22:51:35 +04:00
?>
2011-09-30 21:35:25 +04:00
<div id="controls">
<form id="newuser">
<input id="newusername" placeholder="<?php echo $l->t('Name')?>" /> <input
type="password" id="newuserpassword"
placeholder="<?php echo $l->t('Password')?>" /> <select
id="newusergroups" data-placeholder="groups"
title="<?php echo $l->t('Groups')?>" multiple="multiple">
<?php foreach($_["groups"] as $group): ?>
<option value="<?php echo $group['name'];?>">
<?php echo $group['name'];?>
</option>
<?php endforeach;?>
</select> <input type="submit" value="<?php echo $l->t('Create')?>" />
2011-09-30 21:35:25 +04:00
</form>
2012-02-25 00:19:23 +04:00
<div class="quota">
<span><?php echo $l->t('Default Quota');?>:</span>
<div class="quota-select-wrapper">
<select class='quota'>
<?php foreach($_['quota_preset'] as $preset):?>
2012-02-25 00:19:23 +04:00
<?php if($preset!='default'):?>
<option
<?php if($_['default_quota']==$preset) echo 'selected="selected"';?>
value='<?php echo $preset;?>'>
<?php echo $preset;?>
</option>
2012-02-25 00:19:23 +04:00
<?php endif;?>
<?php endforeach;?>
<?php if(array_search($_['default_quota'],$_['quota_preset'])===false):?>
<option selected="selected"
value='<?php echo $_['default_quota'];?>'>
<?php echo $_['default_quota'];?>
</option>
<?php endif;?>
<option value='other'>
<?php echo $l->t('Other');?>
...
</option>
</select> <input class='quota-other'></input>
</div>
2012-02-25 00:19:23 +04:00
</div>
2011-09-30 21:35:25 +04:00
</div>
<div id='notification'></div>
2011-08-10 22:51:35 +04:00
<table data-groups="<?php echo implode(', ',$allGroups);?>">
2011-09-30 21:35:25 +04:00
<thead>
<tr>
<th id='headerName'><?php echo $l->t('Name')?></th>
<th id="headerPassword"><?php echo $l->t( 'Password' ); ?></th>
<th id="headerGroups"><?php echo $l->t( 'Groups' ); ?></th>
2012-07-09 23:51:19 +04:00
<?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
<th id="headerSubAdmins"><?php echo $l->t('SubAdmins'); ?></th>
<?php endif;?>
2011-09-30 21:35:25 +04:00
<th id="headerQuota"><?php echo $l->t( 'Quota' ); ?></th>
<th id="headerRemove">&nbsp;</th>
</tr>
</thead>
<tbody>
<?php foreach($_["users"] as $user): ?>
2011-08-10 22:51:35 +04:00
<tr data-uid="<?php echo $user["name"] ?>">
<td class="name"><?php echo $user["name"]; ?></td>
<td class="password"><span>●●●●●●●</span> <img class="svg action"
src="<?php echo image_path('core','actions/rename.svg')?>"
alt="set new password" title="set new password" />
2011-08-11 13:26:57 +04:00
</td>
<td class="groups"><select
data-username="<?php echo $user['name'] ;?>"
data-user-groups="<?php echo $user['groups'] ;?>"
data-placeholder="groups" title="<?php echo $l->t('Groups')?>"
multiple="multiple">
2011-08-10 22:51:35 +04:00
<?php foreach($_["groups"] as $group): ?>
<option value="<?php echo $group['name'];?>">
<?php echo $group['name'];?>
</option>
2011-08-10 22:51:35 +04:00
<?php endforeach;?>
</select>
2011-08-10 22:51:35 +04:00
</td>
2012-07-09 23:51:19 +04:00
<?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
<td class="subadmins"><select
data-username="<?php echo $user['name'] ;?>"
data-user-groups="<?php echo $user['groups'] ;?>"
data-placeholder="subadmins" title="<?php echo $l->t('SubAdmin for ...')?>"
multiple="multiple">
<?php foreach($_["subadmingroups"] as $group): ?>
<option value="<?php echo $group['name'];?>">
<?php echo $group['name'];?>
</option>
<?php endforeach;?>
</select>
</td>
<?php endif;?>
2012-02-24 17:38:40 +04:00
<td class="quota">
<div class="quota-select-wrapper">
<select class='quota-user'>
<?php foreach($_['quota_preset'] as $preset):?>
<option
<?php if($user['quota']==$preset) echo 'selected="selected"';?>
value='<?php echo $preset;?>'>
<?php echo $preset;?>
</option>
<?php endforeach;?>
<?php if(array_search($user['quota'],$_['quota_preset'])===false):?>
<option selected="selected" value='<?php echo $user['quota'];?>'>
<?php echo $user['quota'];?>
</option>
<?php endif;?>
<option value='other'>
<?php echo $l->t('Other');?>
...
</option>
</select> <input class='quota-other'></input>
</div>
2011-08-15 23:06:29 +04:00
</td>
<td class="remove"><?php if($user['name']!=OC_User::getUser()):?> <img
alt="Delete" title="<?php echo $l->t('Delete')?>" class="svg action"
src="<?php echo image_path('core','actions/delete.svg') ?>" /> <?php endif;?>
2011-08-10 22:51:35 +04:00
</td>
</tr>
<?php endforeach; ?>
</tbody>
2011-08-10 22:51:35 +04:00
</table>
<!-- use a standard notification class / system for this message -->
<?php if( $_["share_notice"] ):?>
<h3 class="settingsNotice center"><?php echo $_["share_notice"]; ?></h3>
<?php endif;?>