Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
internship
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
internship
Commits
352529f5
Commit
352529f5
authored
6 years ago
by
a.serikova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
task1
parent
bdb573b3
master
2 merge requests
!32
task1.1
,
!28
task1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
54 deletions
+17
-54
src/main/webapp/index.html
src/main/webapp/index.html
+17
-54
No files found.
src/main/webapp/index.html
View file @
352529f5
<!DOCTYPE html>
<html>
<head
lang=
"en"
>
<head
lang=
"en"
>
<meta
charset=
"UTF-8"
>
<title>
TimeSheet
</title>
<script>
FORM_PLAYER_URL_PREFIX
=
"
http://intern-dev.arta.kz/Synergy/
"
;
<!--
служебная
переменная
для
корректной
работы
компонента
"
HTD-редактор
"
-->
</script>
<link
rel=
"stylesheet"
href=
"http://intern-dev.arta.kz/Synergy/js/form.player.css"
/>
<!--стандартный стиль компонентов формы-->
<script
src=
"http://intern-dev.arta.kz/Synergy/js/vendor.js"
type=
"text/javascript"
></script>
<!--ссылка на сторонние библиотеки-->
<script
src=
"http://intern-dev.arta.kz/Synergy/js/form.player.js"
type=
"text/javascript"
></script>
<!--ссылка на проигрыватель форм-->
</head>
<body>
<div
id=
"form_player_container"
>
<div
id=
"form_player_div"
>
</div>
</div>
<script
type=
"text/javascript"
>
'
use strict
'
;
AS
.
OPTIONS
.
locale
=
"
ru
"
;
AS
.
OPTIONS
.
coreUrl
=
"
http://intern-dev.arta.kz/Synergy/
"
;
var
portal
=
{
player
:
null
,
clearPlayer
:
function
()
{
if
(
portal
.
player
)
{
portal
.
player
.
destroy
();
}
},
createPlayer
:
function
(
formCode
){
portal
.
clearPlayer
();
portal
.
player
=
AS
.
FORMS
.
createPlayer
();
portal
.
player
.
showFormByCode
(
formCode
);
portal
.
player
.
view
.
appendTo
(
$
(
'
#form_player_div
'
));
}
};
$
(
document
).
ready
(
function
(){
AS
.
OPTIONS
.
login
=
"
intern
"
;
AS
.
OPTIONS
.
password
=
"
intern
"
;
portal
.
createPlayer
(
"
timesheet
"
);
});
FORM_PLAYER_URL_PREFIX
=
"
http://intern-dev.arta.kz/Synergy/
"
;
</script>
</body>
<link
rel=
"stylesheet"
href=
"http://intern-dev.arta.kz/Synergy/js/form.player.css"
/>
<script
src=
"http://intern-dev.arta.kz/Synergy/js/vendor.js"
type=
"text/javascript"
></script>
<script
src=
"http://intern-dev.arta.kz/Synergy/js/form.player.js"
type=
"text/javascript"
></script>
<script
src=
"js\player.js"
></script>
</head>
<body>
<div
id=
"form_player_container"
>
<div
id=
"form_player_div"
></div>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
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