Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos.toolbox
Commits
5a973856
Commit
5a973856
authored
Feb 14, 2014
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update features in styles and scripts
Conflicts: slapos/runner/static/css/styles.css
parent
81f046c3
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
158 additions
and
137 deletions
+158
-137
slapos/runner/static/css/jqueryTabs.css
slapos/runner/static/css/jqueryTabs.css
+51
-49
slapos/runner/static/css/styles.css
slapos/runner/static/css/styles.css
+31
-28
slapos/runner/static/css/ui.fancytree.css
slapos/runner/static/css/ui.fancytree.css
+1
-1
slapos/runner/static/js/jquery/jquery.colorbox-min.js
slapos/runner/static/js/jquery/jquery.colorbox-min.js
+1
-1
slapos/runner/static/js/jquery/jqueryTabs.js
slapos/runner/static/js/jquery/jqueryTabs.js
+10
-10
slapos/runner/static/js/jquery/jqueryToolTip.js
slapos/runner/static/js/jquery/jqueryToolTip.js
+56
-40
slapos/runner/static/js/jquery/popupBox.js
slapos/runner/static/js/jquery/popupBox.js
+5
-5
slapos/runner/templates/account.html
slapos/runner/templates/account.html
+1
-1
slapos/runner/templates/instanceInspect.html
slapos/runner/templates/instanceInspect.html
+1
-1
slapos/runner/templates/manageRepository.html
slapos/runner/templates/manageRepository.html
+1
-1
No files found.
slapos/runner/static/css/jqueryTabs.css
View file @
5a973856
#tabContaier
{
#tabContai
n
er
{
background
:
#e4e4e4
;
background
:
#D5D5D5
;
padding
:
3px
;
padding
:
3px
;
/*position:relative;*/
/*position:relative;*/
width
:
930px
;
width
:
930px
;
...
@@ -7,24 +7,26 @@
...
@@ -7,24 +7,26 @@
border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
}
}
#tabContaier
textarea
{
#tabContai
n
er
textarea
{
width
:
702px
;
width
:
702px
;
}
}
#tabContaier
textarea
.slap
{
white-space
:
pre-wrap
;
word-wrap
:
break-word
;
overflow
:
hidden
;
color
:
#6F6F6F
;
width
:
616px
;
max-height
:
120px
;
#tabContai
n
er
textarea
.slap
{
white-space
:
pre-wrap
;
word-wrap
:
break-word
;
overflow
:
hidden
;
color
:
#6F6F6F
;
width
:
616px
;
max-height
:
120px
;
resize
:
none
;
height
:
18px
;
padding
:
3px
;
min-height
:
18px
;
font-size
:
13px
;}
resize
:
none
;
height
:
18px
;
padding
:
3px
;
min-height
:
18px
;
font-size
:
13px
;}
#tabContaier
textarea
.mb_style
{
width
:
713px
;}
#tabContai
n
er
textarea
.mb_style
{
width
:
713px
;}
#tabContaier
>
ul
{
#tabContai
n
er
>
ul
{
overflow
:
hidden
;
overflow
:
hidden
;
height
:
34px
;
height
:
34px
;
position
:
absolute
;
position
:
absolute
;
z-index
:
80
;
z-index
:
80
;
margin
:
0
;
}
}
#tabContaier
>
ul
>
li
{
#tabContai
n
er
>
ul
>
li
{
float
:
left
;
float
:
left
;
list-style
:
none
;
list-style
:
none
;
font-family
:
Arial
;
}
}
#tabContaier
>
ul
>
li
a
{
#tabContai
n
er
>
ul
>
li
a
{
background
:
#e4e4e4
;
background
:
#D5D5D5
;
border-left
:
1px
solid
#fcfcfc
;
border-left
:
1px
solid
#fcfcfc
;
color
:
#666
;
color
:
#666
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -34,20 +36,20 @@
...
@@ -34,20 +36,20 @@
padding
:
0
30px
;
padding
:
0
30px
;
text-decoration
:
none
;
text-decoration
:
none
;
color
:
#737373
;
color
:
#737373
;
text-shadow
:
0px
1px
#FFF
;
text-shadow
:
0px
1px
#ECECEC
;
font-size
:
17px
;
font-size
:
17px
;
}
}
#tabContaier
>
ul
>
li
a
:hover
{
#tabContai
n
er
>
ul
>
li
a
:hover
{
background
:
#eee
;
background
:
#E2E2E2
;
}
}
#tabContaier
>
ul
>
li
a
.active
{
#tabContai
n
er
>
ul
>
li
a
.active
{
background
:
#fbfbfb
;
background
:
#fbfbfb
;
border
:
1px
solid
#fff
;
border
:
1px
solid
#fff
;
border-top
:
0
;
border-top
:
0
;
border-right
:
0
;
border-right
:
0
;
color
:
#333
;
color
:
#333
;
}
}
#tabContaier
>
ul
>
li
:first-child
a
{
border-left
:
0
}
#tabContai
n
er
>
ul
>
li
:first-child
a
{
border-left
:
0
}
.tabDetails
{
.tabDetails
{
background
:
#fbfbfb
;
background
:
#fbfbfb
;
border-top
:
none
;
border-top
:
none
;
...
...
slapos/runner/static/css/styles.css
View file @
5a973856
...
@@ -181,6 +181,7 @@ body {
...
@@ -181,6 +181,7 @@ body {
color
:
#4c6172
;
color
:
#4c6172
;
font-weight
:
normal
;
font-weight
:
normal
;
font-size
:
1.4em
;
font-size
:
1.4em
;
line-height
:
25px
;
}
}
.content
h2
a
{
.content
h2
a
{
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -436,24 +437,6 @@ padding: 10px;height: 80px;padding-bottom:15px;}
...
@@ -436,24 +437,6 @@ padding: 10px;height: 80px;padding-bottom:15px;}
margin
:
5px
;
margin
:
5px
;
}
}
#contentInfo
h2
,
.hight
{
background
:
#e4e4e4
;
width
:
100%
;
height
:
25px
;
padding-top
:
2px
;
text-indent
:
5px
;
color
:
#737373
;
text-shadow
:
0px
1px
#FFF
;
}
.show
{
background
:
#e4e4e4
url(../images/arrow_up.png)
97%
50%
no-repeat
;
}
.hide
{
background
:
#e4e4e4
url(../images/arrow_down.png)
97%
50%
no-repeat
;
}
.gradient
{
background-color
:
#f4f4f4
;
background
:
-moz-linear-gradient
(
#f4f4f4
,
#ececec
);
background
:
-webkit-linear-gradient
(
#f4f4f4
,
#ececec
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ececec')"
;
background
:
linear-gradient
(
#f4f4f4
,
#ececec
);}
.gradient
{
background-color
:
#f4f4f4
;
background
:
-moz-linear-gradient
(
#f4f4f4
,
#ececec
);
background
:
-webkit-linear-gradient
(
#f4f4f4
,
#ececec
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ececec')"
;
background
:
linear-gradient
(
#f4f4f4
,
#ececec
);}
h2
.hight
:hover
{
h2
.hight
:hover
{
...
@@ -672,13 +655,13 @@ a.lshare img{
...
@@ -672,13 +655,13 @@ a.lshare img{
}
}
.box_header
li
{
float
:
left
;
border
:
1px
solid
#AAB8C2
;
padding
:
1px
5px
1px
0
;
margin-left
:
5px
;}
.box_header
li
{
float
:
left
;
border
:
1px
solid
#AAB8C2
;
padding
:
1px
5px
1px
0
;
margin-left
:
5px
;}
.box_header
li
:last-child
{
border
:
none
}
.box_header
li
:last-child
{
border
:
none
}
.box_header
li
h2
{
padding-top
:
2px
;}
.box_header
li
>
span
{
cursor
:
pointer
;
height
:
22px
;
display
:
block
;
line-height
:
22px
;
font-weight
:
bold
;
padding
:
1px
;}
.box_header
li
>
span
{
cursor
:
pointer
;
height
:
22px
;
display
:
block
;
line-height
:
22px
;
font-weight
:
bold
;
padding
:
1px
;}
.box_header
li
:hover
{
border
:
1px
solid
#57A1D6
;
background
:
#C7C7C7
;}
.box_header
li
:hover
{
border
:
1px
solid
#57A1D6
;
background
:
#C7C7C7
;}
.box_header
li
:last-child:hover
{
background
:
none
;
border
:
none
}
.box_header
li
:last-child:hover
{
background
:
none
;
border
:
none
}
.box_header
li
>
a
{
font-weight
:
bold
;
font-size
:
15px
;
display
:
block
;
padding
:
2px
;}
.box_header
li
>
a
{
font-weight
:
bold
;
font-size
:
15px
;
display
:
block
;
padding
:
2px
;}
.save_btn
{
background
:
url(../images/icon_save.png)
center
right
no-repeat
;
width
:
60px
;}
.save_btn
{
background
:
url(../images/icon_save.png)
center
right
no-repeat
;
width
:
60px
;}
.swith_btn
{
background
:
url(../images/gnome-session-switch.png)
center
right
no-repeat
;
width
:
105px
;}
.swith_btn
{
background
:
url(../images/gnome-session-switch.png)
center
right
no-repeat
;
width
:
105px
;}
.flist_btn
{
background
:
url(../images/list2_down.png)
center
right
no-repeat
;
width
:
26px
;}
#error
{
#error
{
padding
:
0px
;
padding
:
0px
;
...
@@ -703,6 +686,8 @@ a.lshare img{
...
@@ -703,6 +686,8 @@ a.lshare img{
z-index
:
170
;
z-index
:
170
;
clear
:
both
;
clear
:
both
;
}
}
#error
div
.alert
{
background
:
lightYellow
;
border
:
1px
solid
#E6DB55
;}
#error
div
.confirm
,
#error
div
.info
{
background
:
none
repeat
scroll
0
0
#CBECF7
;
border
:
1px
solid
#2599A3
;}
#error
table
{
#error
table
{
background
:
none
;
background
:
none
;
...
@@ -726,7 +711,7 @@ a.lshare img{
...
@@ -726,7 +711,7 @@ a.lshare img{
width
:
30px
;
width
:
30px
;
height
:
22px
;
height
:
22px
;
}
}
#error
p
{
white-space
:
pre-wrap
;
word-wrap
:
break-word
;
width
:
95%
;
padding-bottom
:
5
px
;}
#error
p
{
white-space
:
pre-wrap
;
word-wrap
:
break-word
;
padding
:
0
5px
;
line-height
:
18px
;
color
:
#67767C
;
max-width
:
430
px
;}
.noscroll
{
.noscroll
{
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
@@ -739,16 +724,17 @@ a.lshare img{
...
@@ -739,16 +724,17 @@ a.lshare img{
div
.sep
{
display
:
block
;
height
:
7px
;}
div
.sep
{
display
:
block
;
height
:
7px
;}
.slidebox
{
padding
:
10px
;
}
.slidebox
{
padding
:
10px
;
}
.alert_message
{
background
:
url(../images/alert.png)
center
no-repeat
;
height
:
26px
;}
.error_message
{
background
:
url(../images/exit.png)
center
no-repeat
;
height
:
26px
;}
.confirm_message
{
background
:
url(../images/confirm.png)
center
no-repeat
;
height
:
26px
;}
.info_message
{
background
:
url(../images/info.png)
center
no-repeat
;
height
:
26px
;}
#error
p
{
font-size
:
13px
;
color
:
#4A131F
;}
.pClose
,
.close
{
background
:
url(../images/close.png)
no-repeat
0px
0px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
cursor
:
pointer
}
.pClose
,
.close
{
background
:
url(../images/close.png)
no-repeat
0px
0px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
cursor
:
pointer
}
.pClose
:hover
,
.close
:hover
{
background
:
url(../images/close_hover.png)
no-repeat
0px
0px
;}
.pClose
:hover
,
.close
:hover
{
background
:
url(../images/close_hover.png)
no-repeat
0px
0px
;}
.md5sum
{
margin
:
10px
;
font-size
:
15px
;}
.md5sum
{
margin
:
10px
;
font-size
:
15px
;}
.title
{
background
:
#e4e4e4
;
width
:
100%
;
height
:
26px
;
padding-top
:
2px
;
text-indent
:
5px
;
color
:
#737373
;
text-shadow
:
0px
1px
#FFF
;}
#contentInfo
h2
,
.hight
,
.title
{
background
:
#D5D5D5
;
width
:
100%
;
height
:
26px
;
padding-top
:
2px
;
text-indent
:
5px
;
color
:
#737373
;
text-shadow
:
0px
1px
#ECECEC
;}
.hight
,
.title
{
border-bottom
:
3px
solid
#6DB9DD
;}
.show
{
background
:
#e4e4e4
url(../images/arrow_up.png)
97%
50%
no-repeat
;}
.hide
{
background
:
#e4e4e4
url(../images/arrow_down.png)
97%
50%
no-repeat
;}
.menu-box-left
{
float
:
left
;
width
:
135px
;
font-size
:
14px
;
background
:
#e4e4e4
;
padding
:
5px
0
5px
5px
;
margin-top
:
10px
;
.menu-box-left
{
float
:
left
;
width
:
135px
;
font-size
:
14px
;
background
:
#e4e4e4
;
padding
:
5px
0
5px
5px
;
margin-top
:
10px
;
font-size
:
14px
;
border-radius
:
4px
0
0
4px
;}
font-size
:
14px
;
border-radius
:
4px
0
0
4px
;}
.menu-box-right
{
background
:
#e4e4e4
;
padding
:
5px
;
float
:
right
;
width
:
745px
;
margin-left
:
-5px
;
.menu-box-right
{
background
:
#e4e4e4
;
padding
:
5px
;
float
:
right
;
width
:
745px
;
margin-left
:
-5px
;
...
@@ -776,11 +762,11 @@ div.sep{display:block; height:7px;}
...
@@ -776,11 +762,11 @@ div.sep{display:block; height:7px;}
.popup
a
{
display
:
block
;
font-weight
:
bold
;
color
:
#4DA0C6
;
padding-left
:
5px
;
padding-bottom
:
5px
;}
.popup
a
{
display
:
block
;
font-weight
:
bold
;
color
:
#4DA0C6
;
padding-left
:
5px
;
padding-bottom
:
5px
;}
.popup
a
:hover
{
color
:
#666666
;}
.popup
a
:hover
{
color
:
#666666
;}
.popup
ul
{
margin
:
0
;
margin-bottom
:
10px
;
padding
:
0
;
list-style
:
none
;}
.popup
ul
{
margin
:
0
;
margin-bottom
:
10px
;
padding
:
0
;
list-style
:
none
;}
.popup
li
{
border-bottom
:
1px
dashed
#666666
;
padding
:
0
;}
.popup
li
{
border-bottom
:
1px
solid
#E4E4E4
;
padding
:
3px
0
;
margin
:
0
5px
;}
.popup
ul
li
:last-child
{
border-bottom
:
none
}
.popup
ul
li
a
{
padding-bottom
:
0
}
.popup
ul
li
a
{
padding-bottom
:
0
}
ul
.menu
li
{
padding-top
:
5px
;
padding-bottom
:
5px
;}
ul
.menu
li
{
padding-top
:
5px
;
padding-bottom
:
5px
;}
ul
.menu
{
margin-bottom
:
0
;}
ul
.menu
{
margin-bottom
:
0
;}
.inline
a
,
.inline
{
display
:
inline
;}
.popup-value
{
display
:
none
;}
.popup-value
{
display
:
none
;}
textarea
.parameter
{
border
:
solid
1px
#678dad
;
color
:
#666666
;
height
:
110px
;}
textarea
.parameter
{
border
:
solid
1px
#678dad
;
color
:
#666666
;
height
:
110px
;}
.link
{
color
:
#fff
;
font-weight
:
bold
;
text-decoration
:
none
}
.link
{
color
:
#fff
;
font-weight
:
bold
;
text-decoration
:
none
}
...
@@ -805,5 +791,22 @@ padding:10px; font-size:14px; color:#03406A}
...
@@ -805,5 +791,22 @@ padding:10px; font-size:14px; color:#03406A}
.login-input
{
width
:
220px
;}
.login-input
{
width
:
220px
;}
.information
{
display
:
block
;
float
:
left
;
height
:
16px
;
margin-top
:
10px
;
margin-left
:
10px
;
font-weight
:
bold
}
.information
{
display
:
block
;
float
:
left
;
height
:
16px
;
margin-top
:
10px
;
margin-left
:
10px
;
font-weight
:
bold
}
.account
{
margin-left
:
60px
;}
.account
{
margin-left
:
60px
;}
.bt_close
{
text-decoration
:
none
;
color
:
#999
;
font-weight
:
bold
;
font-size
:
16px
;
padding
:
0
4px
;
-webkit-border-radius
:
.2em
;
-moz-border-radius
:
.2em
;
border-radius
:
.2em
;
cursor
:
pointer
;
}
.bt_close
:hover
{
background
:
#D6D6D6
;
color
:
#333
;
}
/* ********************/
/* ********************/
#shellinabox
{
width
:
100%
;
min-height
:
530px
;}
#shellinabox
{
width
:
100%
;
min-height
:
530px
;}
slapos/runner/static/css/ui.fancytree.css
View file @
5a973856
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
margin
:
0
;
/* issue 201 */
margin
:
0
;
/* issue 201 */
background-color
:
white
;
background-color
:
white
;
overflow
:
auto
;
overflow
:
auto
;
height
:
98%
;
/* issue 263 */
/*
height: 98%; /* issue 263 */
}
}
ul
.fancytree-container
ul
ul
.fancytree-container
ul
...
...
slapos/runner/static/js/jquery/jquery.colorbox-min.js
View file @
5a973856
This diff is collapsed.
Click to expand it.
slapos/runner/static/js/jquery/jqueryTabs.js
View file @
5a973856
...
@@ -4,7 +4,7 @@ $(document).ready(function(){
...
@@ -4,7 +4,7 @@ $(document).ready(function(){
var
fromheight
=
0
;
var
fromheight
=
0
;
var
previoustab
=
null
;
var
previoustab
=
null
;
if
(
hashes
.
length
==
2
&&
hashes
[
1
]
!==
''
){
if
(
hashes
.
length
==
2
&&
hashes
[
1
]
!==
''
){
$
(
"
#tabContaier>ul li
"
).
each
(
function
()
{
$
(
"
#tabContai
n
er>ul li
"
).
each
(
function
()
{
var
$tab
=
$
(
this
).
find
(
"
a
"
);
var
$tab
=
$
(
this
).
find
(
"
a
"
);
if
(
$tab
.
hasClass
(
"
active
"
)){
if
(
$tab
.
hasClass
(
"
active
"
)){
$tab
.
removeClass
(
"
active
"
);
$tab
.
removeClass
(
"
active
"
);
...
@@ -18,26 +18,26 @@ $(document).ready(function(){
...
@@ -18,26 +18,26 @@ $(document).ready(function(){
});
});
}
}
else
{
$
(
"
.tabContents:first
"
).
show
();
previoustab
=
"
.tabContents:first
"
;}
// Show the first div of tab content by default
else
{
$
(
"
.tabContents:first
"
).
show
();
previoustab
=
"
.tabContents:first
"
;}
// Show the first div of tab content by default
$
(
"
#tabContaier ul li a
"
).
click
(
function
(){
//Fire the click event
$
(
"
#tabContai
n
er ul li a
"
).
click
(
function
(){
//Fire the click event
if
(
$
(
this
).
hasClass
(
'
active
'
)){
if
(
$
(
this
).
hasClass
(
'
active
'
)){
return
false
;
return
false
;
}
}
fromheight
=
$
(
previoustab
).
height
();
fromheight
=
$
(
previoustab
).
height
();
var
activeTab
=
$
(
this
).
attr
(
"
href
"
);
// Catch the click link
var
activeTab
=
$
(
this
).
attr
(
"
href
"
);
// Catch the click link
$
(
"
#tabContai
er .tabDetails
"
).
css
(
"
height
"
,
$
(
"
#tabContai
er .tabDetails
"
).
height
());
$
(
"
#tabContai
ner .tabDetails
"
).
css
(
"
height
"
,
$
(
"
#tabContain
er .tabDetails
"
).
height
());
$
(
"
#tabContaier ul li a
"
).
removeClass
(
"
active
"
);
// Remove pre-highlighted link
$
(
"
#tabContai
n
er ul li a
"
).
removeClass
(
"
active
"
);
// Remove pre-highlighted link
$
(
this
).
addClass
(
"
active
"
);
// set clicked link to highlight state
$
(
this
).
addClass
(
"
active
"
);
// set clicked link to highlight state
$
(
"
.tabContents
"
).
hide
();
// hide currently visible tab content div
$
(
"
.tabContents
"
).
hide
();
// hide currently visible tab content div
$
(
activeTab
).
fadeIn
();
// show the target tab content div by matching clicked link.
$
(
activeTab
).
fadeIn
();
// show the target tab content div by matching clicked link.
var
diff
=
fromheight
-
$
(
activeTab
).
height
();
var
diff
=
fromheight
-
$
(
activeTab
).
height
();
if
(
diff
>
0
){
$
(
"
#tabContaier .tabDetails
"
).
animate
({
height
:
'
-=
'
+
diff
+
'
px
'
},
850
,
'
swing
'
,
function
()
{
if
(
diff
>
0
){
$
(
"
#tabContai
n
er .tabDetails
"
).
animate
({
height
:
'
-=
'
+
diff
+
'
px
'
},
850
,
'
swing
'
,
function
()
{
$
(
"
#tabContaier .tabDetails
"
).
css
(
"
height
"
,
""
);
$
(
"
#tabContai
n
er .tabDetails
"
).
css
(
"
height
"
,
""
);
});}
});}
else
{
diff
=
-
1
*
diff
;
$
(
"
#tabContaier .tabDetails
"
).
animate
({
height
:
'
+=
'
+
diff
+
'
px
'
},
850
,
'
swing
'
,
function
()
{
else
{
diff
=
-
1
*
diff
;
$
(
"
#tabContai
n
er .tabDetails
"
).
animate
({
height
:
'
+=
'
+
diff
+
'
px
'
},
850
,
'
swing
'
,
function
()
{
$
(
"
#tabContaier .tabDetails
"
).
css
(
"
height
"
,
""
);
$
(
"
#tabContai
n
er .tabDetails
"
).
css
(
"
height
"
,
""
);
});}
});}
previoustab
=
activeTab
;
previoustab
=
activeTab
;
$
(
"
#tabContai
er .tabDetails
"
).
css
(
"
height
"
,
$
(
"
#tabContai
er .tabDetails
"
).
height
());
$
(
"
#tabContai
ner .tabDetails
"
).
css
(
"
height
"
,
$
(
"
#tabContain
er .tabDetails
"
).
height
());
return
false
;
//this reinitialize tab index when reload page
return
false
;
//this reinitialize tab index when reload page
});
});
});
});
\ No newline at end of file
slapos/runner/static/js/jquery/jqueryToolTip.js
View file @
5a973856
...
@@ -5,8 +5,22 @@ $(function () {
...
@@ -5,8 +5,22 @@ $(function () {
var
hideDelayTimer
=
null
;
var
hideDelayTimer
=
null
;
var
beingShown
=
false
;
var
beingShown
=
false
;
var
shown
=
false
;
var
shown
=
false
;
var
canShow
=
false
;
$
(
'
.popup
'
).
css
(
'
opacity
'
,
0
);
$
(
'
.popup
'
).
css
(
'
opacity
'
,
0
);
$
(
'
a[rel=tooltip], a[rel=tooltip-min], .popup
'
).
mouseover
(
function
()
{
$
(
'
a[rel=tooltip], span[rel=tooltip]
'
).
click
(
function
(){
if
(
!
canShow
){
canShow
=
true
;
$
(
this
).
mouseover
();
}
else
{
$
(
this
).
mouseout
();
}
return
false
;
});
$
(
'
a[rel=tooltip], span[rel=tooltip], .popup
'
).
mouseover
(
function
()
{
if
(
!
canShow
){
return
false
;
}
var
height
=
$
(
this
).
height
();
var
height
=
$
(
this
).
height
();
var
top
=
$
(
this
).
offset
().
top
+
height
;
var
top
=
$
(
this
).
offset
().
top
+
height
;
var
left
=
$
(
this
).
offset
().
left
+
(
$
(
this
).
width
()
/
2
)
-
30
;
var
left
=
$
(
this
).
offset
().
left
+
(
$
(
this
).
width
()
/
2
)
-
30
;
...
@@ -34,7 +48,8 @@ $(function () {
...
@@ -34,7 +48,8 @@ $(function () {
});
});
}
}
return
false
;
return
false
;
}).
mouseout
(
function
()
{
});
$
(
'
a[rel=tooltip], span[rel=tooltip], .popup
'
).
mouseout
(
function
()
{
if
(
hideDelayTimer
)
clearTimeout
(
hideDelayTimer
);
if
(
hideDelayTimer
)
clearTimeout
(
hideDelayTimer
);
hideDelayTimer
=
setTimeout
(
function
()
{
hideDelayTimer
=
setTimeout
(
function
()
{
hideDelayTimer
=
null
;
hideDelayTimer
=
null
;
...
@@ -44,6 +59,7 @@ $(function () {
...
@@ -44,6 +59,7 @@ $(function () {
},
time
,
'
swing
'
,
function
()
{
},
time
,
'
swing
'
,
function
()
{
$
(
'
.popup
'
).
css
(
'
display
'
,
'
none
'
);
$
(
'
.popup
'
).
css
(
'
display
'
,
'
none
'
);
shown
=
false
;
shown
=
false
;
canShow
=
false
;
});
});
},
hideDelay
);
},
hideDelay
);
return
false
;
return
false
;
...
...
slapos/runner/static/js/jquery/popupBox.js
View file @
5a973856
...
@@ -31,10 +31,9 @@
...
@@ -31,10 +31,9 @@
}
}
$box
.
show
();
$box
.
show
();
$box
.
css
(
'
top
'
,
+
(
$
(
window
).
scrollTop
())
+
'
px
'
);
$box
.
css
(
'
top
'
,
+
(
$
(
window
).
scrollTop
())
+
'
px
'
);
$box
.
append
(
'
<div id="
'
+
currentBox
+
'
" style="display:none"><table><tr>
'
+
$box
.
append
(
'
<div id="
'
+
currentBox
+
'
" style="display:none" class="
'
+
option
.
type
+
'
"><table><tr>
'
+
'
<td valign="middle" class="logo
'
+
option
.
type
+
'
_message"></td>
'
+
'
<td valign="middle"><p>
'
+
msg
+
'
</p></td>
'
+
'
<td valign="middle"><p>
'
+
msg
+
'
</p></td>
'
+
'
<td valign="
middle
" class="b_close"><span id="pClose
'
+
boxCount
+
'
" class="pClose"></span></td></tr></table></div>
'
);
'
<td valign="
top
" class="b_close"><span id="pClose
'
+
boxCount
+
'
" class="pClose"></span></td></tr></table></div>
'
);
$
(
"
#pClose
"
+
boxCount
).
bind
(
"
click
"
,
function
()
{
$
(
"
#pClose
"
+
boxCount
).
bind
(
"
click
"
,
function
()
{
close
(
$
(
"
#
"
+
currentBox
));
close
(
$
(
"
#
"
+
currentBox
));
...
@@ -58,8 +57,9 @@
...
@@ -58,8 +57,9 @@
}
}
function
close
(
$elt
){
function
close
(
$elt
){
$elt
.
unbind
(
'
click
'
);
$elt
.
unbind
(
'
click
'
);
$elt
.
fadeOut
(
);
$elt
.
fadeOut
(
"
slow
"
,
function
()
{
$elt
.
remove
();
$elt
.
remove
();
});
}
}
}
}
});
});
...
...
slapos/runner/templates/account.html
View file @
5a973856
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% endblock %}
{% endblock %}
{% block body %}
{% block body %}
<h2>
Web runner parameters
</h2><br/>
<h2>
Web runner parameters
</h2><br/>
<div
id=
"tabContaier"
>
<div
id=
"tabContai
n
er"
>
<ul>
<ul>
<li><a
href=
"#tab1"
class=
"active"
>
Your personal information
</a></li>
<li><a
href=
"#tab1"
class=
"active"
>
Your personal information
</a></li>
<!--<li><a href="#tab2">Configurations</a></li>-->
<!--<li><a href="#tab2">Configurations</a></li>-->
...
...
slapos/runner/templates/instanceInspect.html
View file @
5a973856
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<input
type=
'hidden'
name=
'root'
id=
'root'
value=
'{%if file_path != "" %}{{file_path}}{%endif%}'
/>
<input
type=
'hidden'
name=
'root'
id=
'root'
value=
'{%if file_path != "" %}{{file_path}}{%endif%}'
/>
<input
type=
"hidden"
name=
"partition_amount"
id=
"partitionAmount"
value=
"{{ partition_amount }}"
/>
<input
type=
"hidden"
name=
"partition_amount"
id=
"partitionAmount"
value=
"{{ partition_amount }}"
/>
<h2>
Instance inspection
</h2><br/>
<h2>
Instance inspection
</h2><br/>
<div
id=
"tabContaier"
>
<div
id=
"tabContai
n
er"
>
<ul>
<ul>
<li><a
href=
"#tab1"
class=
"active"
>
Process
</a></li>
<li><a
href=
"#tab1"
class=
"active"
>
Process
</a></li>
<li><a
href=
"#tab2"
>
Connection Information
</a></li>
<li><a
href=
"#tab2"
>
Connection Information
</a></li>
...
...
slapos/runner/templates/manageRepository.html
View file @
5a973856
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<script
src=
"{{ url_for('static', filename='js/ace/ace.js') }}"
type=
"text/javascript"
charset=
"utf-8"
></script>
<script
src=
"{{ url_for('static', filename='js/ace/ace.js') }}"
type=
"text/javascript"
charset=
"utf-8"
></script>
{% endblock %}
{% endblock %}
{% block body %}
{% block body %}
<div
id=
"tabContaier"
>
<div
id=
"tabContai
n
er"
>
<ul>
<ul>
<li><a
href=
"#tab1"
class=
"active"
id=
"cloneTab"
>
Clone repository
</a></li>
<li><a
href=
"#tab1"
class=
"active"
id=
"cloneTab"
>
Clone repository
</a></li>
<li><a
href=
"#tab2"
id=
"gitTab"
>
Manage (GIT)
</a></li>
<li><a
href=
"#tab2"
id=
"gitTab"
>
Manage (GIT)
</a></li>
...
...
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