2013-07-01 15:56:32 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2014-05-27 17:27:00 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>YunoHost admin</title>
|
2013-07-01 15:56:32 +02:00
|
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
2013-10-06 15:05:36 +02:00
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" />
|
2014-05-27 17:27:00 +02:00
|
|
|
<meta name="robots" content="noindex, nofollow">
|
2016-03-05 10:28:03 +01:00
|
|
|
<link rel="stylesheet" media="screen" href="dist/css/style.min.css?version=VERSION">
|
2015-08-29 15:24:20 +02:00
|
|
|
<link rel="shortcut icon" href="dist/img/ynhadmin_icon.png">
|
2016-03-05 10:28:03 +01:00
|
|
|
<script type="text/javascript" src="dist/js/script.min.js?version=VERSION"></script>
|
2013-07-01 15:56:32 +02:00
|
|
|
</head>
|
2013-09-21 20:59:47 +02:00
|
|
|
<body>
|
2015-11-01 16:33:25 +01:00
|
|
|
|
2014-03-14 18:11:20 +01:00
|
|
|
<div id="slider" role="application">
|
|
|
|
|
2014-05-07 15:23:16 +02:00
|
|
|
<header id="masthead" class="page-header">
|
2014-07-03 11:56:04 +02:00
|
|
|
<a href="#/" class="homelink slide back">
|
2015-08-29 15:24:20 +02:00
|
|
|
<img src="dist/img/icon.png" style="width: 70px;">
|
2014-07-03 11:56:04 +02:00
|
|
|
</a>
|
2015-11-15 12:31:14 +01:00
|
|
|
<span class="buttons" role="button">
|
|
|
|
<a class="user-interface-btn" href="/yunohost/sso/" title="Logout" data-y18n-title="user_interface_link">
|
2015-11-01 16:33:25 +01:00
|
|
|
<span data-y18n="user_interface_link">User interface</span>
|
|
|
|
<i class="fa-user"></i>
|
|
|
|
</a>
|
2015-11-15 12:31:14 +01:00
|
|
|
<a class="logout-btn" href="#/logout" title="Logout" data-y18n-title="logout">
|
2015-11-01 16:33:25 +01:00
|
|
|
<span data-y18n="logout">Logout</span>
|
|
|
|
<i class="fa-sign-out"></i>
|
|
|
|
</a>
|
2014-05-13 01:30:22 +02:00
|
|
|
</span>
|
2014-03-14 18:11:20 +01:00
|
|
|
</header>
|
2014-02-11 14:06:00 +01:00
|
|
|
|
2015-11-15 12:22:53 +01:00
|
|
|
<div id="flashMessage">
|
2015-11-15 14:02:47 +01:00
|
|
|
<button id="toggle-btn" data-y18n-title="pin">
|
|
|
|
<span class="sr-only">Pin </span><span class="fa-thumb-tack"></span>
|
2015-11-15 12:22:53 +01:00
|
|
|
</button>
|
2015-11-15 14:02:47 +01:00
|
|
|
<button id="clear-btn" data-y18n-title="clear">
|
2015-11-15 14:26:35 +01:00
|
|
|
<span class="sr-only">Clear </span><span class="fa-trash-o"></span>
|
2015-11-15 12:22:53 +01:00
|
|
|
</button>
|
|
|
|
<div class="messages"></div>
|
|
|
|
</div>
|
2015-11-09 15:05:35 +01:00
|
|
|
|
2013-09-21 19:46:26 +02:00
|
|
|
<div id="slider-container">
|
2014-03-14 18:11:20 +01:00
|
|
|
|
|
|
|
<div id="slideBack" style="display: none;"></div>
|
|
|
|
|
|
|
|
<div id="main" role="main">
|
2014-10-01 16:11:28 +02:00
|
|
|
<a class="slide" href="#/">
|
2014-10-03 12:08:56 +02:00
|
|
|
<span class="ajax-loader" data-y18n="loading">loading…</span>
|
2014-03-14 18:11:20 +01:00
|
|
|
</a>
|
2016-10-10 12:36:20 +02:00
|
|
|
<noscript>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<p> <strong> Warning ! </strong> You must enable Javascript to view this page properly. </p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
2014-03-14 18:11:20 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="slideTo" style="display: none; z-index: 100;"></div>
|
|
|
|
|
|
|
|
</div><!--/#slider-container-->
|
2016-05-23 20:50:53 +02:00
|
|
|
|
|
|
|
<footer class="page-footer">
|
|
|
|
<p id="yunohost-version"></p>
|
|
|
|
</footer>
|
2013-07-01 15:56:32 +02:00
|
|
|
</div>
|
|
|
|
|
2014-11-17 13:59:28 +01:00
|
|
|
<div id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">
|
|
|
|
<div><div>
|
|
|
|
<header>
|
|
|
|
<button type="button" class="close" data-dismiss="modal">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
<span class="sr-only" data-y18n="close">Close</span>
|
|
|
|
</button>
|
|
|
|
<h4 class="title" id="modalLabel"></h4>
|
|
|
|
</header>
|
|
|
|
<div class="content"></div>
|
|
|
|
<footer>
|
|
|
|
<button type="button" id="modal-cancel" data-action="cancel" data-y18n="cancel">Cancel</button>
|
|
|
|
<button type="button" id="modal-confirm" data-action="confirm" data-y18n="ok">OK</button>
|
|
|
|
</footer>
|
|
|
|
</div></div>
|
|
|
|
</div>
|
|
|
|
|
2013-07-01 15:56:32 +02:00
|
|
|
</body>
|
2015-11-01 16:33:25 +01:00
|
|
|
</html>
|