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
802006de
Commit
802006de
authored
Sep 25, 2018
by
agping
Committed by
hujun
Sep 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商学院修改
parent
e1678e58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
21 deletions
+10
-21
index.html
application/index/view/news/index.html
+9
-18
schoolBusiness.js
public/resource/js/schoolBusiness.js
+1
-3
No files found.
application/index/view/news/index.html
View file @
802006de
...
...
@@ -231,6 +231,12 @@
.cke_skin_kama
.cke_wrapper
{
background-color
:
#fff
;
}
#modal_detail_value
{
height
:
200px
;
overflow-y
:
scroll
;
border
:
1px
solid
#ccc
;
background
:
#fff
;
}
</style>
<!--导航star-->
...
...
@@ -357,7 +363,7 @@
</div>
<div
class=
"modal-body"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<tbody
id=
""
class=
"
text-center
"
>
<tbody
id=
""
class=
""
>
<tr>
<td>
<form
class=
"form-horizontal"
action=
"/agents/add_user"
id=
""
>
...
...
@@ -386,8 +392,6 @@
<li
class=
"list-group-item"
>
<!--封面图 一张-->
<div
class=
"form-group full-width-100 full-pic-area"
>
<!--<label for="">列表页封面图(1张)</label>-->
<!--<input readonly="readonly" type="text" name="liebiao_pic_input" class="form-control" style="width: 150px !important;display:none" id="liebiao_pic_input" placeholder="请选择图片">-->
<span
class=
"tip"
></span>
</div>
<ul
class=
"img-pre-ul"
id=
"liebiao_pic_ul"
></ul>
...
...
@@ -399,15 +403,8 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
内容:
</label>
<div
class=
"col-sm-9"
>
<!--<div class="form-group" style="width: 100%;">-->
<div
class=
""
style=
"width: 100%;"
>
<!--<label for="" style="width: 100%;">内容</label>-->
<textarea
style=
";width : 100% ;height:120px;;border :none !important ;"
id=
"modal_detail_value"
readonly
></textarea>
<!--<div class="input-group" style="width: 100%;" id="dajiangtang">
<?php
create_editor('goods_sup_id','');
?>
</div>-->
<div
style=
"width : 100%"
id=
"modal_detail_value"
></div>
</div>
</div>
...
...
@@ -418,18 +415,12 @@
<label
class=
"col-sm-2 control-label"
>
附件
<!--(格式为pdf/doc,选填,上限为10个)-->
:
</label>
<div
class=
"col-sm-9"
>
<div
class=
"file-upload-area"
style=
"padding-left:15px!important"
>
<!--<div class="btn-area">
<input type="file" id="file_input" class="" data-limittop="10" />
</div>-->
<ul
class=
"img-pre-ul"
id=
"fujian_ul"
></ul>
<p><strong>
点击文件名称即可下载
</strong></p>
<p
class=
"text-center"
><strong>
点击文件名称即可下载
</strong></p>
</div>
</div>
</div>
<p
class=
"translation-text"
style=
"display: none;"
></p>
</form>
<!--<button type="button" class="btn btn-primary" id="add_news">保存 </button>-->
</td>
</tr>
</tbody>
...
...
public/resource/js/schoolBusiness.js
View file @
802006de
...
...
@@ -160,9 +160,7 @@ define (['doT', 'text!temp/schoolBusiness_template_tpl.html','ckfinder','ckfinde
dataType
:
"json"
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
$
(
".translation-text"
).
html
(
''
);
$
(
".translation-text"
).
append
(
data
.
data
.
content
);
$
(
'#modal_detail_value'
).
val
(
$
(
".translation-text"
).
text
());
$
(
'#modal_detail_value'
).
html
(
data
.
data
.
content
);
$
(
"#announcement_title"
).
val
(
data
.
data
.
title
);
$
(
"#district_id2"
).
val
(
data
.
data
.
s_label_id
*
1
);
//商学院标签id
var
_data
=
data
[
'data'
];
...
...
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