...
|
...
|
@@ -8,11 +8,7 @@ |
|
|
<body>
|
|
|
<div class="wrap js-check-wrap">
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li><a href="{:url('AdminArticle/index')}">文章管理</a></li>
|
|
|
<li>
|
|
|
<a href="{:url('AdminArticle/add')}">添加文章</a>
|
|
|
</li>
|
|
|
<li class="active"><a href="#">编辑文章</a></li>
|
|
|
<li class="active"><a>费用管理</a></li>
|
|
|
</ul>
|
|
|
<form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20">
|
|
|
<div class="row">
|
...
|
...
|
@@ -20,33 +16,14 @@ |
|
|
<table class="table table-bordered">
|
|
|
|
|
|
<tr>
|
|
|
<th>关键词</th>
|
|
|
<th>固定收费时间段设置</th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="post[post_keywords]"
|
|
|
value="" placeholder="请输入关键字">
|
|
|
<p class="help-block">多关键词之间用英文逗号隔开</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>文章来源</th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="post[post_source]"
|
|
|
value="" placeholder="请输入文章来源">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>摘要</th>
|
|
|
<td>
|
|
|
<textarea class="form-control" name="post[post_excerpt]" style="height: 50px;"
|
|
|
placeholder="请填写摘要"></textarea>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>内容</th>
|
|
|
<td>
|
|
|
<script type="text/plain" id="content" name="post[post_content]"></script>
|
|
|
<table>
|
|
|
|
|
|
</table>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="col-md-3">
|
...
|
...
|
|