<div id="app-content">
-
-
<div id="quota" class="section">
<div style="width:<?php p($_['usage_relative']);?>%"
<?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>>
</div>
</div>
-
-
<?php if ($_['enableAvatars']): ?>
<form id="avatar" class="section" method="post" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.postAvatar')); ?>">
<h2><?php p($l->t('Profile picture')); ?></h2>
</form>
<?php endif; ?>
-
-
<?php
if($_['displayNameChangeSupported']) {
?>
}
?>
-
-
<?php
if($_['passwordChangeSupported']) {
?>
}
?>
-
-
<div id="groups" class="section">
<h2><?php p($l->t('Groups')); ?></h2>
<p><?php p($l->t('You are member of the following groups:')); ?></p>
</p>
</div>
-
-
<?php
if($_['passwordChangeSupported']) {
script('jquery-showpassword');
}
?>
-
-
<form class="section">
<h2>
<label for="languageinput"><?php p($l->t('Language'));?></label>
<?php endif; ?>
</form>
-
-
<div id="clientsbox" class="section clientsbox">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
<?php }?>
</div>
-
-
<?php foreach($_['forms'] as $form) {
if (isset($form['form'])) {?>
<div id="<?php isset($form['anchor']) ? p($form['anchor']) : p('');?>"><?php print_unescaped($form['form']);?></div>
<h2><?php p($l->t('SSL root certificates')); ?></h2>
<table id="sslCertificate" class="grid">
<thead>
+ <tr>
<th><?php p($l->t('Common Name')); ?></th>
<th><?php p($l->t('Valid until')); ?></th>
<th><?php p($l->t('Issued By')); ?></th>
- <th/>
+ <th></th>
+ </tr>
</thead>
<tbody>
<?php foreach ($_['certs'] as $rootCert): /**@var \OCP\ICertificate $rootCert*/ ?>
<p><?php include('settings.development.notice.php'); ?></p>
</div>
-
-
</div>