nextcloud/settings/templates/users.php

177 lines
6.5 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) {
2012-07-15 18:31:28 +04:00
$allGroups[] = $group['name'];
2011-08-10 22:51:35 +04:00
}
2012-07-15 18:31:28 +04:00
$_['subadmingroups'] = $allGroups;
$items = array_flip($_['subadmingroups']);
unset($items['admin']);
$_['subadmingroups'] = array_flip($items);
2011-08-10 22:51:35 +04:00
?>
2013-01-22 00:25:38 +04:00
2011-09-30 21:35:25 +04:00
<div id="controls">
<form id="newuser" autocomplete="off">
2013-02-28 01:55:39 +04:00
<input id="newusername" type="text" placeholder="<?php p($l->t('Login Name'))?>" /> <input
type="password" id="newuserpassword"
2013-02-28 01:55:39 +04:00
placeholder="<?php p($l->t('Password'))?>" /> <select
2012-07-15 18:31:28 +04:00
class="groupsselect"
id="newusergroups" data-placeholder="groups"
2013-02-28 01:55:39 +04:00
title="<?php p($l->t('Groups'))?>" multiple="multiple">
<?php foreach($_["groups"] as $group): ?>
2013-04-23 17:34:16 +04:00
<option value="<?php p($group['name']);?>"><?php p($group['name']);?></option>
<?php endforeach;?>
2013-02-28 01:55:39 +04:00
</select> <input type="submit" value="<?php p($l->t('Create'))?>" />
2011-09-30 21:35:25 +04:00
</form>
<?php if((bool)$_['recoveryAdminEnabled']): ?>
<div class="recoveryPassword">
<input id="recoveryPassword"
type="password"
placeholder="<?php p($l->t('Admin Recovery Password'))?>"
title="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"
alt="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"/>
</div>
<?php endif; ?>
2012-02-25 00:19:23 +04:00
<div class="quota">
2013-02-28 01:55:39 +04:00
<span><?php p($l->t('Default Storage'));?></span>
2012-07-20 17:20:48 +04:00
<?php if((bool) $_['isadmin']): ?>
2013-10-31 15:21:42 +04:00
<select class='quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
2013-01-14 23:30:28 +04:00
<option
2013-04-17 17:32:03 +04:00
<?php if($_['default_quota'] === 'none') print_unescaped('selected="selected"');?>
2013-01-14 23:30:28 +04:00
value='none'>
2013-02-28 01:55:39 +04:00
<?php p($l->t('Unlimited'));?>
2013-01-14 23:30:28 +04:00
</option>
<?php foreach($_['quota_preset'] as $preset):?>
2013-04-17 17:32:03 +04:00
<?php if($preset !== 'default'):?>
<option
2013-02-28 01:55:39 +04:00
<?php if($_['default_quota']==$preset) print_unescaped('selected="selected"');?>
value='<?php p($preset);?>'>
<?php p($preset);?>
</option>
2012-02-25 00:19:23 +04:00
<?php endif;?>
<?php endforeach;?>
<?php if($_['defaultQuotaIsUserDefined']):?>
<option selected="selected"
2013-02-28 01:55:39 +04:00
value='<?php p($_['default_quota']);?>'>
<?php p($_['default_quota']);?>
</option>
<?php endif;?>
<option data-new value='other'>
2013-02-28 01:55:39 +04:00
<?php p($l->t('Other'));?>
...
</option>
</select>
2012-07-20 17:20:48 +04:00
<?php endif; ?>
<?php if((bool) !$_['isadmin']): ?>
<select class='quota' disabled="disabled">
<option selected="selected">
2013-02-28 01:55:39 +04:00
<?php p($_['default_quota']);?>
2012-07-20 17:20:48 +04:00
</option>
</select>
<?php endif; ?>
2012-02-25 00:19:23 +04:00
</div>
2011-09-30 21:35:25 +04:00
</div>
<table class="hascontrols grid" data-groups="<?php p(json_encode($allGroups));?>">
2011-09-30 21:35:25 +04:00
<thead>
<tr>
<?php if ($_['enableAvatars']): ?>
<th id='headerAvatar'></th>
<?php endif; ?>
<th id='headerName'><?php p($l->t('Username'))?></th>
<th id="headerDisplayName"><?php p($l->t( 'Full Name' )); ?></th>
2013-02-28 01:55:39 +04:00
<th id="headerPassword"><?php p($l->t( 'Password' )); ?></th>
<th id="headerGroups"><?php p($l->t( 'Groups' )); ?></th>
2012-07-09 23:51:19 +04:00
<?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
2013-02-28 01:55:39 +04:00
<th id="headerSubAdmins"><?php p($l->t('Group Admin')); ?></th>
2012-07-09 23:51:19 +04:00
<?php endif;?>
2013-02-28 01:55:39 +04:00
<th id="headerQuota"><?php p($l->t('Storage')); ?></th>
2011-09-30 21:35:25 +04:00
<th id="headerRemove">&nbsp;</th>
</tr>
</thead>
<tbody>
<?php foreach($_["users"] as $user): ?>
2013-02-28 01:55:39 +04:00
<tr data-uid="<?php p($user["name"]) ?>"
data-displayName="<?php p($user["displayName"]) ?>">
<?php if ($_['enableAvatars']): ?>
2013-08-29 16:26:11 +04:00
<td class="avatar"><div class="avatardiv"></div></td>
<?php endif; ?>
2013-02-28 01:55:39 +04:00
<td class="name"><?php p($user["name"]); ?></td>
<td class="displayName"><span><?php p($user["displayName"]); ?></span> <img class="svg action"
src="<?php p(image_path('core', 'actions/rename.svg'))?>"
alt="<?php p($l->t("change full name"))?>" title="<?php p($l->t("change full name"))?>"/>
</td>
<td class="password"><span>●●●●●●●</span> <img class="svg action"
2013-02-28 01:55:39 +04:00
src="<?php print_unescaped(image_path('core', 'actions/rename.svg'))?>"
alt="<?php p($l->t("set new password"))?>" title="<?php p($l->t("set new password"))?>"/>
2011-08-11 13:26:57 +04:00
</td>
<td class="groups"><select
2012-07-15 18:31:28 +04:00
class="groupsselect"
2013-02-28 01:55:39 +04:00
data-username="<?php p($user['name']) ;?>"
data-user-groups="<?php p(json_encode($user['groups'])) ;?>"
2013-02-28 01:55:39 +04:00
data-placeholder="groups" title="<?php p($l->t('Groups'))?>"
multiple="multiple">
2011-08-10 22:51:35 +04:00
<?php foreach($_["groups"] as $group): ?>
2013-04-23 17:34:16 +04:00
<option value="<?php p($group['name']);?>"><?php p($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
2012-07-15 18:31:28 +04:00
class="subadminsselect"
2013-02-28 01:55:39 +04:00
data-username="<?php p($user['name']) ;?>"
data-subadmin="<?php p(json_encode($user['subadmin']));?>"
2013-02-28 01:55:39 +04:00
data-placeholder="subadmins" title="<?php p($l->t('Group Admin'))?>"
2012-07-09 23:51:19 +04:00
multiple="multiple">
<?php foreach($_["subadmingroups"] as $group): ?>
2013-04-23 17:34:16 +04:00
<option value="<?php p($group);?>"><?php p($group);?></option>
2012-07-09 23:51:19 +04:00
<?php endforeach;?>
</select>
</td>
<?php endif;?>
2012-02-24 17:38:40 +04:00
<td class="quota">
2013-10-31 15:21:42 +04:00
<select class='quota-user' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
<option
2013-04-17 17:32:03 +04:00
<?php if($user['quota'] === 'default') print_unescaped('selected="selected"');?>
value='default'>
2013-02-28 01:55:39 +04:00
<?php p($l->t('Default'));?>
</option>
<option
2013-04-17 17:32:03 +04:00
<?php if($user['quota'] === 'none') print_unescaped('selected="selected"');?>
value='none'>
2013-02-28 01:55:39 +04:00
<?php p($l->t('Unlimited'));?>
</option>
<?php foreach($_['quota_preset'] as $preset):?>
<option
2013-02-28 01:55:39 +04:00
<?php if($user['quota']==$preset) print_unescaped('selected="selected"');?>
value='<?php p($preset);?>'>
<?php p($preset);?>
</option>
<?php endforeach;?>
<?php if($user['isQuotaUserDefined']):?>
2013-02-28 01:55:39 +04:00
<option selected="selected" value='<?php p($user['quota']);?>'>
<?php p($user['quota']);?>
</option>
<?php endif;?>
<option value='other' data-new>
2013-02-28 01:55:39 +04:00
<?php p($l->t('Other'));?>
...
</option>
</select>
2011-08-15 23:06:29 +04:00
</td>
2012-08-05 01:00:16 +04:00
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
2013-02-28 01:55:39 +04:00
<a href="#" class="action delete" original-title="<?php p($l->t('Delete'))?>">
<img src="<?php print_unescaped(image_path('core', 'actions/delete.svg')) ?>" class="svg" />
2012-08-05 01:00:16 +04:00
</a>
<?php endif;?>
2011-08-10 22:51:35 +04:00
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>