mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-10 09:57:02 +03:00
v1.2.7.415
This commit is contained in:
parent
5c1e7bc676
commit
54e2645fcf
436 changed files with 407 additions and 347 deletions
74
rainloop/v/1.2.7.415/app/templates/Index.html
Normal file
74
rainloop/v/1.2.7.415/app/templates/Index.html
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<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={{BaseIndexFile}}?/NoScript" />
|
||||
</noscript>
|
||||
<!--[if lte IE 7]>
|
||||
<meta http-equiv="refresh" content="0; URL={{BaseIndexFile}}?/BadBrowser" />
|
||||
<![endif]-->
|
||||
<script>
|
||||
if (!navigator || !navigator.cookieEnabled) {
|
||||
document.location.replace('{{BaseIndexFile}}?/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}}" />
|
||||
<script>
|
||||
window._headBoot = ['{{BaseAppJqueryScriptLink}}', '{{BaseAppLibsScriptLink}}'];
|
||||
</script>
|
||||
<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)
|
||||
{
|
||||
if (window.rainloopAppData['Theme'] && window.rainloopAppData['NewThemeLink']) {
|
||||
var sHref = window.rainloopAppData['NewThemeLink'];
|
||||
if ('Custom' === window.rainloopAppData['Theme']) {
|
||||
sHref = sHref.replace('/Css/0/User/-/Custom/-/', '/Css/' + (window.__rlah ? window.__rlah() || '0' : '0') + '/User/-/Custom/-/');
|
||||
}
|
||||
|
||||
document.write('<link type="text/css" type="text/css" rel="stylesheet" href="' + sHref + '" id="rlThemeLink" />');
|
||||
sHref = null;
|
||||
}
|
||||
if (window.rainloopAppData['LangLink']) {
|
||||
window._headBoot.push(window.rainloopAppData['LangLink']);
|
||||
}
|
||||
window._headBoot.push('{{BaseAppMainScriptLink}}');
|
||||
if (window.rainloopAppData['PluginsLink']) {
|
||||
window._headBoot.push(window.rainloopAppData['PluginsLink']);
|
||||
}
|
||||
|
||||
if (window._headBoot && window.head && window.head.js && 0 < window._headBoot.length)
|
||||
{
|
||||
for (var iIndex = 0, iLen = window._headBoot.length; iIndex < iLen; iIndex++) {
|
||||
window.head.js(window._headBoot[iIndex]);
|
||||
}
|
||||
}
|
||||
}
|
||||
</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}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue