切换导航条
此项目
正在载入...
登录
root
/
sleep
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
董瑞恩
6 years ago
提交
746dad58515b97ae27028af62909b608b85e22c6
1 个父辈
c49ef5cf
master
1 个管道 的构建
通过
耗费 0 秒
cost
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
29 行删除
public/themes/admin_simpleboot3/portal/admin_cost/index.html
public/themes/admin_simpleboot3/portal/admin_cost/index.html
查看文件 @
746dad5
...
...
@@ -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"
>
...
...
请
注册
或
登录
后发表评论