275 lines
11 KiB
Plaintext
275 lines
11 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ONLYOFFICE Presentation</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;
|
|
z-index: 100;
|
|
}
|
|
|
|
.loader-page {
|
|
width: 100%;
|
|
height: 170px;
|
|
bottom: 42%;
|
|
position: absolute;
|
|
text-align: center;
|
|
}
|
|
|
|
.loader-page-romb {
|
|
width: 40px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.loader-page-text {
|
|
width: 100%;
|
|
bottom: 42%;
|
|
position: absolute;
|
|
text-align: center;
|
|
color: #888;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.loader-page-text-loading {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.loader-page-text-customer {
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#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; }
|
|
}
|
|
</style>
|
|
|
|
<!-- vendors -->
|
|
|
|
<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/sockjs/sockjs.min.js"></script>
|
|
<script type="text/javascript" src="../../../vendor/underscore/underscore-min.js"></script>
|
|
<script type="text/javascript" src="../../../vendor/xregexp/xregexp-all-min.js"></script>
|
|
<script type="text/javascript" src="../../../vendor/jszip/jszip.min.js"></script>
|
|
<script type="text/javascript" src="../../../vendor/jszip-utils/jszip-utils.min.js"></script>
|
|
<script type="text/javascript" src="../../../vendor/jsrsasign/jsrsasign-latest-all-min.js"></script>
|
|
|
|
<!-- Application -->
|
|
|
|
<script type="text/javascript">
|
|
var injectStyleElement = function(url) {
|
|
var style = document.createElement('link'),
|
|
documentHead = typeof document != 'undefined' && (document.head || document.getElementsByTagName('head')[0]);
|
|
|
|
style.rel = 'stylesheet';
|
|
style.href = url;
|
|
style.type = 'text/css';
|
|
|
|
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/presentationeditor/mobile/app-all.js"></script>
|
|
|
|
<!-- SDK -->
|
|
|
|
<script type="text/javascript" src="../../../../sdkjs/common/AllFonts.js"></script>
|
|
<script type="text/javascript" src="../../../../sdkjs/slide/sdk-all.js"></script>
|
|
</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(
|
|
'<div id="unsuported-view-id" class="unsuported-view"></div>'
|
|
);
|
|
} else {
|
|
function getUrlParams() {
|
|
var e,
|
|
a = /\+/g, // Regex for replacing addition symbol with a space
|
|
r = /([^&=]+)=?([^&]*)/g,
|
|
d = function (s) { return decodeURIComponent(s.replace(a, " ")); },
|
|
q = window.location.search.substring(1),
|
|
urlParams = {};
|
|
|
|
while (e = r.exec(q))
|
|
urlParams[d(e[1])] = d(e[2]);
|
|
|
|
return urlParams;
|
|
}
|
|
|
|
function encodeUrlParam(str) {
|
|
return str.replace(/&/g, '&')
|
|
.replace(/"/g, '"')
|
|
.replace(/'/g, ''')
|
|
.replace(/</g, '<')
|
|
.replace(/>/g, '>');
|
|
}
|
|
|
|
var params = getUrlParams(),
|
|
lang = (params["lang"] || 'en').split("-")[0],
|
|
customer = params["customer"] ? ('<div class="loader-page-text-customer">' + encodeUrlParam(params["customer"]) + '</div>') : '',
|
|
margin = (customer !== '') ? 50 : 20,
|
|
loading = 'Loading...';
|
|
|
|
if ( lang == 'de') loading = 'Ladevorgang...';
|
|
else if ( lang == 'es') loading = 'Cargando...';
|
|
else if ( lang == 'fr') loading = 'Chargement en cours...';
|
|
else if ( lang == 'it') loading = 'Caricamento in corso...';
|
|
else if ( lang == 'pt') loading = 'Carregando...';
|
|
else if ( lang == 'ru') loading = 'Загрузка...';
|
|
else if ( lang == 'sl') loading = 'Nalaganje...';
|
|
else if ( lang == 'tr') loading = 'Yükleniyor...';
|
|
|
|
document.write(
|
|
'<div id="loading-mask" class="loadmask">' +
|
|
'<div class="loader-page" style="margin-bottom: ' + margin + 'px;">' +
|
|
'<div class="loader-page-romb">' +
|
|
'<div class="romb" id="blue"></div>' +
|
|
'<div class="romb" id="green"></div>' +
|
|
'<div class="romb" id="red"></div>' +
|
|
'</div></div>' +
|
|
'<div class="loader-page-text">' + customer +
|
|
'<div class="loader-page-text-loading">' + loading + '</div>' +
|
|
'</div>' +
|
|
'</div>');
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|