Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
1ab4ec3b
Commit
1ab4ec3b
authored
Feb 25, 2021
by
jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云迹拉取修改
parent
0841f68d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
addcloud.jsp
...ain/webapp/WEB-INF/views/cloudactivity/pages/addcloud.jsp
+1
-1
list.jsp
...rc/main/webapp/WEB-INF/views/cloudactivity/pages/list.jsp
+4
-4
pullList.jsp
...ain/webapp/WEB-INF/views/cloudactivity/pages/pullList.jsp
+7
-0
No files found.
house365-hgs-web/src/main/webapp/WEB-INF/views/cloudactivity/pages/addcloud.jsp
View file @
1ab4ec3b
...
...
@@ -14,7 +14,7 @@
<ul
class=
"breadcrumb"
>
<li>
<span
class=
"divider"
style=
"color:#26a0da;font-weight:bold;"
>
/
</span>
<a
href=
"${ctx}/cloudactivity/
list"
>
云迹活动
列表
</a>
<a
href=
"${ctx}/cloudactivity/
pullList"
>
云迹拉取数据
列表
</a>
</li>
<li
class=
"active"
>
<span
class=
"divider"
style=
"color:#26a0da;font-weight:bold;"
>
/
</span>
...
...
house365-hgs-web/src/main/webapp/WEB-INF/views/cloudactivity/pages/list.jsp
View file @
1ab4ec3b
...
...
@@ -30,7 +30,7 @@
<a
class=
"btn"
onclick=
"btnSubmit();"
>
搜索
</a>
</div>
<div
style=
"margin-left: 80%"
>
<
button
type=
"button"
class=
"btn btn-default"
onclick=
"toAddCloud()"
>
创建活动
</button
>
<
%
--
<
button
type=
"button"
class=
"btn btn-default"
onclick=
"toAddCloud()"
>
创建活动
</button>
--%
>
<shiro:hasPermission
name=
"FUNC:CUSTOMCLOUD"
>
<button
type=
"button"
class=
"btn btn-default"
onclick=
"showModalNew()"
style=
"margin-left: 10px"
>
定制云迹数据
</button>
</shiro:hasPermission>
...
...
@@ -240,9 +240,9 @@
$
(
"#cloudModal"
).
modal
(
'show'
);
};
var
toAddCloud
=
function
()
{
window
.
open
(
"/house365-hgs-web/cloudactivity/toAdd"
,
"_blank"
);
};
//
var toAddCloud = function () {
//
window.open("/house365-hgs-web/cloudactivity/toAdd", "_blank");
//
};
var
checkNum
=
0
;
function
checkAll
(
btn
)
{
...
...
house365-hgs-web/src/main/webapp/WEB-INF/views/cloudactivity/pages/pullList.jsp
View file @
1ab4ec3b
...
...
@@ -29,6 +29,9 @@
class=
"m-wrap small"
placeholder=
"活动名称"
>
<a
class=
"btn"
onclick=
"btnSubmit();"
>
搜索
</a>
</div>
<div
style=
"margin-left: 80%"
>
<button
type=
"button"
class=
"btn btn-default"
onclick=
"toAddCloud()"
>
创建活动
</button>
</div>
</form>
<table
class=
"table table-bordered table-advance table-hover"
>
...
...
@@ -116,6 +119,10 @@
window
.
open
(
"/house365-hgs-web/cloudcustomer/list/"
+
id
,
"_blank"
);
}
var
toAddCloud
=
function
()
{
window
.
open
(
"/house365-hgs-web/cloudactivity/toAdd"
,
"_blank"
);
};
</script>
</body>
</html>
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