Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
8f548e38
Commit
8f548e38
authored
Jun 14, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告列表
parent
4d6c8735
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
application/index/view/notice/index.html
+3
-3
carryOut.js
public/resource/js/carryOut.js
+1
-1
notice.js
public/resource/js/notice.js
+0
-0
notice_template_tpl.html
public/resource/template/notice_template_tpl.html
+4
-4
No files found.
application/index/view/notice/index.html
View file @
8f548e38
...
...
@@ -189,7 +189,7 @@
<div
class=
"form-group"
>
<label
for=
"inputEmail3"
class=
"col-sm-3 control-label"
>
标题:
</label>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6"
name=
"user_name"
id=
"
inputEmail3
"
placeholder=
"请输入标题"
>
<input
type=
"text"
class=
"form-control btn6"
name=
"user_name"
id=
"
announcement_title
"
placeholder=
"请输入标题"
>
<span
class=
"use-span text-danger"
>
(20字以内,显示在首页列表)
</span>
</div>
</div>
...
...
@@ -198,7 +198,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
内容:
</label>
<div
class=
"col-sm-9"
>
<textarea
class=
"form-control btn6"
name=
"agent_id"
autocomplete=
"off"
id=
"
set_father_id3
"
rows=
"10"
cols=
"40"
></textarea>
<textarea
class=
"form-control btn6"
name=
"agent_id"
autocomplete=
"off"
id=
"
announcement_content
"
rows=
"10"
cols=
"40"
></textarea>
<ul
class=
"user-ul"
>
</ul>
...
...
@@ -209,7 +209,7 @@
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-primary"
id=
"add_
user
"
>
<button
type=
"button"
class=
"btn btn-primary"
id=
"add_
announcement
"
>
保存
</button>
</div>
...
...
public/resource/js/carryOut.js
View file @
8f548e38
...
...
@@ -147,7 +147,7 @@ define(['doT', 'text!temp/carry_out_template_tpl.html', 'css!style/home.css', 'c
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/
getCollection
'
,
url
:
'/index/
superviseList
'
,
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
public/resource/js/notice.js
View file @
8f548e38
This diff is collapsed.
Click to expand it.
public/resource/template/notice_template_tpl.html
View file @
8f548e38
...
...
@@ -2,11 +2,11 @@
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
td
>
[
%=
it
[
item
][
'
id
'
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
"
user_phon
e"
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"
create_tim
e"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
create_time
'
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
"
nam
e"
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"
titl
e"
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success
caozuo"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id
"] %]'
>
<
a
class
=
"btn1 btn-success
announcement-details"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
createTime
=
'[%= it[item]["create_time"] %]'
data
-
title
=
'[%= it[item]["title"] %]'
data
-
content
=
'[%= it[item]["content
"] %]'
>
查看
<
/a
>
<
a
class
=
"btn1 btn-success genj_ure"
href
=
"#modal-delete"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
...
...
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