Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
Overview
Overview
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
java-sunac-report
sunac_report
Commits
999a1083
Commit
999a1083
authored
Dec 01, 2017
by
java-lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加举报内容并禁止修改
parent
8bc1b4ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+10
-10
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
999a1083
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
.white_content
{
.white_content
{
display
:
none
;
display
:
none
;
position
:
absolute
;
position
:
absolute
;
top
:
85
%
;
top
:
150
%
;
left
:
10%
;
left
:
10%
;
width
:
80%
;
width
:
80%
;
height
:
80%
;
height
:
80%
;
...
@@ -222,31 +222,31 @@
...
@@ -222,31 +222,31 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
被举报项目:
</label>
<label
class=
"control-label"
>
被举报项目:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportProject"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportProject"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
标题:
</label>
<label
class=
"control-label"
>
标题:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"supplementTitle"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"supplementTitle"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
被举报人:
</label>
<label
class=
"control-label"
>
被举报人:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"supplementInformant"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"supplementInformant"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
举报时间:
</label>
<label
class=
"control-label"
>
举报时间:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportTime"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportTime"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
所在城市:
</label>
<label
class=
"control-label"
>
所在城市:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportCity"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportCity"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
...
@@ -267,19 +267,19 @@
...
@@ -267,19 +267,19 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
姓名:
</label>
<label
class=
"control-label"
>
姓名:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportPersonName"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportPersonName"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
手机号:
</label>
<label
class=
"control-label"
>
手机号:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportPersonTel"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportPersonTel"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
Email:
</label>
<label
class=
"control-label"
>
Email:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"reportPersonEmail"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"reportPersonEmail"
htmlEscape=
"false"
maxlength=
"200"
disabled=
"true"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
...
@@ -409,7 +409,7 @@
...
@@ -409,7 +409,7 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
处理人:
</label>
<label
class=
"control-label"
>
处理人:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:input
path=
"dealPersonName"
value=
"${currentUser}"
disabled=
"true"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
path=
"dealPersonName"
value=
"${currentUser}"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
</div>
</div>
</div>
</div>
...
...
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