Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
88205825
Commit
88205825
authored
Nov 08, 2016
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[embed] repaired deployment
parent
15f2d9ed
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
158 additions
and
109 deletions
+158
-109
apps/common/main/resources/less/variables.less
apps/common/main/resources/less/variables.less
+21
-0
apps/documenteditor/embed/index.html.deploy
apps/documenteditor/embed/index.html.deploy
+21
-23
apps/presentationeditor/embed/index.html.deploy
apps/presentationeditor/embed/index.html.deploy
+25
-23
apps/presentationeditor/embed/index.html.opensource
apps/presentationeditor/embed/index.html.opensource
+28
-23
apps/spreadsheeteditor/embed/index.html.deploy
apps/spreadsheeteditor/embed/index.html.deploy
+19
-21
build/Gruntfile.js
build/Gruntfile.js
+5
-4
build/documenteditor.json
build/documenteditor.json
+13
-5
build/presentationeditor.json
build/presentationeditor.json
+13
-5
build/spreadsheeteditor.json
build/spreadsheeteditor.json
+13
-5
No files found.
apps/common/main/resources/less/variables.less
View file @
88205825
...
...
@@ -46,6 +46,7 @@
@link-color: @brand-primary;
@link-hover-color: darken(@link-color, 15%);
@link-hover-decoration: underline;
// Typography
// -------------------------
...
...
@@ -157,6 +158,10 @@
@btn-link-disabled-color: @gray-light;
// Allows for customizing button radius independently from global border radius
@btn-border-radius-base: @border-radius-base;
@btn-border-radius-large: @border-radius-large;
@btn-border-radius-small: @border-radius-small;
// Forms
// -------------------------
...
...
@@ -169,18 +174,30 @@
@input-border-radius: @border-radius-base;
@input-border-focus: #66afe9;
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
//** Default `.form-control` border radius
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
@input-border-radius: @border-radius-base;
//** Large `.form-control` border radius
@input-border-radius-large: @border-radius-large;
//** Small `.form-control` border radius
@input-border-radius-small: @border-radius-small;
@input-color-placeholder: @gray;
@input-height-base: (floor(@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + 5);
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
@form-group-margin-bottom: 15px;
@legend-color: @gray-dark;
@legend-border-color: #e5e5e5;
@input-group-addon-bg: @input-bg;
@input-group-addon-border-color: @input-border;
@cursor-disabled: not-allowed;
// Dropdowns
// -------------------------
...
...
@@ -414,6 +431,7 @@
@tooltip-max-width: 200px;
@tooltip-color: #fff;
@tooltip-bg: #000;
@tooltip-opacity: .9;
@tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-bg;
...
...
@@ -636,6 +654,9 @@
// Horizontal forms & lists
@component-offset-horizontal: 180px;
@blockquote-font-size: (@font-size-base * 1.25);
@dl-horizontal-offset: @component-offset-horizontal;
@dl-horizontal-breakpoint: @grid-float-breakpoint;
// Container sizes
...
...
apps/documenteditor/embed/index.html.deploy
View file @
88205825
...
...
@@ -7,6 +7,8 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
href=
"../../../apps/documenteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<!-- splash -->
<style
type=
"text/css"
>
...
...
@@ -177,17 +179,12 @@
</style>
<!--[if lt IE 9]>
<script src="
http://html5shim.googlecode.com/svn/trunk/html5
.js"></script>
<script src="
//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv
.js"></script>
<![endif]-->
</head>
<body
class=
"embed-body"
>
<!--facebook button-->
<div
id=
"fb-root"
></div>
<!--twitter button-->
<script>
var
userAgent
=
navigator
.
userAgent
.
toLowerCase
(),
check
=
function
(
regex
){
return
regex
.
test
(
userAgent
);
};
...
...
@@ -259,29 +256,29 @@
'
</div>
'
);
</script>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
></div>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
tabindex=
"-1"
></div>
<div
class=
"overlay-controls"
style=
"margin-left: -32px"
>
<ul
class=
"left"
>
<li
id=
"id-btn-zoom-in"
><button
class=
"overlay
"
><i
class=
"overlay-icon-zoom-in"
></i
></button></li>
<li
id=
"id-btn-zoom-out"
><button
class=
"overlay
"
><i
class=
"overlay-icon-zoom-out"
></i
></button></li>
<li
id=
"id-btn-zoom-in"
><button
class=
"overlay
svg-icon zoom-up"
></button></li>
<li
id=
"id-btn-zoom-out"
><button
class=
"overlay
svg-icon zoom-down"
></button></li>
</ul>
</div>
<div
class=
"toolbar"
id=
"toolbar"
>
<
ul
class=
"
left"
>
<
li><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></li
>
<li
class=
"separator"
></li
>
<
li
id=
"id-btn-copy"
><button
class=
"control-btn"
><i
class=
"control-icon-save"
></i><span>
Save Copy
</span></button></li
>
<li
id=
"id-btn-share"
><button
class=
"control-btn"
><i
class=
"control-icon-share"
></i><span>
Share
</span></button></li
>
<li
id=
"id-btn-embed"
><button
class=
"control-btn"
><i
class=
"control-icon-embed"
></i><span>
Embed
</span></button></li
>
</ul
>
<
ul
class=
"right"
>
<li><input
id=
"page-number"
class=
"form-control input-sm"
style=
"width: 25px;"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
>
of 0
</span></li
>
<
li
class=
"separator"
></li
>
<
li><button
id=
"id-btn-fullscreen"
class=
"control-btn no-caption"
><i
class=
"control-icon-fullscreen"
></i></button></li
>
<
li><button
id=
"id-btn-close"
class=
"control-btn no-caption"
><i
class=
"control-icon-close"
></i></button></li
>
</
ul
>
<
div
class=
"group
left"
>
<
div
id=
"box-tools"
class=
"dropdown"
>
<button
class=
"control-btn svg-icon tools"
></button
>
<
/div
>
</div
>
<div
class=
"group center"
>
<span><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></span
>
<
/div
>
<div
class=
"group right"
>
<
div
class=
"item"
><input
id=
"page-number"
class=
"form-control input-xs masked"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
tabindex=
"-1"
>
of 0
</span></div
>
<
div
class=
"item separator"
></div
>
<
div
class=
"item"
><button
id=
"id-btn-close"
class=
"control-btn close"
><span
aria-hidden=
"true"
>
×
</span></button></div
>
</
div
>
</div>
<div
class=
"modal fade error"
id=
"id-critical-error-dialog"
tabindex=
"-1"
role=
"dialog"
>
...
...
@@ -305,6 +302,8 @@
<div
class=
"cmd-loader-title"
>
Please wait...
</div>
</div>
<div
class=
"hyperlink-tooltip"
data-toggle=
"tooltip"
title=
"Press Ctrl and click the link"
style=
"display:none;"
></div>
<!--vendor-->
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.browser.min.js"
></script>
...
...
@@ -320,7 +319,6 @@
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all-min.js"
></script>
<!--application-->
<link
href=
"../../../apps/documenteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"../../../apps/documenteditor/embed/app-all.js"
></script>
<script
type=
"text/javascript"
>
var
isBrowserSupported
=
function
()
{
...
...
apps/presentationeditor/embed/index.html.deploy
View file @
88205825
...
...
@@ -7,6 +7,8 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
href=
"../../../apps/presentationeditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<!-- splash -->
<style
type=
"text/css"
>
...
...
@@ -177,17 +179,12 @@
</style>
<!--[if lt IE 9]>
<script src="
http://html5shim.googlecode.com/svn/trunk/html5
.js"></script>
<script src="
//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv
.js"></script>
<![endif]-->
</head>
<body
class=
"embed-body"
>
<!--facebook button-->
<div
id=
"fb-root"
></div>
<!--twitter button-->
<script>
var
userAgent
=
navigator
.
userAgent
.
toLowerCase
(),
check
=
function
(
regex
){
return
regex
.
test
(
userAgent
);
};
...
...
@@ -259,29 +256,33 @@
'
</div>
'
);
</script>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
></div>
<div
id=
"box-preview"
>
<div
id=
"id-preview"
tabindex=
"-1"
></div>
</div>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
tabindex=
"-1"
></div>
<div
class=
"overlay-controls"
style=
"margin-left: -32px"
>
<ul
class=
"left"
>
<li
id=
"id-btn-move-left"
><button
class=
"overlay"
><i
class=
"overlay-icon-move-left"
></i></button></li>
<li
id=
"id-btn-move-right"
><button
class=
"overlay"
><i
class=
"overlay-icon-move-right"
></i></button></li>
<li
id=
"btn-left"
><button
class=
"overlay svg-icon slide-prev"
></button></li>
<li
id=
"btn-play"
><button
class=
"overlay svg-icon play"
></button></li>
<li
id=
"btn-right"
><button
class=
"overlay svg-icon slide-next"
></button></li>
</ul>
</div>
<div
class=
"toolbar"
id=
"toolbar"
>
<
ul
class=
"
left"
>
<
li><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></li
>
<li
class=
"separator"
></li
>
<
li
id=
"id-btn-copy"
><button
class=
"control-btn"
><i
class=
"control-icon-save"
></i><span>
Save Copy
</span></button></li
>
<li
id=
"id-btn-share"
><button
class=
"control-btn"
><i
class=
"control-icon-share"
></i><span>
Share
</span></button></li
>
<li
id=
"id-btn-embed"
><button
class=
"control-btn"
><i
class=
"control-icon-embed"
></i><span>
Embed
</span></button></li
>
</ul
>
<
ul
class=
"right"
>
<li><input
id=
"page-number"
class=
"form-control input-sm"
style=
"width: 25px;"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
>
of 0
</span></li
>
<
li
class=
"separator"
></li
>
<
li><button
id=
"id-btn-fullscreen"
class=
"control-btn no-caption"
><i
class=
"control-icon-fullscreen"
></i></button></li
>
<
li><button
id=
"id-btn-close"
class=
"control-btn no-caption"
><i
class=
"control-icon-close"
></i></button></li
>
</
ul
>
<
div
class=
"group
left"
>
<
div
id=
"box-tools"
class=
"dropdown"
>
<button
class=
"control-btn svg-icon tools"
></button
>
<
/div
>
</div
>
<div
class=
"group center"
>
<span><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></span
>
<
/div
>
<div
class=
"group right"
>
<
div
class=
"item"
><input
id=
"page-number"
class=
"form-control input-xs masked"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
tabindex=
"-1"
>
of 0
</span></div
>
<
div
class=
"item separator"
></div
>
<
div
class=
"item"
><button
id=
"id-btn-close"
class=
"control-btn close"
><span
aria-hidden=
"true"
>
×
</span></button></div
>
</
div
>
</div>
<div
class=
"error modal fade"
id=
"id-critical-error-dialog"
tabindex=
"-1"
role=
"dialog"
>
...
...
@@ -305,6 +306,8 @@
<div
class=
"cmd-loader-title"
>
Please wait...
</div>
</div>
<div
class=
"hyperlink-tooltip"
data-toggle=
"tooltip"
title=
"Press Ctrl and click the link"
style=
"display:none;"
></div>
<!--vendor-->
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.browser.min.js"
></script>
...
...
@@ -320,7 +323,6 @@
<script
type=
"text/javascript"
src=
"../../../../sdkjs/slide/sdk-all-min.js"
></script>
<!--application-->
<link
href=
"../../../apps/presentationeditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"../../../apps/presentationeditor/embed/app-all.js"
></script>
<script
type=
"text/javascript"
>
var
isBrowserSupported
=
function
()
{
...
...
apps/presentationeditor/embed/index.html.opensource
View file @
88205825
...
...
@@ -7,6 +7,8 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
href=
"resources/css/application.css"
rel=
"stylesheet"
>
<!-- splash -->
<style
type=
"text/css"
>
...
...
@@ -40,46 +42,45 @@
<link
href=
"../../../3rdparty/bootstrap/css/bootstrap.css"
rel=
"stylesheet"
>
<!--[if lt IE 9]>
<script src="
http://html5shim.googlecode.com/svn/trunk/html5
.js"></script>
<script src="
//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv
.js"></script>
<![endif]-->
</head>
<body
class=
"embed-body"
>
<!--facebook button-->
<div
id=
"fb-root"
></div>
<!--twitter button-->
<div
id=
"loading-mask"
class=
"loadmask"
>
<div
class=
"loadmask-body"
align=
"center"
>
<div
class=
"loadmask-logo"
></div>
</div>
</div>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
></div>
<div
id=
"box-preview"
>
<div
id=
"id-preview"
tabindex=
"-1"
></div>
</div>
<div
id=
"editor_sdk"
class=
"viewer"
style=
"overflow: hidden;"
tabindex=
"-1"
></div>
<div
class=
"overlay-controls"
style=
"margin-left: -32px"
>
<ul
class=
"left"
style=
"width: 90px;"
>
<li
id=
"id-btn-move-left"
><button
class=
"overlay"
><i
class=
"overlay-icon-move-left"
></i></button></li>
<li
id=
"id-btn-move-right"
><button
class=
"overlay"
><i
class=
"overlay-icon-move-right"
></i></button></li>
<li
id=
"btn-left"
><button
class=
"overlay svg-icon slide-prev"
></button></li>
<li
id=
"btn-play"
><button
class=
"overlay svg-icon play"
></button></li>
<li
id=
"btn-right"
><button
class=
"overlay svg-icon slide-next"
></button></li>
</ul>
</div>
<div
class=
"toolbar"
id=
"toolbar"
>
<
ul
class=
"
left"
>
<
li><a
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></li
>
<li
class=
"separator"
></li
>
<
li
id=
"id-btn-copy"
><button
class=
"control-btn"
><i
class=
"control-icon-save"
></i><span>
Save Copy
</span></button></li
>
<li
id=
"id-btn-share"
><button
class=
"control-btn"
><i
class=
"control-icon-share"
></i><span>
Share
</span></button></li
>
<li
id=
"id-btn-embed"
><button
class=
"control-btn"
><i
class=
"control-icon-embed"
></i><span>
Embed
</span></button></li
>
</ul
>
<
ul
class=
"right"
>
<li><input
id=
"page-number"
style=
"width: 25px"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
>
of 0
</span></li
>
<
li
class=
"separator"
></li
>
<
li><button
id=
"id-btn-fullscreen"
class=
"control-btn no-caption"
><i
class=
"control-icon-fullscreen"
></i></button></li
>
<
li><button
id=
"id-btn-close"
class=
"control-btn no-caption"
><i
class=
"control-icon-close"
></i></button></li
>
</
ul
>
<
div
class=
"group
left"
>
<
div
id=
"box-tools"
class=
"dropdown"
>
<button
class=
"control-btn svg-icon tools"
></button
>
<
/div
>
</div
>
<div
class=
"group center"
>
<span><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></span
>
<
/div
>
<div
class=
"group right"
>
<
div
class=
"item"
><input
id=
"page-number"
class=
"form-control input-xs masked"
type=
"text"
value=
"0"
><span
class=
"text"
id=
"pages"
tabindex=
"-1"
>
of 0
</span></div
>
<
div
class=
"item separator"
></div
>
<
div
class=
"item"
><button
id=
"id-btn-close"
class=
"control-btn close"
><span
aria-hidden=
"true"
>
×
</span></button></div
>
</
div
>
</div>
<div
class=
"error modal hide"
id=
"id-critical-error-dialog"
tabindex=
"-1"
role=
"dialog"
>
...
...
@@ -99,6 +100,8 @@
<div
class=
"cmd-loader-title"
>
Please wait...
</div>
</div>
<div
class=
"hyperlink-tooltip"
data-toggle=
"tooltip"
title=
"Press Ctrl and click the link"
style=
"display:none;"
></div>
<!--3td party-->
<script
type=
"text/javascript"
src=
"../../../3rdparty/jquery/jquery-1.8.1.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../3rdparty/bootstrap/js/bootstrap.js"
></script>
...
...
@@ -202,9 +205,11 @@
<script
type=
"text/javascript"
src=
"../../../sdk/PowerPoint/themes/Themes.js"
></script>
<!--application-->
<link
href=
"resources/css/application.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"../../common/Gateway.js"
></script>
<script
type=
"text/javascript"
src=
"../../common/Analytics.js"
></script>
<script
type=
"text/javascript"
src=
"../../common/embed/lib/util/utils.js"
></script>
<script
type=
"text/javascript"
src=
"../../common/embed/lib/view/modals.js"
></script>
<script
type=
"text/javascript"
src=
"../../common/embed/lib/controller/modals.js"
></script>
<script
type=
"text/javascript"
src=
"js/ApplicationView.js"
></script>
<script
type=
"text/javascript"
src=
"js/ApplicationController.js"
></script>
<script
type=
"text/javascript"
src=
"js/application.js"
></script>
...
...
apps/spreadsheeteditor/embed/index.html.deploy
View file @
88205825
...
...
@@ -7,6 +7,8 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
href=
"../../../apps/spreadsheeteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<!-- splash -->
<style
type=
"text/css"
>
...
...
@@ -177,17 +179,12 @@
</style>
<!--[if lt IE 9]>
<script src="
http://html5shim.googlecode.com/svn/trunk/html5
.js"></script>
<script src="
//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv
.js"></script>
<![endif]-->
</head>
<body
class=
"embed-body"
>
<!--facebook button-->
<div
id=
"fb-root"
></div>
<!--twitter button-->
<script>
var
userAgent
=
navigator
.
userAgent
.
toLowerCase
(),
check
=
function
(
regex
){
return
regex
.
test
(
userAgent
);
};
...
...
@@ -260,29 +257,29 @@
</script>
<div
class=
"viewer"
>
<div
id=
"editor_sdk"
class=
"sdk-view"
style=
"overflow: hidden;"
></div>
<div
id=
"editor_sdk"
class=
"sdk-view"
style=
"overflow: hidden;"
tabindex=
"-1"
></div>
<ul
id=
"worksheets"
class=
"worksheet-list"
></ul>
</div>
<div
class=
"overlay-controls"
style=
"margin-left: -32px"
>
<ul
class=
"left"
>
<li
id=
"id-btn-zoom-in"
><button
class=
"overlay
"
><i
class=
"overlay-icon-zoom-in"
></i
></button></li>
<li
id=
"id-btn-zoom-out"
><button
class=
"overlay
"
><i
class=
"overlay-icon-zoom-out"
></i
></button></li>
<li
id=
"id-btn-zoom-in"
><button
class=
"overlay
svg-icon zoom-up"
></button></li>
<li
id=
"id-btn-zoom-out"
><button
class=
"overlay
svg-icon zoom-down"
></button></li>
</ul>
</div>
<div
class=
"toolbar"
id=
"toolbar"
>
<
ul
class=
"
left"
>
<
li><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></li
>
<li
class=
"separator"
></li
>
<
li
id=
"id-btn-copy"
><button
class=
"control-btn"
><i
class=
"control-icon-save"
></i><span>
Save Copy
</span></button></li
>
<li
id=
"id-btn-share"
><button
class=
"control-btn"
><i
class=
"control-icon-share"
></i><span>
Share
</span></button></li
>
<li
id=
"id-btn-embed"
><button
class=
"control-btn"
><i
class=
"control-icon-embed"
></i><span>
Embed
</span></button></li
>
</ul
>
<
ul
class=
"right"
>
<li><button
id=
"id-btn-fullscreen"
class=
"control-btn no-caption"
><i
class=
"control-icon-fullscreen"
></i></button></li
>
<
li><button
id=
"id-btn-close"
class=
"control-btn no-caption"
><i
class=
"control-icon-close"
></i></button></li
>
</
ul
>
<
div
class=
"group
left"
>
<
div
id=
"box-tools"
class=
"dropdown"
>
<button
class=
"control-btn svg-icon tools"
></button
>
<
/div
>
</div
>
<div
class=
"group center"
>
<span><a
id=
"header-logo"
class=
"brand-logo"
href=
"http://www.onlyoffice.com/"
target=
"_blank"
></a></span
>
<
/div
>
<div
class=
"group right"
>
<
div
class=
"item"
><button
id=
"id-btn-close"
class=
"control-btn close"
><span
aria-hidden=
"true"
>
×
</span></button></div
>
</
div
>
</div>
<div
class=
"modal fade error"
id=
"id-critical-error-dialog"
tabindex=
"-1"
role=
"dialog"
>
...
...
@@ -306,6 +303,8 @@
<div
class=
"cmd-loader-title"
>
Please wait...
</div>
</div>
<div
class=
"hyperlink-tooltip"
data-toggle=
"tooltip"
title=
"Press Ctrl and click the link"
style=
"display:none;"
></div>
<!--vendor-->
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.browser.min.js"
></script>
...
...
@@ -324,7 +323,6 @@
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/sdk-all-min.js"
></script>
<!--application-->
<link
href=
"../../../apps/spreadsheeteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"../../../apps/spreadsheeteditor/embed/app-all.js"
></script>
<script
type=
"text/javascript"
>
var
isBrowserSupported
=
function
()
{
...
...
build/Gruntfile.js
View file @
88205825
...
...
@@ -311,7 +311,8 @@ module.exports = function(grunt) {
options
:
{
force
:
true
},
files
:
packageFile
[
'
embed
'
][
'
clean
'
]
postbuild
:
packageFile
[
'
embed
'
][
'
clean
'
][
'
postbuild
'
],
prebuild
:
packageFile
[
'
embed
'
][
'
clean
'
][
'
prebuild
'
]
},
uglify
:
{
...
...
@@ -333,7 +334,8 @@ module.exports = function(grunt) {
less
:
{
production
:
{
options
:
{
cleancss
:
true
compress
:
true
,
ieCompat
:
false
},
files
:
{
"
<%= pkg.embed.less.files.dist %>
"
:
packageFile
[
'
embed
'
][
'
less
'
][
'
files
'
][
'
src
'
]
...
...
@@ -377,7 +379,6 @@ module.exports = function(grunt) {
grunt
.
registerTask
(
'
deploy-touch
'
,
[
'
touch-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-jquery
'
,
[
'
jquery-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-underscore
'
,
[
'
underscore-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-zeroclipboard
'
,
[
'
zeroclipboard-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-bootstrap
'
,
[
'
bootstrap-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-jszip
'
,
[
'
jszip-init
'
,
'
clean
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-jsziputils
'
,
[
'
jsziputils-init
'
,
'
clean
'
,
'
copy
'
]);
...
...
@@ -386,7 +387,7 @@ module.exports = function(grunt) {
grunt
.
registerTask
(
'
deploy-app-main
'
,
[
'
main-app-init
'
,
'
clean
'
,
'
less
'
,
'
replace:fixLessUrl
'
,
'
requirejs
'
,
'
concat
'
,
'
imagemin
'
,
'
copy
'
,
'
lessPostFix
'
]);
grunt
.
registerTask
(
'
deploy-app-mobile
'
,
[
'
mobile-app-init
'
,
'
clean
'
,
'
uglify
'
,
'
cssmin:styles
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-app-embed
'
,
[
'
embed-app-init
'
,
'
clean
'
,
'
uglify
'
,
'
less
'
,
'
replace:fixLessUrl
'
,
'
copy
'
]);
grunt
.
registerTask
(
'
deploy-app-embed
'
,
[
'
embed-app-init
'
,
'
clean
:prebuild
'
,
'
uglify
'
,
'
less
'
,
'
replace:fixLessUrl
'
,
'
copy
'
,
'
clean:postbuild
'
]);
doRegisterInitializeAppTask
(
'
documenteditor
'
,
'
DocumentEditor
'
,
'
documenteditor.json
'
);
...
...
build/documenteditor.json
View file @
88205825
{
"name"
:
"documenteditor"
,
"version"
:
"4.
6
.0"
,
"build"
:
1
064
,
"version"
:
"4.
7
.0"
,
"build"
:
1
110
,
"homepage"
:
"http://www.onlyoffice.com"
,
"private"
:
true
,
"sdk"
:
{
...
...
@@ -307,13 +307,21 @@
}
},
"embed"
:
{
"clean"
:
[
"../deploy/web-apps/apps/documenteditor/embed"
],
"clean"
:
{
"prebuild"
:
[
"../deploy/web-apps/apps/documenteditor/embed"
],
"postbuild"
:
[
"../deploy/web-apps/apps/documenteditor/embed/resources/img"
]
},
"js"
:
{
"src"
:
[
"../apps/common/Gateway.js"
,
"../apps/common/Analytics.js"
,
"../apps/common/embed/lib/util/utils.js"
,
"../apps/common/embed/lib/view/modals.js"
,
"../apps/common/embed/lib/controller/modals.js"
,
"../apps/documenteditor/embed/js/ApplicationView.js"
,
"../apps/documenteditor/embed/js/ApplicationController.js"
,
"../apps/documenteditor/embed/js/application.js"
...
...
build/presentationeditor.json
View file @
88205825
{
"name"
:
"presentationeditor"
,
"version"
:
"4.
6
.0"
,
"build"
:
77
1
,
"version"
:
"4.
7
.0"
,
"build"
:
77
4
,
"homepage"
:
"http://www.onlyoffice.com"
,
"sdk"
:
{
"clean"
:
[
...
...
@@ -283,13 +283,21 @@
}
},
"embed"
:
{
"clean"
:
[
"../deploy/web-apps/apps/presentationeditor/embed"
],
"clean"
:
{
"prebuild"
:
[
"../deploy/web-apps/apps/presentationeditor/embed"
],
"postbuild"
:
[
"../deploy/web-apps/apps/presentationeditor/embed/resources/img"
]
},
"js"
:
{
"src"
:
[
"../apps/common/Gateway.js"
,
"../apps/common/Analytics.js"
,
"../apps/common/embed/lib/util/utils.js"
,
"../apps/common/embed/lib/view/modals.js"
,
"../apps/common/embed/lib/controller/modals.js"
,
"../apps/presentationeditor/embed/js/ApplicationView.js"
,
"../apps/presentationeditor/embed/js/ApplicationController.js"
,
"../apps/presentationeditor/embed/js/application.js"
...
...
build/spreadsheeteditor.json
View file @
88205825
{
"name"
:
"spreadsheeteditor"
,
"version"
:
"4.
6
.0"
,
"build"
:
87
4
,
"version"
:
"4.
7
.0"
,
"build"
:
87
7
,
"homepage"
:
"http://www.onlyoffice.com"
,
"private"
:
true
,
"sdk"
:
{
...
...
@@ -313,13 +313,21 @@
}
},
"embed"
:
{
"clean"
:
[
"../deploy/web-apps/apps/spreadsheeteditor/embed"
],
"clean"
:
{
"prebuild"
:
[
"../deploy/web-apps/apps/spreadsheeteditor/embed"
],
"postbuild"
:
[
"../deploy/web-apps/apps/spreadsheeteditor/embed/resources/img"
]
},
"js"
:
{
"src"
:
[
"../apps/common/Gateway.js"
,
"../apps/common/Analytics.js"
,
"../apps/common/embed/lib/util/utils.js"
,
"../apps/common/embed/lib/view/modals.js"
,
"../apps/common/embed/lib/controller/modals.js"
,
"../apps/spreadsheeteditor/embed/js/ApplicationView.js"
,
"../apps/spreadsheeteditor/embed/js/ApplicationController.js"
,
"../apps/spreadsheeteditor/embed/js/application.js"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment