Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
91fb2b45
Commit
91fb2b45
authored
Apr 16, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
踢人
parent
67a6c634
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
36 deletions
+2
-36
admin/themes/simplebootx/Admin/Dynamic/edit.html
+2
-36
No files found.
admin/themes/simplebootx/Admin/Dynamic/edit.html
View file @
91fb2b45
...
@@ -8,47 +8,13 @@
...
@@ -8,47 +8,13 @@
<form
method=
"post"
class=
"form-horizontal js-ajax-form"
action=
"{:U('dynamic/edit_post')}"
>
<form
method=
"post"
class=
"form-horizontal js-ajax-form"
action=
"{:U('dynamic/edit_post')}"
>
<fieldset>
<fieldset>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
举报时间
</label>
<label
class=
"control-label"
>
图片
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
value=
"{$addtime}"
>
<img
src=
"__TMPL__Public/assets/images/default-thumbnail.png"
id=
"thumb2_preview"
width=
"135"
style=
"cursor: hand"
/>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
举报内容
</label>
<div
class=
"controls"
>
<textarea
type=
"text"
value=
""
>
{$dynamic.content}
</textarea>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
发布人
</label>
<div
class=
"controls"
>
<input
type=
"text"
value=
"{$userinfo2.user_nicename}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
举报人
</label>
<div
class=
"controls"
>
<input
type=
"text"
value=
"{$userinfo.user_nicename}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
举报理由
</label>
<div
class=
"controls"
>
<input
type=
"text"
value=
"{$report.content}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
审核状态
</label>
<div
class=
"controls"
>
<label
class=
"radio inline"
for=
"status_2"
><input
type=
"radio"
name=
"status"
value=
"2"
id=
"status_2"
<
if
condition=
"$report['status'] eq '2'"
>
checked
</if>
>驳回
</label>
<label
class=
"radio inline"
for=
"status_0"
><input
type=
"radio"
name=
"status"
value=
"0"
id=
"status_0"
<
if
condition=
"$report['status'] eq '0'"
>
checked
</if>
>处理中
</label>
<label
class=
"radio inline"
for=
"status_1"
><input
type=
"radio"
name=
"status"
value=
"1"
id=
"status_1"
<
if
condition=
"$report['status'] eq '1'"
>
checked
</if>
>通过
</label>
</div>
</div>
</div>
</div>
</fieldset>
</fieldset>
<div
class=
"form-actions"
>
<div
class=
"form-actions"
>
<input
type=
"hidden"
name=
"id"
value=
"{$id}"
/>
<button
type=
"submit"
class=
"btn btn-primary js-ajax-submit"
>
{:L('SAVE')}
</button>
<a
class=
"btn"
href=
"{:U('dynamic/report')}"
>
{:L('BACK')}
</a>
<a
class=
"btn"
href=
"{:U('dynamic/report')}"
>
{:L('BACK')}
</a>
</div>
</div>
</form>
</form>
...
...
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