2011-04-16 21:29:54 +00:00
|
|
|
<!DOCTYPE html>
|
2016-06-16 06:28:43 +00:00
|
|
|
<html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" >
|
2016-02-09 12:06:48 +00:00
|
|
|
<head data-user="<?php p($_['user_uid']); ?>" data-user-displayname="<?php p($_['user_displayname']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>">
|
2015-03-17 22:36:05 +00:00
|
|
|
<meta charset="utf-8">
|
2013-06-12 12:33:24 +00:00
|
|
|
<title>
|
2013-10-17 08:40:06 +00:00
|
|
|
<?php
|
|
|
|
p(!empty($_['application'])?$_['application'].' - ':'');
|
|
|
|
p($theme->getTitle());
|
|
|
|
?>
|
2013-06-12 12:33:24 +00:00
|
|
|
</title>
|
2015-03-18 01:11:47 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2015-09-09 16:07:43 +00:00
|
|
|
<meta name="referrer" content="never">
|
2014-03-25 22:35:55 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
2014-08-28 08:12:59 +00:00
|
|
|
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
|
2014-07-08 11:14:54 +00:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
2014-07-17 07:51:44 +00:00
|
|
|
<meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!='files')? $_['application']:'ownCloud'); ?>">
|
2014-07-08 11:14:54 +00:00
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2015-07-29 16:16:01 +00:00
|
|
|
<meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>">
|
2016-03-08 20:09:34 +00:00
|
|
|
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
|
2015-03-17 22:57:23 +00:00
|
|
|
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
|
2016-06-08 14:46:26 +00:00
|
|
|
<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#0082c9">
|
2011-04-16 17:49:18 +00:00
|
|
|
<?php foreach($_['cssfiles'] as $cssfile): ?>
|
2015-06-10 10:16:45 +00:00
|
|
|
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>">
|
|
|
|
<?php endforeach; ?>
|
|
|
|
<?php foreach($_['printcssfiles'] as $cssfile): ?>
|
|
|
|
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" media="print">
|
2011-03-09 20:57:00 +00:00
|
|
|
<?php endforeach; ?>
|
2011-04-16 17:49:18 +00:00
|
|
|
<?php foreach($_['jsfiles'] as $jsfile): ?>
|
2015-03-18 04:33:17 +00:00
|
|
|
<script src="<?php print_unescaped($jsfile); ?>"></script>
|
2011-03-09 20:57:00 +00:00
|
|
|
<?php endforeach; ?>
|
2014-10-28 10:15:58 +00:00
|
|
|
<?php print_unescaped($_['headers']); ?>
|
2011-03-02 10:56:48 +00:00
|
|
|
</head>
|
2013-02-27 21:55:39 +00:00
|
|
|
<body id="<?php p($_['bodyid']);?>">
|
2015-02-09 15:01:52 +00:00
|
|
|
<?php include('layout.noscript.warning.php'); ?>
|
2013-01-11 10:52:07 +00:00
|
|
|
<div id="notification-container">
|
2013-01-11 14:19:53 +00:00
|
|
|
<div id="notification"></div>
|
2013-01-11 10:52:07 +00:00
|
|
|
</div>
|
2015-03-18 18:29:15 +00:00
|
|
|
<header role="banner"><div id="header">
|
2014-12-17 15:05:01 +00:00
|
|
|
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
|
2015-04-01 19:10:48 +00:00
|
|
|
id="owncloud" tabindex="1">
|
2016-06-23 11:39:28 +00:00
|
|
|
<div class="logo-icon">
|
2014-12-18 09:50:05 +00:00
|
|
|
<h1 class="hidden-visually">
|
|
|
|
<?php p($theme->getName()); ?>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2014-06-04 11:17:47 +00:00
|
|
|
</a>
|
2014-12-17 15:05:01 +00:00
|
|
|
|
2015-05-21 22:04:47 +00:00
|
|
|
<a href="#" class="header-appname-container menutoggle" tabindex="2">
|
2014-11-06 12:26:38 +00:00
|
|
|
<h1 class="header-appname">
|
2014-09-26 13:38:35 +00:00
|
|
|
<?php
|
|
|
|
if(OC_Util::getEditionString() === '') {
|
|
|
|
p(!empty($_['application'])?$_['application']: $l->t('Apps'));
|
|
|
|
} else {
|
2014-11-03 20:13:07 +00:00
|
|
|
print_unescaped($theme->getHTMLName());
|
2014-09-26 13:38:35 +00:00
|
|
|
}
|
|
|
|
?>
|
2014-11-06 12:26:38 +00:00
|
|
|
</h1>
|
2016-06-23 11:39:28 +00:00
|
|
|
<div class="icon-caret"></div>
|
2013-10-10 18:29:13 +00:00
|
|
|
</a>
|
2014-12-17 15:05:01 +00:00
|
|
|
|
2013-10-01 22:32:11 +00:00
|
|
|
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
|
2016-06-23 11:39:28 +00:00
|
|
|
<div id="settings">
|
2015-11-02 08:49:03 +00:00
|
|
|
<div id="expand" tabindex="6" role="link" class="menutoggle">
|
2014-02-20 12:36:52 +00:00
|
|
|
<?php if ($_['enableAvatars']): ?>
|
2015-03-26 09:28:49 +00:00
|
|
|
<div class="avatardiv<?php if ($_['userAvatarSet']) { print_unescaped(' avatardiv-shown'); } else { print_unescaped('" style="display: none'); } ?>">
|
2014-03-15 14:27:48 +00:00
|
|
|
<?php if ($_['userAvatarSet']): ?>
|
2015-07-30 18:31:27 +00:00
|
|
|
<img alt="" width="32" height="32"
|
|
|
|
src="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 32]));?>"
|
|
|
|
srcset="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 64]));?> 2x, <?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 128]));?> 4x"
|
|
|
|
>
|
2014-03-15 14:27:48 +00:00
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
2014-02-20 12:36:52 +00:00
|
|
|
<?php endif; ?>
|
2013-03-02 15:09:36 +00:00
|
|
|
<span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span>
|
2016-07-12 12:59:28 +00:00
|
|
|
<div class="icon-caret"></div>
|
2014-03-15 14:27:48 +00:00
|
|
|
</div>
|
2013-02-06 15:03:01 +00:00
|
|
|
<div id="expanddiv">
|
2013-12-10 00:45:15 +00:00
|
|
|
<ul>
|
2012-10-27 16:58:16 +00:00
|
|
|
<?php foreach($_['settingsnavigation'] as $entry):?>
|
|
|
|
<li>
|
2015-04-01 19:10:48 +00:00
|
|
|
<a href="<?php print_unescaped($entry['href']); ?>"
|
2013-02-14 22:19:12 +00:00
|
|
|
<?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
2016-06-23 11:39:28 +00:00
|
|
|
<img alt="" src="<?php print_unescaped($entry['icon']); ?>">
|
2013-02-27 21:55:39 +00:00
|
|
|
<?php p($entry['name']) ?>
|
2012-10-27 16:58:16 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
<li>
|
2013-10-07 09:49:43 +00:00
|
|
|
<a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>>
|
2016-06-23 11:39:28 +00:00
|
|
|
<img alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg')); ?>">
|
2013-02-27 21:55:39 +00:00
|
|
|
<?php p($l->t('Log out'));?>
|
2012-10-27 16:58:16 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
2013-12-10 00:45:15 +00:00
|
|
|
</ul>
|
2012-10-27 16:58:16 +00:00
|
|
|
</div>
|
2013-12-10 00:45:15 +00:00
|
|
|
</div>
|
2012-10-27 16:58:16 +00:00
|
|
|
|
2015-11-03 09:10:52 +00:00
|
|
|
<form class="searchbox" action="#" method="post" role="search" novalidate>
|
2014-12-18 12:34:48 +00:00
|
|
|
<label for="searchbox" class="hidden-visually">
|
2014-12-17 13:49:13 +00:00
|
|
|
<?php p($l->t('Search'));?>
|
|
|
|
</label>
|
2016-06-23 11:39:28 +00:00
|
|
|
<input id="searchbox" type="search" name="query"
|
2015-11-02 11:14:54 +00:00
|
|
|
value="" required
|
2015-03-26 09:28:49 +00:00
|
|
|
autocomplete="off" tabindex="5">
|
2011-08-10 20:56:44 +00:00
|
|
|
</form>
|
2011-08-09 08:30:37 +00:00
|
|
|
</div></header>
|
2011-03-02 10:56:48 +00:00
|
|
|
|
2015-03-18 18:29:15 +00:00
|
|
|
<nav role="navigation"><div id="navigation">
|
2016-06-23 11:39:28 +00:00
|
|
|
<div id="apps">
|
2014-06-04 13:27:46 +00:00
|
|
|
<ul>
|
2011-08-08 15:52:29 +00:00
|
|
|
<?php foreach($_['navigation'] as $entry): ?>
|
2013-02-27 21:55:39 +00:00
|
|
|
<li data-id="<?php p($entry['id']); ?>">
|
2015-04-01 19:10:48 +00:00
|
|
|
<a href="<?php print_unescaped($entry['href']); ?>" tabindex="3"
|
2013-02-14 22:19:12 +00:00
|
|
|
<?php if( $entry['active'] ): ?> class="active"<?php endif; ?>>
|
2016-07-28 20:33:17 +00:00
|
|
|
<svg width="32" height="32" viewBox="0 0 32 32">
|
|
|
|
<defs><filter id="invert"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
|
2016-07-29 21:06:26 +00:00
|
|
|
<image x="0" y="0" width="32" height="32" preserveAspectRatio="xMinYMin meet" filter="url(#invert)" xlink:href="<?php print_unescaped($entry['icon']); ?>" class="app-icon"/>
|
2016-07-28 20:33:17 +00:00
|
|
|
</svg>
|
2014-06-04 13:07:15 +00:00
|
|
|
<div class="icon-loading-dark" style="display:none;"></div>
|
2013-04-10 13:44:50 +00:00
|
|
|
<span>
|
|
|
|
<?php p($entry['name']); ?>
|
|
|
|
</span>
|
2012-10-26 21:38:36 +00:00
|
|
|
</a>
|
2011-08-08 15:52:29 +00:00
|
|
|
</li>
|
|
|
|
<?php endforeach; ?>
|
2015-03-26 09:28:49 +00:00
|
|
|
<?php
|
2015-03-21 06:10:46 +00:00
|
|
|
/* show "More apps" link to app administration directly in app navigation, as last entry */
|
2015-03-26 09:28:49 +00:00
|
|
|
if(OC_User::isAdminUser(OC_User::getUser())):
|
2015-03-21 06:10:46 +00:00
|
|
|
?>
|
2014-06-04 13:27:46 +00:00
|
|
|
<li id="apps-management">
|
2015-03-30 13:58:20 +00:00
|
|
|
<a href="<?php print_unescaped(\OC::$server->getURLGenerator()->linkToRoute('settings.AppSettings.viewApps')); ?>" tabindex="4"
|
2013-12-09 14:47:51 +00:00
|
|
|
<?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
|
2016-07-28 20:33:17 +00:00
|
|
|
<svg width="32" height="32" viewBox="0 0 32 32" class="app-icon">
|
|
|
|
<defs><filter id="invert"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
|
2016-07-29 21:06:26 +00:00
|
|
|
<image x="0" y="0" width="32" height="32" preserveAspectRatio="xMinYMin meet" filter="url(#invert)" xlink:href="<?php print_unescaped(image_path('settings', 'apps.svg')); ?>"/>
|
2016-07-28 20:33:17 +00:00
|
|
|
</svg>
|
2014-07-04 10:32:37 +00:00
|
|
|
<div class="icon-loading-dark" style="display:none;"></div>
|
2013-08-07 16:18:09 +00:00
|
|
|
<span>
|
2013-08-30 09:17:31 +00:00
|
|
|
<?php p($l->t('Apps')); ?>
|
2013-08-07 16:18:09 +00:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<?php endif; ?>
|
2014-06-04 13:27:46 +00:00
|
|
|
|
|
|
|
</ul>
|
2013-12-10 00:45:15 +00:00
|
|
|
</div>
|
2011-08-09 08:30:37 +00:00
|
|
|
</div></nav>
|
|
|
|
|
2013-01-16 18:38:19 +00:00
|
|
|
<div id="content-wrapper">
|
2015-03-18 18:29:15 +00:00
|
|
|
<div id="content" class="app-<?php p($_['appid']) ?>" role="main">
|
2013-02-27 21:55:39 +00:00
|
|
|
<?php print_unescaped($_['content']); ?>
|
2013-01-16 18:38:19 +00:00
|
|
|
</div>
|
2011-03-02 10:56:48 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|