2014-07-05 18:22:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ONLYOFFICE Spreadsheet</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="keywords" content="" />
|
|
|
|
|
|
|
|
<!-- splash -->
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
.loadmask {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
border: none;
|
|
|
|
background-color: #f4f4f4;
|
2015-04-28 14:59:00 +00:00
|
|
|
z-index: 100;
|
2014-07-05 18:22:49 +00:00
|
|
|
}
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
.loader-page {
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
width: 50px;
|
|
|
|
height: 180px;
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -100px;
|
2014-07-05 18:22:49 +00:00
|
|
|
}
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
.romb {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
-webkit-transform: rotate(135deg) skew(20deg, 20deg);
|
|
|
|
-moz-transform: rotate(135deg) skew(20deg, 20deg);
|
|
|
|
-ms-transform: rotate(135deg) skew(20deg, 20deg);
|
|
|
|
-o-transform: rotate(135deg) skew(20deg, 20deg);
|
|
|
|
position: absolute;
|
|
|
|
background: red;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-animation: movedown 3s infinite ease;
|
|
|
|
-moz-animation: movedown 3s infinite ease;
|
|
|
|
-ms-animation: movedown 3s infinite ease;
|
|
|
|
-o-animation: movedown 3s infinite ease;
|
|
|
|
animation: movedown 3s infinite ease;
|
2014-07-05 18:22:49 +00:00
|
|
|
}
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
#blue {
|
|
|
|
z-index: 3;
|
|
|
|
background: #55bce6;
|
|
|
|
-webkit-animation-name: blue;
|
|
|
|
-moz-animation-name: blue;
|
|
|
|
-ms-animation-name: blue;
|
|
|
|
-o-animation-name: blue;
|
|
|
|
animation-name: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
#red {
|
|
|
|
z-index:1;
|
|
|
|
background: #de7a59;
|
|
|
|
-webkit-animation-name: red;
|
|
|
|
-moz-animation-name: red;
|
|
|
|
-ms-animation-name: red;
|
|
|
|
-o-animation-name: red;
|
|
|
|
animation-name: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#green {
|
|
|
|
z-index: 2;
|
|
|
|
background: #a1cb5c;
|
|
|
|
-webkit-animation-name: green;
|
|
|
|
-moz-animation-name: green;
|
|
|
|
-ms-animation-name: green;
|
|
|
|
-o-animation-name: green;
|
|
|
|
animation-name: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes red {
|
|
|
|
0% { top:120px; background: #de7a59; }
|
|
|
|
10% { top:120px; background: #F2CBBF; }
|
|
|
|
14% { background: #f4f4f4; top:120px; }
|
|
|
|
15% { background: #f4f4f4; top:0;}
|
|
|
|
20% { background: #E6E4E4; }
|
|
|
|
30% { background: #D2D2D2; }
|
|
|
|
40% { top:120px; }
|
|
|
|
100% { top:120px; background: #de7a59; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes red {
|
|
|
|
0% { top:120px; background: #de7a59; }
|
|
|
|
10% { top:120px; background: #F2CBBF; }
|
|
|
|
14% { background: #f4f4f4; top:120px; }
|
|
|
|
15% { background: #f4f4f4; top:0; }
|
|
|
|
20% { background: #E6E4E4; }
|
|
|
|
30% { background: #D2D2D2; }
|
|
|
|
40% { top:120px; }
|
|
|
|
100% { top:120px; background: #de7a59; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes green {
|
|
|
|
0% { top:110px; background: #a1cb5c; opacity:1; }
|
|
|
|
10% { top:110px; background: #CBE0AC; opacity:1; }
|
|
|
|
14% { background: #f4f4f4; top:110px; opacity:1; }
|
|
|
|
15% { background: #f4f4f4; top:0; opacity:1; }
|
|
|
|
20% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
25% { background: #EFEFEF; top:0; opacity:1; }
|
|
|
|
30% { background:#E6E4E4; }
|
|
|
|
70% { top:110px; }
|
|
|
|
100% { top:110px; background: #a1cb5c; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes green {
|
|
|
|
0% { top:110px; background: #a1cb5c; opacity:1; }
|
|
|
|
10% { top:110px; background: #CBE0AC; opacity:1; }
|
|
|
|
14% { background: #f4f4f4; top:110px; opacity:1; }
|
|
|
|
15% { background: #f4f4f4; top:0; opacity:1; }
|
|
|
|
20% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
25% { background: #EFEFEF; top:0; opacity:1; }
|
|
|
|
30% { background:#E6E4E4; }
|
|
|
|
70% { top:110px; }
|
|
|
|
100% { top:110px; background: #a1cb5c; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes blue {
|
|
|
|
0% { top:100px; background: #55bce6; opacity:1; }
|
|
|
|
10% { top:100px; background: #BFE8F8; opacity:1; }
|
|
|
|
14% { background: #f4f4f4; top:100px; opacity:1; }
|
|
|
|
15% { background: #f4f4f4; top:0; opacity:1; }
|
|
|
|
20% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
25% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
45% { background: #EFEFEF; top:0; opacity:0,2; }
|
|
|
|
100% { top:100px; background: #55bce6; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes blue {
|
|
|
|
0% { top:100px; background: #55bce6; opacity:1; }
|
|
|
|
10% { top:100px; background: #BFE8F8; opacity:1; }
|
|
|
|
14% { background: #f4f4f4; top:100px; opacity:1; }
|
|
|
|
15% { background: #f4f4f4; top:0; opacity:1; }
|
|
|
|
20% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
25% { background: #f4f4f4; top:0; opacity:0; }
|
|
|
|
45% { background: #EFEFEF; top:0; opacity:0,2; }
|
|
|
|
100% { top:100px; background: #55bce6; }
|
2014-07-05 18:22:49 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
<!-- vendors -->
|
2014-07-05 18:22:49 +00:00
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../../sdk/Excel/css/main-mobile.css"/>
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
<script type="text/javascript" src="../../../vendor/touch/sencha-touch-all.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../vendor/jquery/jquery.min.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../vendor/xregexp/xregexp-all-min.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../vendor/megapixel/src/megapix-image.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../vendor/sockjs/sockjs.min.js"></script>
|
2014-07-05 18:22:49 +00:00
|
|
|
|
|
|
|
<!-- SDK -->
|
|
|
|
|
|
|
|
<script type="text/javascript" src="../../../sdk/Common/AllFonts.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../sdk/Excel/sdk-all.js"></script>
|
|
|
|
|
|
|
|
<!-- Application -->
|
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
var injectStyleElement = function(url) {
|
|
|
|
var style = document.createElement('link'),
|
|
|
|
documentHead = typeof document != 'undefined' && (document.head || document.getElementsByTagName('head')[0]);
|
2014-07-05 18:22:49 +00:00
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
style.rel = 'stylesheet';
|
|
|
|
style.href = url;
|
|
|
|
style.type = 'text/css';
|
2014-07-05 18:22:49 +00:00
|
|
|
|
2015-04-28 14:59:00 +00:00
|
|
|
if (documentHead) {
|
|
|
|
documentHead.appendChild(style);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
return false;
|
|
|
|
};
|
|
|
|
|
|
|
|
injectStyleElement((window.devicePixelRatio > 1)
|
|
|
|
? 'resources/css/application-retina.css'
|
|
|
|
: 'resources/css/application-normal.css'
|
|
|
|
);
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="../../../apps/spreadsheeteditor/mobile/app-all.js"></script>
|
2014-07-05 18:22:49 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
if (!(Ext.browser.is.WebKit && (Ext.os.is.iOS || Ext.os.is.Android || Ext.os.is.Desktop))) {
|
|
|
|
document.write(
|
2015-04-28 14:59:00 +00:00
|
|
|
'<div id="unsuported-view-id" class="unsuported-view"></div>'
|
2014-07-05 18:22:49 +00:00
|
|
|
);
|
|
|
|
} else {
|
|
|
|
document.write(
|
|
|
|
'<div id="loading-mask" class="loadmask">' +
|
2015-04-28 14:59:00 +00:00
|
|
|
'<div class="loader-page">' +
|
|
|
|
'<div class="romb" id="blue"></div>' +
|
|
|
|
'<div class="romb" id="green"></div>' +
|
|
|
|
'<div class="romb" id="red"></div>' +
|
2014-07-05 18:22:49 +00:00
|
|
|
'</div>' +
|
|
|
|
'</div>');
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|