mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
v1.3.0.442
This commit is contained in:
parent
7242b1636c
commit
f32876928e
399 changed files with 628 additions and 236 deletions
76
rainloop/v/1.3.0.442/app/templates/Index.html
Normal file
76
rainloop/v/1.3.0.442/app/templates/Index.html
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html id="id-html">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="user-scalable=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
||||
</noscript>
|
||||
<!--[if lte IE 7]>
|
||||
<meta http-equiv="refresh" content="0; URL=./?/BadBrowser" />
|
||||
<![endif]-->
|
||||
<script>
|
||||
if (!navigator || !navigator.cookieEnabled) {
|
||||
document.location.replace('./?/NoCookie');
|
||||
}
|
||||
</script>
|
||||
<meta name="robots" content="noindex, nofollow, noodp" />
|
||||
<title></title>
|
||||
<link rel="shortcut icon" href="{{BaseAppFaviconFile}}" />
|
||||
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}" />
|
||||
<link type="text/css" rel="stylesheet" id="rlThemeLink" />
|
||||
<script src="{{BaseAppBootScriptLink}}"></script>
|
||||
<script>
|
||||
document.write(unescape('%3Cscript src="{{BaseAppDataScriptLink}}' + (window.__rlah ? window.__rlah() || '0' : '0') + '/"%3E%3C/script%3E'))
|
||||
</script>
|
||||
<script>
|
||||
if (window.rainloopAppData && window.rainloopAppData['Theme'] && window.rainloopAppData['NewThemeLink']) {
|
||||
var
|
||||
oLink = document.getElementById('rlThemeLink');
|
||||
sHref = window.rainloopAppData['NewThemeLink']
|
||||
;
|
||||
|
||||
if (oLink) {
|
||||
if ('Custom' === window.rainloopAppData['Theme']) {
|
||||
sHref = sHref.replace('/Css/0/User/-/Custom/-/', '/Css/' + (window.__rlah ? window.__rlah() || '0' : '0') + '/User/-/Custom/-/');
|
||||
}
|
||||
|
||||
document.getElementById('rlThemeLink').href = sHref;
|
||||
}
|
||||
|
||||
oLink = null;
|
||||
sHref = null;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="thm-body">
|
||||
<div id="rl-loading" class="thm-loading">RainLoop</div>
|
||||
<div id="rl-content">
|
||||
<div id="rl-popups"></div>
|
||||
<div id="rl-center">
|
||||
<div id="rl-top"></div>
|
||||
<div id="rl-left"></div>
|
||||
<div id="rl-right"></div>
|
||||
<div id="rl-bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="rl-hidden">
|
||||
{{BaseTemplates}}
|
||||
<script>
|
||||
if (window.rainloopAppData && window.rainloopAppData['LangLink']) {
|
||||
document.write('<script src="' + window.rainloopAppData['LangLink'] + '"><\/script>');
|
||||
}
|
||||
</script>
|
||||
<script src="{{BaseAppJqueryScriptLink}}"></script>
|
||||
<script src="{{BaseAppLibsScriptLink}}"></script>
|
||||
<script src="{{BaseAppMainScriptLink}}"></script>
|
||||
<script>
|
||||
if (window.rainloopAppData && window.rainloopAppData['PluginsLink']) {
|
||||
document.write('<script src="' + window.rainloopAppData['PluginsLink'] + '"><\/script>');
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue