作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

cost

@@ -8,11 +8,7 @@ @@ -8,11 +8,7 @@
8 <body> 8 <body>
9 <div class="wrap js-check-wrap"> 9 <div class="wrap js-check-wrap">
10 <ul class="nav nav-tabs"> 10 <ul class="nav nav-tabs">
11 - <li><a href="{:url('AdminArticle/index')}">文章管理</a></li>  
12 - <li>  
13 - <a href="{:url('AdminArticle/add')}">添加文章</a>  
14 - </li>  
15 - <li class="active"><a href="#">编辑文章</a></li> 11 + <li class="active"><a>费用管理</a></li>
16 </ul> 12 </ul>
17 <form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20"> 13 <form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20">
18 <div class="row"> 14 <div class="row">
@@ -20,33 +16,14 @@ @@ -20,33 +16,14 @@
20 <table class="table table-bordered"> 16 <table class="table table-bordered">
21 17
22 <tr> 18 <tr>
23 - <th>关键词</th> 19 + <th>固定收费时间段设置</th>
24 <td> 20 <td>
25 - <input class="form-control" type="text" name="post[post_keywords]"  
26 - value="" placeholder="请输入关键字">  
27 - <p class="help-block">多关键词之间用英文逗号隔开</p>  
28 - </td>  
29 - </tr>  
30 - <tr>  
31 - <th>文章来源</th>  
32 - <td>  
33 - <input class="form-control" type="text" name="post[post_source]"  
34 - value="" placeholder="请输入文章来源">  
35 - </td>  
36 - </tr>  
37 - <tr>  
38 - <th>摘要</th>  
39 - <td>  
40 - <textarea class="form-control" name="post[post_excerpt]" style="height: 50px;"  
41 - placeholder="请填写摘要"></textarea>  
42 - </td>  
43 - </tr>  
44 - <tr>  
45 - <th>内容</th>  
46 - <td>  
47 - <script type="text/plain" id="content" name="post[post_content]"></script> 21 + <table>
  22 +
  23 + </table>
48 </td> 24 </td>
49 </tr> 25 </tr>
  26 +
50 </table> 27 </table>
51 </div> 28 </div>
52 <div class="col-md-3"> 29 <div class="col-md-3">