2015-07-04 19:53:15 +00:00
<!DOCTYPE html>
<html>
<head>
<!-- META -->
<meta charset=" {{ sakura .charset }} " />
2015-10-11 23:37:54 +00:00
<title> {% block title %} {{ sakura .siteName }} {% endblock %} </title>
<meta name="description" content=" {{ sakura .siteDesc }} " />
<meta name="keywords" content=" {{ sakura .siteTags }} " />
2015-07-04 19:53:15 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
2015-10-11 23:37:54 +00:00
<meta name="msapplication-TileColor" content="#9475b2" />
2015-08-23 22:08:36 +00:00
<meta name="msapplication-TileImage" content="/content/images/icons/ms-icon-144x144.png" />
<meta name="theme-color" content="#9475B2" />
2015-10-11 23:37:54 +00:00
{% if page .redirect %}
<meta http-equiv="refresh" content=" {{ page .redirectTimeout ? page .redirectTimeout : '3' }} ; URL= {{ page .redirect }} " />
{% endif %}
2015-08-23 22:08:36 +00:00
<link rel="apple-touch-icon" sizes="57x57" href="/content/images/icons/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/content/images/icons/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/content/images/icons/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/content/images/icons/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/content/images/icons/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/content/images/icons/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/content/images/icons/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/content/images/icons/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/content/images/icons/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/content/images/icons/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/content/images/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/content/images/icons/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/content/images/icons/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
2015-10-11 23:37:54 +00:00
{{ block ( 'meta' ) }}
2015-07-04 19:53:15 +00:00
<!-- CSS -->
<link rel="stylesheet" type="text/css" href=" {{ sakura .resources }} /css/misaki.css" />
2015-10-11 23:37:54 +00:00
{{ block ( 'css' ) }}
2015-07-04 19:53:15 +00:00
<!-- JS -->
<script type="text/javascript" src=" {{ sakura .resources }} /js/misaki.js"></script>
2015-08-23 22:08:36 +00:00
<script type="text/javascript">
// Create an object so we can access certain settings from remote JavaScript files
var sakuraVars = {
"cookie": {
"prefix": " {{ sakura .cookie .prefix }} ",
"domain": " {{ sakura .cookie .domain }} ",
"path": " {{ sakura .cookie .path }} "
},
2015-10-11 23:37:54 +00:00
"siteName": " {{ sakura .siteName }} ",
2015-08-23 22:08:36 +00:00
"content": " {{ sakura .contentPath }} ",
"resources": " {{ sakura .resources }} ",
"recaptchaEnabled": " {{ sakura .recaptchaEnabled }} ",
"minUserLen": {{ sakura .minUsernameLength }} ,
"maxUserLen": {{ sakura .maxUsernameLength }} ,
"minPwdEntropy": {{ sakura .minPwdEntropy }} ,
"checkLogin": {% if session .checkLogin %} true {% else %} false {% endif %}
};
// Space for things that need to happen onload
window.addEventListener("load", function() {
2015-12-29 21:52:19 +00:00
{% if php .self == '/profile.php' ? ( profile .userData .profileBackground and not profile .optionFields .disableProfileParallax ) : ( user .permission ( constant ( 'Sakura\\Perms\\Site::CREATE_BACKGROUND' ) ) and user .optionFields .profileBackgroundSiteWide and user .userData .profileBackground and not user .optionFields .disableProfileParallax ) %}
2015-08-23 22:08:36 +00:00
initialiseParallax('userBackground');
{% endif %}
});
</script>
2015-10-11 23:37:54 +00:00
{{ block ( 'js' ) }}
2015-07-04 19:53:15 +00:00
</head>
<body>
<div id="container">
<span id="top"></span>
<div class="header-fade"></div>
<div id="notifications"></div>
<div id="wrapper">
2015-12-29 21:52:19 +00:00
{% if php .self == '/profile.php' ? profile .userData .profileBackground : ( user .permission ( constant ( 'Sakura\\Perms\\Site::CREATE_BACKGROUND' ) ) and user .optionFields .profileBackgroundSiteWide and user .userData .profileBackground ) %}
2015-11-07 22:58:02 +00:00
<div id="userBackground" style="background-image: url(' {{ urls .format ( 'IMAGE_BACKGROUND' , [ ( php .self == '/profile.php' ? profile : user ) .id ] ) }} ');"></div>
2015-07-04 19:53:15 +00:00
{% endif %}
2015-11-02 20:00:27 +00:00
<div id="navigation">
2015-11-04 21:26:58 +00:00
<ul class="site-menu">
2015-12-11 20:49:40 +00:00
<li title="Home" class="logo"><a href=" {{ urls .format ( 'SITE_HOME' ) }} "></a></li>
2015-11-04 21:26:58 +00:00
<li title="News"><a href=" {{ urls .format ( 'SITE_NEWS' ) }} " class="fa fa-newspaper-o"></a></li>
2015-12-16 20:21:48 +00:00
<li title="Chat"><a href=" {{ urls .format ( 'INFO_PAGE' , [ 'chat' ] ) }} " class="fa fa-commenting"></a></li>
2015-11-04 21:26:58 +00:00
<li title="Forums"><a href=" {{ urls .format ( 'FORUM_INDEX' ) }} " class="fa fa-comments"></a></li>
<li title="Members"><a href=" {{ urls .format ( 'MEMBERLIST_INDEX' ) }} " class="fa fa-users"></a></li>
<li title="Search"><a href=" {{ urls .format ( 'SITE_SEARCH' ) }} " class="fa fa-search"></a></li>
<li title="Support us"><a href=" {{ urls .format ( 'SITE_PREMIUM' ) }} " class="fa fa-heart"></a></li>
2015-11-02 20:00:27 +00:00
</ul>
2015-11-04 21:26:58 +00:00
<ul class="user-menu">
2015-11-02 20:00:27 +00:00
<li class="nav-usermenu">
2015-11-04 21:26:58 +00:00
<a href=" {% if session .checkLogin %} javascript:void(0); {% else %} {{ urls .format ( 'SITE_LOGIN' ) }} {% endif %} ">
<div>
<div class="nav-username" {% if session .checkLogin %} style="color: {{ user .colour }} ;" {% endif %} >
2015-11-07 22:58:02 +00:00
{% if session .checkLogin %} {{ user .username }} <span class="nav-user-dropdown"></span> {% else %} Guest {% endif %}
2015-11-04 21:26:58 +00:00
</div>
<div class="nav-userstats">
{% if session .checkLogin %} <span class="fa fa-envelope"></span> 0 / <span class="fa fa-user-plus"></span> 0 / <span class="fa fa-warning"></span> 0 / <span class="fa fa-reply"></span> 0 {% else %} Please log in to proceed! {% endif %}
</div>
</div>
</a>
2015-11-02 20:00:27 +00:00
{% if session .checkLogin %}
2015-11-04 21:26:58 +00:00
<ul>
2015-11-07 22:58:02 +00:00
<li><a href=" {{ urls .format ( 'USER_PROFILE' , [ user .id ] ) }} ">My Profile</a></li>
2015-11-04 21:26:58 +00:00
<li><a href=" {{ urls .format ( 'SETTING_CAT' , [ 'messages' ] ) }} ">Private Messages</a></li>
<li><a href=" {{ urls .format ( 'SETTINGS_INDEX' ) }} ">User Settings</a></li>
<li><a href=" {{ urls .format ( 'MANAGE_INDEX' ) }} ">Site Management</a></li>
<li><a href=" {{ urls .format ( 'USER_LOGOUT' , [ php .time , php .sessionid , sakura .currentPage ] ) }} ">Logout</a></li>
</ul>
2015-11-02 20:00:27 +00:00
{% endif %}
</li>
2015-11-07 23:36:57 +00:00
<li><a href=" {% if session .checkLogin %} {{ urls .format ( 'USER_PROFILE' , [ user .id ] ) }} {% else %} {{ urls .format ( 'SITE_LOGIN' ) }} {% endif %} "><img src=" {{ sakura .contentPath }} /pixel.png" alt=" {{ user .username }} " style="background-image: url(' {{ urls .format ( 'IMAGE_AVATAR' , [ user .id ] ) }} ');" class="nav-avatar" /></a></li>
2015-11-02 20:00:27 +00:00
</ul>
</div>
2015-12-11 20:49:40 +00:00
{% if sakura .siteLogo or sakura .announcementImage %}
<div id="banner" style="background: url(' {% if sakura .announcementImage %} {{ sakura .announcementImage }} {% else %} {{ sakura .siteLogo }} {% endif %} ');">
<a href=" {% if sakura .announcementImage and sakura .announcementLink %} {{ sakura .announcementLink }} {% else %} {{ urls .format ( 'SITE_HOME' ) }} {% endif %} "></a>
</div>
{% endif %}
2015-07-04 19:53:15 +00:00
<div id="content">
2015-10-11 23:37:54 +00:00
{% block content %}
2015-11-02 20:00:27 +00:00
<div class="platform">
<div style="text-align: center; font-family: 'Exo2-0-LightItalic', sans-serif; font-size: 3em; line-height: 1.5em; margin: 10px auto">This template doesn't exist (yet)!<br />Switch back to Yuuno via the User Settings to view this page!</div>
</div>
2015-10-11 23:37:54 +00:00
{% endblock %}
2015-10-18 19:06:30 +00:00
</div>
2015-10-11 23:37:54 +00:00
</div>
2015-10-18 19:06:30 +00:00
<div id="footer">
<div class="inner">
<div class="ft-logo"></div>
<div class="ft-text">
2015-12-31 14:51:01 +00:00
<div>Powered by <a href="https://github.com/flashwave/sakura/" target="_blank">Sakura</a>, <a href="https://flash.moe/" target="_blank">Flashwave</a> 2013-2016</div>
2015-11-01 16:32:47 +00:00
<div><a href=" {{ urls .format ( 'INFO_PAGE' , [ 'terms' ] ) }} ">Terms of Service</a> | <a href=" {{ urls .format ( 'INFO_PAGE' , [ 'contact' ] ) }} ">Contact</a> | <a href=" {{ urls .format ( 'SITE_FAQ' ) }} ">FAQ</a> | <a href=" {{ urls .format ( 'INFO_PAGE' , [ 'rules' ] ) }} ">Rules</a> | <a href="https://sakura.flash.moe/">Changelog</a> | <a href="https://fiistat.us/">Status</a></div>
2015-10-18 19:06:30 +00:00
</div>
2015-10-11 23:37:54 +00:00
</div>
</div>
</div>
</body>
</html>