Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sd-doc
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
sd-doc
Commits
7089b470
Commit
7089b470
authored
Jan 17, 2018
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
98463101
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
docs/_static/html/forms/widgets/dropdown.html
docs/_static/html/forms/widgets/dropdown.html
+7
-7
docs/_static/html/forms/widgets/unauthorized.html
docs/_static/html/forms/widgets/unauthorized.html
+5
-5
docs/_static/html/forms/widgets/waitwindow.html
docs/_static/html/forms/widgets/waitwindow.html
+11
-11
No files found.
docs/_static/html/forms/widgets/dropdown.html
View file @
7089b470
...
...
@@ -5,16 +5,16 @@
<title>
DropDown Widget
</title>
<script>
FORM_PLAYER_URL_PREFIX
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
FORM_PLAYER_URL_PREFIX
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
<!--
служебная
переменная
для
корректной
работы
компонента
"
HTD-редактор
"
-->
</script>
<link
rel=
"stylesheet"
href=
"http://
192.168.3.16:8080
/Synergy/js/form.player.css"
/>
href=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.css"
/>
<!--стандартный стиль компонентов формы-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/vendor.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/vendor.js"
type=
"text/javascript"
></script>
<!--ссылка на сторонние библиотеки-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/form.player.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.js"
type=
"text/javascript"
></script>
<!--ссылка на проигрыватель форм-->
</head>
...
...
@@ -27,7 +27,7 @@
'
use strict
'
;
AS
.
OPTIONS
.
locale
=
"
ru
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
var
portal
=
{
...
...
@@ -90,8 +90,8 @@
};
$
(
document
).
ready
(
function
()
{
AS
.
OPTIONS
.
login
=
"
admin
"
;
AS
.
OPTIONS
.
password
=
"
nimda
"
;
AS
.
OPTIONS
.
login
=
"
1
"
;
AS
.
OPTIONS
.
password
=
"
1
"
;
portal
.
createPlayer
(
"
sd-doc-widget-examples
"
);
});
</script>
...
...
docs/_static/html/forms/widgets/unauthorized.html
View file @
7089b470
...
...
@@ -5,16 +5,16 @@
<title>
unAuthorized
</title>
<script>
FORM_PLAYER_URL_PREFIX
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
FORM_PLAYER_URL_PREFIX
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
<!--
служебная
переменная
для
корректной
работы
компонента
"
HTD-редактор
"
-->
</script>
<link
rel=
"stylesheet"
href=
"http://
192.168.3.16:8080
/Synergy/js/form.player.css"
/>
href=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.css"
/>
<!--стандартный стиль компонентов формы-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/vendor.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/vendor.js"
type=
"text/javascript"
></script>
<!--ссылка на сторонние библиотеки-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/form.player.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.js"
type=
"text/javascript"
></script>
<!--ссылка на проигрыватель форм-->
<style>
...
...
@@ -34,7 +34,7 @@
'
use strict
'
;
AS
.
OPTIONS
.
locale
=
"
ru
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
/**
* Перехватываем событие неуспешной авторизации
...
...
docs/_static/html/forms/widgets/waitwindow.html
View file @
7089b470
...
...
@@ -5,16 +5,16 @@
<title>
WaitWindow Widget
</title>
<script>
FORM_PLAYER_URL_PREFIX
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
FORM_PLAYER_URL_PREFIX
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
<!--
служебная
переменная
для
корректной
работы
компонента
"
HTD-редактор
"
-->
</script>
<link
rel=
"stylesheet"
href=
"http://
192.168.3.16:8080
/Synergy/js/form.player.css"
/>
href=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.css"
/>
<!--стандартный стиль компонентов формы-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/vendor.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/vendor.js"
type=
"text/javascript"
></script>
<!--ссылка на сторонние библиотеки-->
<script
src=
"http://
192.168.3.16:8080
/Synergy/js/form.player.js"
<script
src=
"http://
demoextfp.synergy.tm
/Synergy/js/form.player.js"
type=
"text/javascript"
></script>
<!--ссылка на проигрыватель форм-->
<style>
...
...
@@ -51,7 +51,7 @@
font-size
:
10px
;
text-indent
:
-9999em
;
-webkit-transform
:
translateZ
(
0
);
-ms-transform
:
translateZ
(
0
);
-ms-transform
:
translateZ
(
0
);
user_for_scripting_uc
transform
:
translateZ
(
0
);
-webkit-animation-delay
:
-0.16s
;
animation-delay
:
-0.16s
;
...
...
@@ -66,7 +66,7 @@
.loader
:before
{
left
:
-3.5em
;
-webkit-animation-delay
:
-0.32s
;
-webkit-animation-delay
:
-0.32s
;
user_for_scripting_uc
animation-delay
:
-0.32s
;
}
...
...
@@ -78,7 +78,7 @@
0
%,
80
%,
100
%
{
box-shadow
:
0
2em
0
-1em
;
box-shadow
:
0
2em
0
-1em
;
user_for_scripting_uc
}
40
%
{
box-shadow
:
0
2em
0
0
;
...
...
@@ -86,7 +86,7 @@
}
@keyframes
load7
{
0
%,
0
%,
user_for_scripting_uc
80
%,
100
%
{
box-shadow
:
0
2em
0
-1em
;
...
...
@@ -110,7 +110,7 @@
'
use strict
'
;
AS
.
OPTIONS
.
locale
=
"
ru
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
192.168.3.16:8080
/Synergy/
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://
demoextfp.synergy.tm
/Synergy/
"
;
AS
.
SERVICES
.
showWaitWindow
=
function
()
{
$
(
"
#app-wait-div
"
).
show
();
...
...
@@ -161,8 +161,8 @@
};
$
(
document
).
ready
(
function
()
{
AS
.
OPTIONS
.
login
=
"
admin
"
;
AS
.
OPTIONS
.
password
=
"
nimda
"
;
AS
.
OPTIONS
.
login
=
"
1
"
;
AS
.
OPTIONS
.
password
=
"
1
"
;
portal
.
createPlayer
(
"
sd-doc-widget-examples
"
);
});
</script>
...
...
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