Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
e7c20f07
Commit
e7c20f07
authored
Sep 14, 2016
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add assets manage Sweet Alert"
parent
0f9bdab1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
57 deletions
+0
-57
jbox.css
apps/static/css/jbox.css
+0
-43
jquery-migrate-1.1.1.min.js
apps/static/jbox/jquery-migrate-1.1.1.min.js
+0
-0
jquery.jBox-2.3.min.js
apps/static/js/jquery.jBox-2.3.min.js
+0
-12
jquery.jBox-zh-CN.min.js
apps/static/js/jquery.jBox-zh-CN.min.js
+0
-2
No files found.
apps/static/css/jbox.css
deleted
100644 → 0
View file @
0f9bdab1
@charset
"utf-8"
;
/*
提示:CSS 样式只允许修改颜色属性,或图片的地址(图片大小要和默认的一致)。border:dotted solid double dashed
*/
*
:focus
{
outline
:
none
;
list-style-type
:
decimal
;
}
/* fade */
.jbox-fade
{
background-color
:
#000
;}
/* drag */
.jbox-drag
{
border
:
1px
dashed
#376EA5
;}
/* jbox */
div
.jbox
{
padding
:
0px
;
border
:
none
;
font-size
:
12px
;}
/* border */
div
.jbox
.jbox-border
{
background
:
none
repeat
scroll
0
0
#999999
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
/* container */
div
.jbox
.jbox-container
{
background-color
:
#ffffff
;
border
:
1px
solid
#999999
;}
/* title-panel */
div
.jbox
.jbox-title-panel
{
background
:
#ffffff
;
border-bottom
:
1px
solid
#CCCCCC
;
padding
:
8px
15px
;}
div
.jbox
.jbox-title
{
font-weight
:
bold
;
color
:
#333333
;
font-size
:
18px
;
line-height
:
27px
;
padding-top
:
0px
;}
div
.jbox
.jbox-title-icon
{
background
:
url(images/jbox-title-icon.gif)
no-repeat
scroll
3px
5px
transparent
;}
div
.jbox
.jbox-close
,
div
.jbox
.jbox-close-hover
{
background
:
url(images/jbox-close.gif)
no-repeat
scroll
0px
0px
transparent
;
margin
:
7px
;}
div
.jbox
.jbox-close-hover
{
background-position
:
-16px
0
;}
/* content */
div
.jbox
.jbox-content
{
min-height
:
24px
;
line-height
:
18px
;
color
:
#444444
;}
div
.jbox
.jbox-content-loading
{
background-color
:
#E6E6E6
;}
div
.jbox
.jbox-content-loading-image
{
background
:
url(images/jbox-content-loading.gif)
no-repeat
bottom
center
;}
/* button-panel */
div
.jbox
.jbox-button-panel
{
border-top
:
1px
solid
#CCCCCC
;
background-color
:
#EEEEEE
;}
div
.jbox
.jbox-bottom-text
{
text-indent
:
10px
;
color
:
#444444
;}
div
.jbox
.jbox-button
{
background
:
url(images/jbox-button1.png)
repeat-x
transparent
;
border
:
#AAAAAA
1px
solid
;
color
:
#888888
;
border-radius
:
3px
3px
3px
3px
;
margin
:
1px
7px
0px
0px
;
height
:
22px
;
cursor
:
default
;}
div
.jbox
.jbox-button-hover
{
background-position
:
0px
-20px
;
color
:
#666666
;}
div
.jbox
.jbox-button-active
{
background-position
:
0px
-40px
;}
div
.jbox-warning
.jbox
.jbox-button-panel
{
background-color
:
#FFFFFF
;}
/* tip-color */
div
.jbox
.jbox-tip-color
{
background-color
:
#376EA5
;
border-color
:
#376EA5
;
border-radius
:
3px
3px
3px
3px
;
color
:
#ffffff
;}
/* icons */
div
.jbox
span
.jbox-icon
{
background
:
url(images/jbox-icons.png)
no-repeat
scroll
0
0
transparent
;
_background
:
url(images/jbox-icons-ie6.gif)
no-repeat
scroll
0
0
transparent
;}
div
.jbox
span
.jbox-icon-info
{
background-position
:
0
0
;}
div
.jbox
span
.jbox-icon-question
{
background-position
:
-36px
0
;}
div
.jbox
span
.jbox-icon-success
{
background-position
:
-72px
0
;}
div
.jbox
span
.jbox-icon-warning
{
background-position
:
-108px
0
;}
div
.jbox
span
.jbox-icon-error
{
background-position
:
-144px
0
;}
div
.jbox
span
.jbox-icon-none
{
display
:
none
;
overflow
:
hidden
;}
div
.jbox
span
.jbox-icon-loading
{
background
:
url(images/jbox-loading1.gif)
no-repeat
scroll
0
0
transparent
;}
apps/static/j
s
/jquery-migrate-1.1.1.min.js
→
apps/static/j
box
/jquery-migrate-1.1.1.min.js
View file @
e7c20f07
File moved
apps/static/js/jquery.jBox-2.3.min.js
deleted
100644 → 0
View file @
0f9bdab1
/*
* jQuery jBox 2.3
* http://www.kudystudio.com
* Author: kudy chen (kudychen@gmail.com)
*
* Copyright 2011, kudy studio
* Dual licensed under the MIT or GPL Version 3 licenses.
*
* Last Modified: 2011-11-11
*/
eval
(
function
(
p
,
a
,
c
,
k
,
e
,
d
){
e
=
function
(
c
){
return
(
c
<
a
?
''
:
e
(
parseInt
(
c
/
a
)))
+
((
c
=
c
%
a
)
>
35
?
String
.
fromCharCode
(
c
+
29
):
c
.
toString
(
36
))};
if
(
!
''
.
replace
(
/^/
,
String
)){
while
(
c
--
){
d
[
e
(
c
)]
=
k
[
c
]
||
e
(
c
)}
k
=
[
function
(
e
){
return
d
[
e
]}];
e
=
function
(){
return
'
\\
w+'
};
c
=
1
};
while
(
c
--
){
if
(
k
[
c
]){
p
=
p
.
replace
(
new
RegExp
(
'
\\
b'
+
e
(
c
)
+
'
\\
b'
,
'g'
),
k
[
c
])}}
return
p
}(
'(m($){$.d=m(j,8){8=$.R({},$.d.H,8);8.1h=8.1z>0;8.12=8.12||V;8.1j=8.1j||V;c(j==14){j=
\'\'
}c(8.n<0){8.n=0}c(8.11==14){8.11=
\'
5e
\'
+30.5c(30.3H()*5j)}g 1o=($.1w.1Q&&41($.1w.2Y)<7);g 2B=$(
\'
#
\'
+8.11);c(2B.1t>0){8.O=$.d.H.O++;2B.E({O:8.O});2B.x(
\'
#b
\'
).E({O:8.O+1});Q 2B}g q={2b:
\'\'
,17:
\'\'
,s:
\'\'
,1T:j.5i==55};c(!q.1T){j=j+
\'\'
;g 2f=j.56();c(2f.1E(
\'
11:
\'
)==0)q.17=
\'
4g
\'
;J c(2f.1E(
\'
4L:
\'
)==0)q.17=
\'
34
\'
;J c(2f.1E(
\'
5J:
\'
)==0)q.17=
\'
33
\'
;J c(2f.1E(
\'
19:
\'
)==0)q.17=
\'
2q
\'
;J c(2f.1E(
\'
s:
\'
)==0)q.17=
\'
3X
\'
;J{j=
\'
s:
\'
+j;q.17=
\'
3X
\'
}j=j.5I(j.1E(":")+1,j.1t)}g 3f=!8.12&&!(8.B==14);g 37=q.17==
\'
34
\'
||q.17==
\'
33
\'
||q.17==
\'
2q
\'
;g 4k=1n 8.D==
\'
3a
\'
?(8.D-50)+
\'
G
\'
:"5H%";g C=[];C.o(
\'
<u 11="
\'
+8.11+
\'
" I="b-
\'
+(8.12?
\'
13
\'
:(8.1j?
\'
3Q
\'
:
\'
1b
\'
))+
\'
">
\'
);c(8.1h){c((1o&&$(
\'
19
\'
).1t>0)||$(
\'
3V, 5r
\'
).1t>0){C.o(
\'
<19 11="b-1F" I="b-1F" 3t="4v:52" A="1e:2G;P:1a;z-3r:-1;"></19>
\'
)}J{c(1o){$(
\'
4Z
\'
).E(
\'
4X
\'
,
\'
21
\'
)}C.o(
\'
<u 11="b-1F" I="b-1F" A="P:1a;"></u>
\'
)}}C.o(
\'
<u 11="b-3S" I="b-3S" A="D:L;p:L;5p-4G:#5n;P:1a;z-3r:3C;5K:K;"></u>
\'
);c(8.1D){C.o(
\'
<u 11="b-2E" I="b-2E" A="P:1a;z-3r:3C;1e:K;"></u>
\'
)}C.o(
\'
<u 11="b" I="b" A="P:1a;D:T;p:T;">
\'
);C.o(
\'
<u I="b-3c-B b-B-1M" A="p:2F;1e:K;"></u>
\'
);C.o(
\'
<u I="b-3c-S b-S-1M" A="p:2F;M:4i 0 4i 0;1e:K;"></u>
\'
);C.o(
\'
<4h n="0" 5v="0" 5w="0" A="1f:L;M:L;n:K;">
\'
);c(8.n>0){C.o(
\'
<2r>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;n-36:
\'
+8.n+
\'
G 0 0 0;D:
\'
+8.n+
\'
G;p:
\'
+8.n+
\'
G;"></X>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;p:
\'
+8.n+
\'
G;1K: 21;"></X>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;n-36:0
\'
+8.n+
\'
G 0 0;D:
\'
+8.n+
\'
G;p:
\'
+8.n+
\'
G;"></X>
\'
);C.o(
\'
</2r>
\'
)}C.o(
\'
<2r>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;"></X>
\'
);C.o(
\'
<X 5x="t" A="1f:L;M:L;n:K;">
\'
);C.o(
\'
<u I="b-4z" A="D:T; p:T;">
\'
);C.o(
\'
<a I="b-1l" B="
\'
+$.d.1s.1l+
\'
" 5t="$(1L).2w(
\\
\'
b-1l-2x
\\
\'
);" 5s="$(1L).2z(
\\
\'
b-1l-2x
\\
\'
);" A="P:1a; 1e:2G; 4H:5o; t:
\'
+(6+8.n)+
\'
G; 1Y:
\'
+(6+8.n)+
\'
G; D:4j; p:4j;
\'
+(8.31?
\'\'
:
\'
1e:K;
\'
)+
\'
"></a>
\'
);c(3f){C.o(
\'
<u I="b-B-1M" A="p:2F;">
\'
);C.o(
\'
<u I="b-B
\'
+(8.2K==N?
\'
b-B-w
\'
:(8.2K==V?
\'\'
:
\'
\'
+8.2K))+
\'
" A="4s:F; D:
\'
+4k+
\'
; 3B-p:
\'
+($.1w.1Q?25:24)+
\'
G; M-F:
\'
+(8.2K?18:5)+
\'
G;1K:21;1C-1K:5y;5G-1m:1m-5F;">
\'
+(8.B==
\'\'
?
\'
&5E;
\'
:8.B)+
\'
</u>
\'
);C.o(
\'
</u>
\'
)}C.o(
\'
<u 11="b-1i"></u></u>
\'
);C.o(
\'
</u>
\'
);C.o(
\'
</X>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;"></X>
\'
);C.o(
\'
</2r>
\'
);c(8.n>0){C.o(
\'
<2r>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;n-36:0 0 0
\'
+8.n+
\'
G; D:
\'
+8.n+
\'
G; p:
\'
+8.n+
\'
G;"></X>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;p:
\'
+8.n+
\'
G;1K: 21;"></X>
\'
);C.o(
\'
<X I="b-n" A="1f:L;M:L;n:K;n-36:0 0
\'
+8.n+
\'
G 0; D:
\'
+8.n+
\'
G; p:
\'
+8.n+
\'
G;"></X>
\'
);C.o(
\'
</2r>
\'
)}C.o(
\'
</4h>
\'
);C.o(
\'
</u>
\'
);C.o(
\'
</u>
\'
);g 4d=
\'
<19 1X="b-19" 11="b-19" D="1V%" p="1V%" 5B="0" 5C="0" 5D="0" 5m="
\'
+8.4I+
\'
"></19>
\'
;g $U=$(U);g $1b=$(1B.1b);g $16=$(C.2l(
\'\'
)).58($1b);g $r=$16.2g(
\'
#b
\'
);g $1U=$16.2g(
\'
#b-1F
\'
);g $2P=$16.2g(
\'
#b-3S
\'
);c(!q.1T){3q(q.17){1q"4g":q.s=$(
\'
#
\'
+j).s();1m;1q"34":1q"33":q.s=
\'\'
;q.2b=j;1m;1q"3X":q.s=j;1m;1q"2q":q.s=4d;c(j.1E(
\'
#
\'
)==-1){q.2b=j+(j.1E(
\'
?
\'
)==-1?
\'
?2W=
\'
:
\'
&2W=
\'
)+30.3H()}J{g 2R=j.5l(
\'
#
\'
);q.2b=2R[0]+(2R[0].1E(
\'
?
\'
)==-1?
\'
?2W=
\'
:
\'
&2W=
\'
)+30.3H()+
\'
#
\'
+2R[1]}1m}j={5k:{j:q.s,1c:8.1c,2i:8.2i,Z:8.Z}}}g 1i=[];g 3M=$r.x(
\'
.b-3c-B
\'
).4e(N);g 3T=$r.x(
\'
.b-3c-S
\'
).4e(N);g 4c=$.1w.1Q?
\'
3B-p:4m;M:L 4f L 4f;
\'
:
\'
M:L 2J L 2J;
\'
;$.2L(j,m(1v,1k){c(q.1T){1k=$.R({},$.d.2C,1k)}j[1v]=1k;c(1k.1c==14){1k.1c={}}g 2M=V;$.2L(1k.1c,m(k,v){2M=N});g 1x=
\'
T
\'
;c(1n 8.p==
\'
3a
\'
){1x=8.p;c(3f){1x=1x-3M}c(2M){1x=1x-3T}1x=(1x-1)+
\'
G
\'
}g 3I=
\'\'
;g 3O=
\'
2F
\'
;c(!q.1T&&37){g 1A=8.p;c(1n 8.p==
\'
3a
\'
){c(3f){1A=1A-3M}c(2M){1A=1A-3T}3O=((1A/5)*2)+
\'
G
\'
;1A=(1A-1)+
\'
G
\'
}3I=[
\'
<u 11="b-j-2t" I="b-j-2t" A="2I-p:61;p:
\'
+1A+
\'
; 1C-2A:4T;">
\'
,
\'
<u I="b-j-2t-6b" A="1e:2G; 1f:T; D:67; p:4m; M-t:
\'
+3O+
\'
;"></u>
\'
,
\'
</u>
\'
].2l(
\'\'
)}1i.o(
\'
<u 11="b-Y-
\'
+1v+
\'
" I="b-Y" A="1e:K;">
\'
);1i.o(
\'
<u A="2I-D:3n;D:
\'
+(1n 8.D==
\'
3a
\'
?8.D+
\'
G
\'
:
\'
T
\'
)+
\'
; p:
\'
+1x+
\'
;">
\'
+3I+
\'
<u 11="b-j" I="b-j" A="p:
\'
+1x+
\'
;1K:21;1K-y:T;">
\'
+1k.j+
\'
</u></u>
\'
);1i.o(
\'
<u I="b-S-1M" A="
\'
+(2M?
\'\'
:
\'
1e:K;
\'
)+
\'
">
\'
);c(!8.12){1i.o(
\'
<1P I="b-1W-1C" A="4s:F;1e:2G;3B-p:2F;"></1P>
\'
)}$.2L(1k.1c,m(k,v){1i.o(
\'
<S I="b-S" 3e="
\'
+v+
\'
" A="
\'
+4c+
\'
">
\'
+k+
\'
</S>
\'
)});1i.o(
\'
</u></u>
\'
)});$r.x(
\'
#b-1i
\'
).s(1i.2l(
\'\'
)).2g(
\'
.b-Y:3W
\'
).E(
\'
1e
\'
,
\'
2G
\'
);c(37){g $19=$r.x(
\'
#b-j
\'
).E({P:(1o)?"1a":"3d",F:-6h})}$.2L(j,m(1v,1k){g $Y=$r.x(
\'
#b-Y-
\'
+1v);$Y.2g(
\'
.b-S-1M
\'
).2g(
\'
S
\'
).23(m(){g 3V=$Y.x(
\'
#b-j
\'
);g 4t=1k.1c[$(1L).1C()];g 1N={};$.2L($r.x(
\'
#b-1i :4n
\'
).6d(),m(i,1y){c(1N[1y.1X]===14){1N[1y.1X]=1y.3e}J c(1n 1N[1y.1X]==6e){1N[1y.1X].o(1y.3e)}J{1N[1y.1X]=[1N[1y.1X],1y.3e]}});g 1J=1k.Z(4t,3V,1N);c(1J===14||1J){2a()}}).1u(
\'
2d
\'
,m(){$(1L).2w(
\'
b-S-3h
\'
)}).1u(
\'
49
\'
,m(){$(1L).2z(
\'
b-S-3h
\'
)}).1u(
\'
5R
\'
,m(){$(1L).2w(
\'
b-S-2x
\'
)}).1u(
\'
5S
\'
,m(){$(1L).2z(
\'
b-S-3h
\'
).2z(
\'
b-S-2x
\'
)});$Y.x(
\'
.b-S-1M S:39(
\'
+1k.2i+
\'
)
\'
).2w(
\'
b-S-1p
\'
)});g 3k=m(){$16.E({t:$U.2X()});c(8.1j){$r.E({P:(1o)?"1a":"3d",1Y:1,1W:1})}};g 3g=m(){c(!8.1h){Q}c(8.4M){g i=0;$16.2w(
\'
b-1R
\'
);g 4r=5N(m(){$16.5O(
\'
b-1R
\'
);c(i++>1){5U(4r);$16.2z(
\'
b-1R
\'
)}},1V)}J{2a()}};g 3i=m(e){c(8.12||8.1j){Q V}g 3j=(U.3y)?3y.4q:e.4q;c(3j==27){2a()}c(3j==9){g $2c=$(
\'
:4n:5Z:2e
\'
,$16);g 4p=!e.4o&&e.W==$2c[$2c.1t-1];g 3u=e.4o&&e.W==$2c[0];c(4p||3u){2Z(m(){c(!$2c)Q;g 3l=$2c[3u===N?$2c.1t-1:0];c(3l)3l.1p()},10);Q V}}};g 2S=m(){c(8.1h){$.d.2U++;$($.1w.1Q?
\'
s
\'
:
\'
1b
\'
).32(
\'
A
\'
,
\'
1K:21;M-1Y:4W;
\'
);$1U.E({P:"1a",p:8.12?64:$U.p(),D:1o?$U.D():"1V%",t:0,F:0,1Y:0,1W:0})}};g 4D=m(){c(8.1j){$r.E({P:(1o)?"1a":"3d",1Y:1,1W:1})}J{$2P.E({t:8.t});$r.E({P:"1a",t:$2P.3E().t+(8.12?$U.2X():0),F:(($U.D()-$r.51())/2)})}c((8.1h&&!8.12)||(!8.1h&&!8.12&&!8.1j)){$16.E({P:(1o)?"1a":"3d",p:8.1h?$U.p():0,D:"1V%",t:(1o)?$U.2X():0,F:0,1Y:0,1W:0})}2S()};g 3Z=m(){8.O=$.d.H.O++;$16.E({O:8.O});$r.E({O:8.O+1})};g 4E=m(){8.O=$.d.H.O++;$16.E({O:8.O});$r.E({1e:"K",O:8.O+1});c(8.1h){$1U.E({1e:"K",O:8.O,1z:8.1z})}};g 4b=m(e){g 1g=e.q;1g.W.x(
\'
19
\'
).2D();c(8.1G){1g.W.2o().E({F:1g.W.E(
\'
F
\'
),t:1g.W.E(
\'
t
\'
),60:-2,63:-2,D:1g.W.D()+2,p:1g.W.p()+2}).1O()}Q V};g 48=m(e){g 1g=e.q;g F=1g.47+e.44-1g.42;g t=1g.46+e.43-1g.45;c(8.4N){g 3s=1;g 3m=1B.4u.62-e.q.W.p()-1;g 3o=1;g 3p=1B.4u.5M-e.q.W.D()-1;c(t<3s)t=3s+(8.1G?2:0);c(t>3m)t=3m-(8.1G?2:0);c(F<3o)F=3o+(8.1G?2:0);c(F>3p)F=3p-(8.1G?2:0)}c(8.1G){1g.W.2o().E({F:F,t:t})}J{1g.W.E({F:F,t:t})}Q V};g 4a=m(e){$(1B).28(
\'
.1D
\'
);c(8.1G){g 2E=e.q.W.2o().2D();e.q.W.E({F:2E.E(
\'
F
\'
),t:2E.E(
\'
t
\'
)}).x(
\'
19
\'
).1O()}J{e.q.W.x(
\'
19
\'
).1O()}Q V};g 3G=m(e){g P=e.q.W.P();g q={W:e.q.W,42:e.44,45:e.43,47:P.F,46:P.t};$(1B).1u(
\'
2d.1D
\'
,q,4b).1u(
\'
6i.1D
\'
,q,48).1u(
\'
49.1D
\'
,q,4a)};g 2a=m(){c(8.1h){c($.d.2U==1){$($.1w.1Q?
\'
s
\'
:
\'
1b
\'
).4U(
\'
A
\'
)};$.d.2U--}c(8.12){g 13=$(1B.1b).q(
\'
13
\'
);c(13&&13.1r==N){$2P.E(
\'
t
\'
,13.8.t);g t=$2P.3E().t+$U.2X();c(t==$r.3E().t){26()}J{$r.x(
\'
#b-j
\'
).s(13.8.j.68(5)).69().E({F:(($U.D()-$r.51())/2)}).53({t:t,1z:0.1},4Y,26)}}J{$r.53({t:
\'
-=6a
\'
,1z:0},4Y,26)}}J{3q(8.2y){1q
\'
3P
\'
:$r.4Q(8.1H,26);1m;1q
\'
1F
\'
:$r.4V(8.1H,26);1m;1q
\'
1O
\'
:4C:$r.2D(8.1H,26);1m}}};g 26=m(){$($.1w.1Q?
\'
s
\'
:
\'
1b
\'
).4U(
\'
A
\'
,
\'
1K:21;M-1Y:4W;
\'
);$U.28(
\'
4B
\'
,2S);c(8.1D&&!8.12&&!8.1j){$r.x(
\'
.b-B-1M
\'
).28(
\'
2d
\'
,3G)}c(q.17!=
\'
2q
\'
){$r.x(
\'
#b-19
\'
).32({
\'
3t
\'
:
\'
4v:52
\'
})}$r.s(
\'\'
).3z();c(1o&&!8.12){$1b.28(
\'
4F
\'
,3k)}c(8.1h){$1U.4V(
\'
2V
\'
,m(){$1U.28(
\'
23
\'
,3g).28(
\'
2d
\'
,3Z).s(
\'\'
).3z()})}$16.28(
\'
4A 4w
\'
,3i).s(
\'\'
).3z();c(1o&&8.1h){$(
\'
4Z
\'
).E(
\'
4X
\'
,
\'
2e
\'
)}c(1n 8.1J==
\'
m
\'
){8.1J()}};g 2m=m(){c(8.1d>0){$r.q(
\'
2m
\'
,U.2Z(2a,8.1d));c(8.1j){$r.2x(m(){U.6g($r.q(
\'
2m
\'
))},m(){$r.q(
\'
2m
\'
,U.2Z(2a,8.1d))})}}};g 1I=m(){c(1n 8.1I==
\'
m
\'
){8.1I($r.x(
\'
.b-Y:2e
\'
).x(
\'
.b-j
\'
))}};c(!q.1T){3q(q.17){1q"34":1q"33":$.66({17:q.17,2b:q.2b,q:8.3J==14?{}:8.3J,5T:
\'
s
\'
,5Q:V,2h:m(q,5P){$r.x(
\'
#b-j
\'
).E({P:"4R"}).s(q).1O().2o().2D();1I()},2n:m(){$r.x(
\'
#b-j-2t
\'
).s(
\'
<u A="M-t:3n;M-1W:3n;1C-2A:4T;">5V 5W.</u>
\'
)}});1m;1q"2q":$r.x(
\'
#b-19
\'
).32({
\'
3t
\'
:q.2b}).1u("5Y",m(3y){$(1L).5X().E({P:"4R"}).1O().2o().2D();$r.x(
\'
#b-1i .b-Y:3W .b-S-1p
\'
).1p();1I()});1m;4C:$r.x(
\'
#b-j
\'
).1O();1m}}4D();4E();c(1o&&!8.12){$U.4F(3k)}c(8.1h){$1U.23(3g)}$U.4B(2S);$16.1u(
\'
4A 4w
\'
,3i);$r.x(
\'
.b-1l
\'
).23(2a);c(8.1h){$1U.4x(
\'
2V
\'
)};g 2u=
\'
1O
\'
;c(8.2y==
\'
3P
\'
){2u=
\'
4O
\'
}J c(8.2y==
\'
1F
\'
){2u=
\'
4x
\'
}c(8.1j){$r[2u](8.1H,2m)}J{g 13=$(1B.1b).q(
\'
13
\'
);c(13&&13.1r==N){$(1B.1b).q(
\'
13
\'
,{1r:V,8:{}});$r.E(
\'
1e
\'
,
\'\'
)}J{c(!q.1T&&37){$r[2u](8.1H)}J{$r[2u](8.1H,1I)}}}c(!8.12){$r.x(
\'
.b-1W-1C
\'
).s(8.4J)}J{$r.x(
\'
.b-4z,.b-j
\'
).2w(
\'
b-13-4G
\'
)}c(q.17!=
\'
2q
\'
){$r.x(
\'
#b-1i .b-Y:3W .b-S-1p
\'
).1p()}J{$r.1p()}c(!8.1j){2m()}$16.1u(
\'
2d
\'
,3Z);c(8.1D&&!8.12&&!8.1j){$r.x(
\'
.b-B-1M
\'
).1u(
\'
2d
\'
,{W:$r},3G).E(
\'
4H
\'
,
\'
6c
\'
)}Q $16};$.d.2Y=2.3;$.d.H={11:3L,t:"15%",O:3C,n:5,1z:0.1,1d:0,2y:
\'
1F
\'
,1H:
\'
2V
\'
,2K:N,31:N,1D:N,4N:N,1G:V,4M:N,5L:N,3J:{},4I:
\'
T
\'
,B:
\'
d
\'
,D:3Y,p:
\'
T
\'
,4J:
\'\'
,1c:{
\'
确定
\'
:
\'
29
\'
},2i:0,1I:m(h){},Z:m(v,h,f){Q N},1J:m(){}};$.d.2C={j:
\'\'
,1c:{
\'
确定
\'
:
\'
29
\'
},2i:0,Z:m(v,h,f){Q N}};$.d.2O={j:
\'\'
,w:
\'
1Z
\'
,t:
\'
40%
\'
,D:
\'
T
\'
,p:
\'
T
\'
,1z:0,1d:4K,1J:m(){}};$.d.2k={j:
\'\'
,B:
\'
d
\'
,w:
\'
K
\'
,D:3Y,p:
\'
T
\'
,1d:4K,2y:
\'
3P
\'
,1H:6f,n:0,1c:{},2i:0,1I:m(){},Z:m(v,h,f){Q N},1J:m(){}};$.d.1s={1l:
\'
关闭
\'
,29:
\'
确定
\'
,3w:
\'
是
\'
,3x:
\'
否
\'
,2N:
\'
取消
\'
};$.d.5z=m(2j){$.d.H=$.R({},$.d.H,2j.H);$.d.2C=$.R({},$.d.2C,2j.2C);$.d.2O=$.R({},$.d.2O,2j.2O);$.d.2k=$.R({},$.d.2k,2j.2k);$.d.1s=$.R({},$.d.1s,2j.1s)};$.d.2Q=m(){Q $(
\'
.b-1b
\'
).39($(
\'
.b-1b
\'
).1t-1)};$.d.5f=m(3N){g r=(1n 3N==
\'
3U
\'
)?$(
\'
#
\'
+3N):$.d.2Q();Q r.x(
\'
#b-19
\'
).4L(0)};$.d.5d=m(){Q $.d.3b().x(
\'
.b-j
\'
).s()};$.d.5g=m(j){Q $.d.3b().x(
\'
.b-j
\'
).s(j)};$.d.3b=m(3D){c(3D==14){Q $.d.2Q().x(
\'
.b-Y:2e
\'
)}J{Q $.d.2Q().x(
\'
#b-Y-
\'
+3D)}};$.d.5h=m(){Q $.d.3b().32(
\'
11
\'
).5b(
\'
b-Y-
\'
,
\'\'
)};$.d.3A=m(1v,1S){g r=$.d.2Q();c(r!=14&&r!=3L){g $1r;1v=1v||V;r.x(
\'
.b-Y
\'
).4Q(
\'
2V
\'
);c(1n 1v==
\'
3U
\'
){$1r=r.x(
\'
#b-Y-
\'
+1v)}J{$1r=1v?r.x(
\'
.b-Y:2e
\'
).1r():r.x(
\'
.b-Y:2e
\'
).2o()}$1r.4O(3Y,m(){U.2Z(m(){$1r.x(
\'
.b-S-1p
\'
).1p();c(1S!=14){$1r.x(
\'
.b-j
\'
).s(1S)}},20)})}};$.d.54=m(1S){$.d.3A(N,1S)};$.d.57=m(1S){$.d.3A(V,1S)};$.d.1l=m(2v,38){2v=2v||V;38=38||
\'
1b
\'
;c(1n 2v==
\'
3U
\'
){$(
\'
#
\'
+2v).x(
\'
.b-1l
\'
).23()}J{g 2s=$(
\'
.b-
\'
+38);c(2v){59(g i=0,l=2s.1t;i<l;++i){2s.39(i).x(
\'
.b-1l
\'
).23()}}J{c(2s.1t>0){2s.39(2s.1t-1).x(
\'
.b-1l
\'
).23()}}}};$.d.5A=m(j,B,D,p,8){g H={j:j,B:B,D:D,p:p};8=$.R({},H,8);8=$.R({},$.d.H,8);$.d(8.j,8)};$.d.22=m(j,B,w,8){g H={j:j,B:B,w:w,1c:3v(
\'
({ "
\'
+$.d.1s.29+
\'
": "29" })
\'
)};8=$.R({},H,8);8=$.R({},$.d.H,8);c(8.n<0){8.n=0}c(8.w!=
\'
1Z
\'
&&8.w!=
\'
1R
\'
&&8.w!=
\'
2h
\'
&&8.w!=
\'
2n
\'
&&8.w!=
\'
3F
\'
){M=
\'\'
;8.w=
\'
K
\'
}g t=8.B==14?10:50;g 2T=8.w==
\'
K
\'
?
\'
p:T;
\'
:
\'
2I-p:2H;
\'
+(($.1w.1Q&&41($.1w.2Y)<7)?
\'
p:T !4y;p:1V%;4S:2H;
\'
:
\'
p:T;
\'
);g s=[];s.o(
\'
s:
\'
);s.o(
\'
<u A="1f:2J;
\'
+2T+
\'
M-F:
\'
+(8.w==
\'
K
\'
?0:40)+
\'
G;1C-2A:F;">
\'
);s.o(
\'
<1P I="b-w b-w-
\'
+8.w+
\'
" A="P:1a; t:
\'
+(t+8.n)+
\'
G;F:
\'
+(10+8.n)+
\'
G; D:2p; p:2p;"></1P>
\'
);s.o(8.j);s.o(
\'
</u>
\'
);8.j=s.2l(
\'\'
);$.d(8.j,8)};$.d.5q=m(j,B,8){$.d.22(j,B,
\'
K
\'
,8)};$.d.1Z=m(j,B,8){$.d.22(j,B,
\'
1Z
\'
,8)};$.d.2h=m(j,B,8){$.d.22(j,B,
\'
2h
\'
,8)};$.d.2n=m(j,B,8){$.d.22(j,B,
\'
2n
\'
,8)};$.d.5u=m(j,B,Z,8){g H={1c:3v(
\'
({ "
\'
+$.d.1s.29+
\'
": "29", "
\'
+$.d.1s.2N+
\'
": "2N" })
\'
)};c(Z!=14&&1n Z==
\'
m
\'
){H.Z=Z}J{H.Z=m(v,h,f){Q N}}8=$.R({},H,8);$.d.22(j,B,
\'
3F
\'
,8)};$.d.1R=m(j,B,Z,8){g H={1c:3v(
\'
({ "
\'
+$.d.1s.3w+
\'
": "3w", "
\'
+$.d.1s.3x+
\'
": "3x", "
\'
+$.d.1s.2N+
\'
": "2N" })
\'
)};c(Z!=14&&1n Z==
\'
m
\'
){H.Z=Z}J{H.Z=m(v,h,f){Q N}}8=$.R({},H,8);$.d.22(j,B,
\'
1R
\'
,8)};$.d.13=m(j,w,8){g H={j:j,w:w,1z:0,n:0,31:V,1c:{},12:N};c(H.w==
\'
2t
\'
){H.1d=0;H.1z=0.1}8=$.R({},H,8);8=$.R({},$.d.2O,8);8=$.R({},$.d.H,8);c(8.1d<0){8.1d=0}c(8.n<0){8.n=0}c(8.w!=
\'
1Z
\'
&&8.w!=
\'
1R
\'
&&8.w!=
\'
2h
\'
&&8.w!=
\'
2n
\'
&&8.w!=
\'
2t
\'
){8.w=
\'
1Z
\'
}g s=[];s.o(
\'
s:
\'
);s.o(
\'
<u A="2I-p:5a;p:T;1f:2J;M-F:2H;M-t:L;1C-2A:F;">
\'
);s.o(
\'
<1P I="b-w b-w-
\'
+8.w+
\'
" A="P:1a;t:
\'
+(4+8.n)+
\'
G;F:
\'
+(4+8.n)+
\'
G; D:2p; p:2p;"></1P>
\'
);s.o(8.j);s.o(
\'
</u>
\'
);8.j=s.2l(
\'\'
);c($(
\'
.b-13
\'
).1t>0){$(1B.1b).q(
\'
13
\'
,{1r:N,8:8});$.d.4P()}c(8.3R!=14){$(
\'
#
\'
+8.3R).1p();t.$(
\'
#
\'
+8.3R).1p()};$.d(8.j,8)};$.d.4P=m(){$.d.1l(V,
\'
13
\'
)};$.d.3Q=m(j,B,1d,8){$.d.4l();g H={j:j,B:B,1d:(1d==14?$.d.2k.1d:1d),1z:0,31:N,1D:V,1j:N};8=$.R({},H,8);8=$.R({},$.d.2k,8);g 3K=$.R({},$.d.H,{});3K.B=3L;8=$.R({},3K,8);c(8.n<0){8.n=0}c(8.w!=
\'
1Z
\'
&&8.w!=
\'
1R
\'
&&8.w!=
\'
2h
\'
&&8.w!=
\'
2n
\'
&&8.w!=
\'
3F
\'
){M=
\'\'
;8.w=
\'
K
\'
}g t=8.B==14?10:35;g 2T=8.w==
\'
K
\'
?
\'
p:T;
\'
:
\'
2I-p:2H;
\'
+(($.1w.1Q&&41($.1w.2Y)<7)?
\'
p:T !4y;p:1V%;4S:2H;
\'
:
\'
p:T;
\'
);g s=[];s.o(
\'
s:
\'
);s.o(
\'
<u A="1f:2J;
\'
+2T+
\'
M-F:
\'
+(8.w==
\'
K
\'
?0:40)+
\'
G;1C-2A:F;">
\'
);s.o(
\'
<1P I="b-w b-w-
\'
+8.w+
\'
" A="P:1a; t:
\'
+(t+8.n)+
\'
G;F:
\'
+(10+8.n)+
\'
G; D:2p; p:2p;"></1P>
\'
);s.o(8.j);s.o(
\'
</u>
\'
);8.j=s.2l(
\'\'
);$.d(8.j,8)};$.d.4l=m(){$.d.1l(V,
\'
3Q
\'
)};$.d.2U=0;U.d=$.d})(65);'
,
62
,
391
,
'||||||||options|||jbox|if|jBox|||var|||content|||function|border|push|height|data|box|html|top|div||icon|find|||style|title|boxHtml|width|css|left|px|defaults|class|else|none|0px|padding|true|zIndex|position|return|extend|button|auto|window|false|target|td|state|submit||id|isTip|tip|undefined||boxBody|type||iframe|absolute|body|buttons|timeout|display|margin|dragData|showFade|states|isMessager|stateOptions|close|break|typeof|isIE6|focus|case|next|languageDefaults|length|bind|stateName|browser|contentHeight|obj|opacity|loadingHeight|document|text|draggable|indexOf|fade|dragClone|showSpeed|loaded|closed|overflow|this|panel|formInputs|show|span|msie|warning|stateContent|isObject|boxFade|100|bottom|name|right|info||hidden|prompt|click|||removeBoxImpl||unbind|ok|removeBox|url|inputels|mousedown|visible|tempContent|children|success|buttonsFocus|configs|messagerDefaults|join|autoClosing|error|prev|32px|IFRAME|tr|boxs|loading|showFunc|token|addClass|hover|showType|removeClass|align|prevBox|stateDefaults|hide|drag|25px|block|30px|min|10px|showIcon|each|withButtons|cancel|tipDefaults|boxTemp|getBox|arr|setFade|minHeight|FadeBoxCount|fast|___t|scrollTop|version|setTimeout|Math|showClose|attr|POST|GET||radius|isRequest|boxType|eq|number|getState|help|fixed|value|withTitle|fadeClicked|active|keyPressEventHandler|key|ie6scroll|el|maxTop|50px|minLeft|maxLeft|switch|index|minTop|src|back|eval|yes|no|event|remove|goToState|line|1984|stateNmae|offset|question|onMouseDown|random|loadingHtml|ajaxData|tempDefaults|null|helpTitleHeight|jBoxId|loadingImageTop|slide|messager|focusId|temp|helpButtonHeight|string|object|first|HTML|350|setTop||parseInt|startX|pageY|pageX|startY|startTop|startLeft|doMove|mouseup|doUp|doDown|ieButtonFix|iframeHtml|outerHeight|6px|ID|table|5px|15px|titleWidth|closeMessager|19px|input|shiftKey|fwd|keyCode|intervalid|float|clicked|documentElement|about|keypress|fadeIn|important|container|keydown|resize|default|positionBox|styleBox|scroll|color|cursor|iframeScrolling|bottomText|3000|get|persistent|dragLimit|slideDown|closeTip|slideUp|static|_height|center|removeAttr|fadeOut|17px|visibility|500|select||outerWidth|blank|animate|nextState|Object|toLowerCase|prevState|appendTo|for|18px|replace|floor|getContent|jBox_|getIframe|setContent|getStateName|constructor|1000000|state0|split|scrolling|ff3300|pointer|background|alert|applet|onmouseout|onmouseover|confirm|cellpadding|cellspacing|valign|ellipsis|setDefaults|open|marginheight|marginwidth|frameborder|nbsp|all|word|90|substring|post|fdisplay|showScrolling|clientWidth|setInterval|toggleClass|textStatus|cache|mouseover|mouseout|dataType|clearInterval|Loading|Error|parent|load|enabled|marginLeft|70px|clientHeight|marginTop|5000|jQuery|ajax|220px|substr|end|200|image|move|serializeArray|Array|600|clearTimeout|10000|mousemove'
.
split
(
'|'
),
0
,{}))
\ No newline at end of file
apps/static/js/jquery.jBox-zh-CN.min.js
deleted
100644 → 0
View file @
0f9bdab1
var
jBoxConfig
=
{};
jBoxConfig
.
defaults
=
{
id
:
null
,
top
:
"15%"
,
border
:
5
,
opacity
:
0.50
,
timeout
:
0
,
showType
:
"fade"
,
showSpeed
:
"fast"
,
showIcon
:
false
,
showClose
:
true
,
draggable
:
true
,
dragLimit
:
false
,
dragClone
:
false
,
persistent
:
false
,
showScrolling
:
true
,
ajaxData
:{},
iframeScrolling
:
"auto"
,
title
:
" 消息"
,
width
:
350
,
height
:
"auto"
,
bottomText
:
""
,
buttons
:{
"确定"
:
"ok"
},
buttonsFocus
:
0
,
loaded
:
function
(
a
){},
submit
:
function
(
a
,
b
,
c
){
return
true
},
closed
:
function
(){}};
jBoxConfig
.
stateDefaults
=
{
content
:
""
,
buttons
:{
"确定"
:
"ok"
},
buttonsFocus
:
0
,
submit
:
function
(
a
,
b
,
c
){
return
true
}};
jBoxConfig
.
tipDefaults
=
{
content
:
""
,
icon
:
"info"
,
top
:
"53%"
,
width
:
"auto"
,
height
:
"auto"
,
opacity
:
0
,
timeout
:
3000
,
closed
:
function
(){}};
jBoxConfig
.
messagerDefaults
=
{
content
:
""
,
title
:
"jBox"
,
icon
:
"none"
,
width
:
350
,
height
:
"auto"
,
timeout
:
3000
,
showType
:
"slide"
,
showSpeed
:
600
,
border
:
0
,
buttons
:{},
buttonsFocus
:
0
,
loaded
:
function
(
a
){},
submit
:
function
(
a
,
b
,
c
){
return
true
},
closed
:
function
(){}};
jBoxConfig
.
languageDefaults
=
{
close
:
"关闭"
,
ok
:
"确定"
,
yes
:
"是"
,
no
:
"否"
,
cancel
:
"取消"
};
$
.
jBox
.
setDefaults
(
jBoxConfig
);
\ No newline at end of file
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