Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
0fe52011
"vscode:/vscode.git/clone" did not exist on "39f07cea8837a22f0d91fd9b395b30e1c3b64b82"
Commit
0fe52011
authored
Nov 12, 2018
by
Huang
Browse files
no commit message
parent
e2a64d42
Changes
111
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobList.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobList.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
laydate
({
elem
:
'
#beginCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#beginUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
});
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogForm.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogForm.js
0 → 100644
View file @
0fe52011
var
validateForm
;
function
doSubmit
(){
//回调函数,在编辑和保存动作时,供openDialog调用提交表单。
if
(
validateForm
.
form
()){
$
(
"
#inputForm
"
).
submit
();
return
true
;
}
return
false
;
}
$
(
document
).
ready
(
function
()
{
validateForm
=
$
(
"
#inputForm
"
).
validate
({
submitHandler
:
function
(
form
){
loading
(
'
正在提交,请稍等...
'
);
form
.
submit
();
/*top.closeSelectTabs()*/
/*$.ajax({
url:$("#inputForm").attr("action"),type:"POST",data:$("#inputForm").serialize(),async:false,
success:function(data){},
error:function(data){}
});*/
},
errorContainer
:
"
#messageBox
"
,
errorPlacement
:
function
(
error
,
element
)
{
$
(
"
#messageBox
"
).
text
(
"
输入有误,请先更正。
"
);
if
(
element
.
is
(
"
:checkbox
"
)
||
element
.
is
(
"
:radio
"
)
||
element
.
parent
().
is
(
"
.input-append
"
)){
error
.
appendTo
(
element
.
parent
().
parent
());
}
else
{
error
.
insertAfter
(
element
);
}
}
});
});
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogList.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogList.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
laydate
({
elem
:
'
#beginCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
});
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogTotal.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobLogTotal.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
laydate
({
elem
:
'
#beginCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
var
name
=
setInterval
(
function
(){
if
(
$
(
"
#run
"
).
attr
(
'
checked
'
)){
location
.
reload
();
}
}
,
//每20秒执行一次
20000
);
});
function
sumColumnIndex
(
id
,
index
){
var
sum
=
0
;
$
(
"
table tbody tr
"
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
find
(
"
td:eq(
"
+
(
index
-
1
)
+
"
)
"
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
function
sumColumn
(
id
,
columnName
){
if
(
columnName
==
null
)
columnName
=
id
;
var
sum
=
0
;
$
(
"
.
"
+
columnName
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobTotal.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/job/sysJobTotal.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
laydate
({
elem
:
'
#beginCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#beginUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
var
name
=
setInterval
(
function
(){
if
(
$
(
"
#run
"
).
attr
(
'
checked
'
)){
location
.
reload
();
}
}
,
//每20秒执行一次
20000
);
});
function
sumColumnIndex
(
id
,
index
){
var
sum
=
0
;
$
(
"
table tbody tr
"
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
find
(
"
td:eq(
"
+
(
index
-
1
)
+
"
)
"
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
function
sumColumn
(
id
,
columnName
){
if
(
columnName
==
null
)
columnName
=
id
;
var
sum
=
0
;
$
(
"
.
"
+
columnName
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/jscss说明必看和处理.txt
0 → 100644
View file @
0fe52011
本模块js css
注意:一定要复制到web项目中。
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerForm.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerForm.js
0 → 100644
View file @
0fe52011
var
validateForm
;
function
doSubmit
(){
//回调函数,在编辑和保存动作时,供openDialog调用提交表单。
if
(
validateForm
.
form
()){
$
(
"
#inputForm
"
).
submit
();
return
true
;
}
return
false
;
}
$
(
document
).
ready
(
function
()
{
validateForm
=
$
(
"
#inputForm
"
).
validate
({
submitHandler
:
function
(
form
){
loading
(
'
正在提交,请稍等...
'
);
form
.
submit
();
/*top.closeSelectTabs()*/
/*$.ajax({
url:$("#inputForm").attr("action"),type:"POST",data:$("#inputForm").serialize(),async:false,
success:function(data){},
error:function(data){}
});*/
},
errorContainer
:
"
#messageBox
"
,
errorPlacement
:
function
(
error
,
element
)
{
$
(
"
#messageBox
"
).
text
(
"
输入有误,请先更正。
"
);
if
(
element
.
is
(
"
:checkbox
"
)
||
element
.
is
(
"
:radio
"
)
||
element
.
parent
().
is
(
"
.input-append
"
)){
error
.
appendTo
(
element
.
parent
().
parent
());
}
else
{
error
.
insertAfter
(
element
);
}
}
});
});
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerList.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerList.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
});
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerTotal.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysServerTotal.js
0 → 100644
View file @
0fe52011
$
(
document
).
ready
(
function
()
{
laydate
({
elem
:
'
#beginCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endCreateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#beginUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#endUpdateDate
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
var
name
=
setInterval
(
function
(){
if
(
$
(
"
#run
"
).
attr
(
'
checked
'
)){
location
.
reload
();
}
}
,
//每20秒执行一次
20000
);
});
function
sumColumnIndex
(
id
,
index
){
var
sum
=
0
;
$
(
"
table tbody tr
"
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
find
(
"
td:eq(
"
+
(
index
-
1
)
+
"
)
"
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
function
sumColumn
(
id
,
columnName
){
if
(
columnName
==
null
)
columnName
=
id
;
var
sum
=
0
;
$
(
"
.
"
+
columnName
).
each
(
function
(){
sum
=
sum
+
Number
(
$
(
this
).
html
());
});
$
(
"
#
"
+
id
).
html
(
sum
);
}
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysUserOnlineForm.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysUserOnlineForm.js
0 → 100644
View file @
0fe52011
var
validateForm
;
function
doSubmit
(){
//回调函数,在编辑和保存动作时,供openDialog调用提交表单。
if
(
validateForm
.
form
()){
$
(
"
#inputForm
"
).
submit
();
return
true
;
}
return
false
;
}
$
(
document
).
ready
(
function
()
{
validateForm
=
$
(
"
#inputForm
"
).
validate
({
submitHandler
:
function
(
form
){
loading
(
'
正在提交,请稍等...
'
);
form
.
submit
();
/*top.closeSelectTabs()*/
/*$.ajax({
url:$("#inputForm").attr("action"),type:"POST",data:$("#inputForm").serialize(),async:false,
success:function(data){},
error:function(data){}
});*/
},
errorContainer
:
"
#messageBox
"
,
errorPlacement
:
function
(
error
,
element
)
{
$
(
"
#messageBox
"
).
text
(
"
输入有误,请先更正。
"
);
if
(
element
.
is
(
"
:checkbox
"
)
||
element
.
is
(
"
:radio
"
)
||
element
.
parent
().
is
(
"
.input-append
"
)){
error
.
appendTo
(
element
.
parent
().
parent
());
}
else
{
error
.
insertAfter
(
element
);
}
}
});
laydate
({
elem
:
'
#startTimestsamp
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
laydate
({
elem
:
'
#lastAccessTime
'
,
//目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
event
:
'
focus
'
//响应事件。如果没有传入event,则按照默认的click
});
});
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/modules/sys/sysUserOnlineList.css
0 → 100644
View file @
0fe52011
@charset
"UTF-8"
;
\ No newline at end of file
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
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