2014-05-27 17:24:59 +02:00
|
|
|
<!DOCTYPE html>
|
2013-10-20 23:05:06 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2014-05-27 17:24:59 +02:00
|
|
|
<meta charset="utf-8">
|
2014-05-14 01:42:31 +02:00
|
|
|
<title>{{t_portal}}</title>
|
2014-11-13 17:15:50 +01:00
|
|
|
|
|
|
|
<!-- Responsive -->
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
|
|
|
|
|
|
|
|
<!-- Do not index SSOWat pages -->
|
2014-05-27 17:24:59 +02:00
|
|
|
<meta name="robots" content="noindex, nofollow">
|
2014-11-13 17:15:50 +01:00
|
|
|
|
|
|
|
<!-- Stylesheets -->
|
2019-03-19 00:17:53 +01:00
|
|
|
<link rel="stylesheet" href="assets/css/ynh_portal.css">
|
|
|
|
<link rel="stylesheet" href="assets/themes/{{theme}}/custom_portal.css">
|
2014-11-13 17:15:50 +01:00
|
|
|
|
|
|
|
<!-- Icons -->
|
2014-05-15 13:14:31 +02:00
|
|
|
<link rel="shortcut icon" href="assets/icons/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="assets/icons/apple-touch-icon-57x57.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="assets/icons/apple-touch-icon-114x114.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="assets/icons/apple-touch-icon-72x72.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="assets/icons/apple-touch-icon-144x144.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="assets/icons/apple-touch-icon-60x60.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="assets/icons/apple-touch-icon-120x120.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="assets/icons/apple-touch-icon-76x76.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/apple-touch-icon-152x152.png">
|
|
|
|
<link rel="icon" type="image/png" href="assets/icons/favicon-196x196.png" sizes="196x196">
|
|
|
|
<link rel="icon" type="image/png" href="assets/icons/favicon-160x160.png" sizes="160x160">
|
|
|
|
<link rel="icon" type="image/png" href="assets/icons/favicon-96x96.png" sizes="96x96">
|
|
|
|
<link rel="icon" type="image/png" href="assets/icons/favicon-16x16.png" sizes="16x16">
|
|
|
|
<link rel="icon" type="image/png" href="assets/icons/favicon-32x32.png" sizes="32x32">
|
|
|
|
<meta name="msapplication-TileColor" content="#41444f">
|
|
|
|
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
2013-10-20 23:05:06 +02:00
|
|
|
</head>
|
2019-02-22 21:07:12 +01:00
|
|
|
<body class="ynh-user-portal {{#connected}}logged{{/connected}}">
|
2013-10-21 13:13:43 +02:00
|
|
|
|
2019-03-14 20:16:57 +01:00
|
|
|
<div id="ynh-logo" class="ynh-logo">
|
2019-03-12 19:05:05 +01:00
|
|
|
<span class="element-invisible">Yunohost</span>
|
2019-02-23 21:01:32 +01:00
|
|
|
</div>
|
2019-02-21 17:26:43 +01:00
|
|
|
|
2019-03-19 17:34:14 +01:00
|
|
|
<div class="content">
|
2014-05-14 01:42:31 +02:00
|
|
|
{{#flash_win}}
|
2014-05-15 12:49:24 +02:00
|
|
|
<div class="wrapper messages success">{{.}}</div>
|
2014-05-14 01:42:31 +02:00
|
|
|
{{/flash_win}}
|
2013-10-20 23:05:06 +02:00
|
|
|
|
2014-05-14 01:42:31 +02:00
|
|
|
{{#flash_fail}}
|
2014-05-15 12:49:24 +02:00
|
|
|
<div class="wrapper messages danger">{{.}}</div>
|
2014-05-14 01:42:31 +02:00
|
|
|
{{/flash_fail}}
|
2013-10-20 23:05:06 +02:00
|
|
|
|
2014-05-14 01:42:31 +02:00
|
|
|
{{#flash_info}}
|
2014-05-15 12:49:24 +02:00
|
|
|
<div class="wrapper messages info">{{.}}</div>
|
2014-05-14 01:42:31 +02:00
|
|
|
{{/flash_info}}
|