切换导航条
此项目
正在载入...
登录
root
/
sleep
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
董瑞恩
6 years ago
提交
c49ef5cfb9d0a4d3bbdaf5ffbabfb05e8cc75220
1 个父辈
ebc134a4
master
1 个管道 的构建
通过
耗费 0 秒
cost
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
58 行删除
public/themes/admin_simpleboot3/portal/admin_cost/index.html
public/themes/admin_simpleboot3/portal/admin_cost/index.html
查看文件 @
c49ef5c
...
...
@@ -77,64 +77,6 @@
value=
""
>
</td>
</tr>
<!--
<tr>
<th>评论</th>
</tr>
<tr>
<td>
<label style="width: 88px"><a
href="javascript:openIframeDialog('{:url('comment/commentadmin/index',array('post_id'=>$post['id']))}','评论列表')">查看评论</a></label>
</td>
</tr>
-->
<tr>
<th>
状态
</th>
<php>
$status_yes=$post['post_status']==1?"checked":"";
$is_top_yes=$post['is_top']==1?"checked":"";
$recommended_yes=$post['recommended']==1?"checked":"";
</php>
</tr>
<tr>
<td>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
name=
"post[post_status]"
value=
"1"
{$
status_yes
}
>
发布
</label>
</div>
</td>
</tr>
<tr>
<td>
<div
class=
"checkbox"
>
<label><input
type=
"checkbox"
name=
"post[is_top]"
value=
"1"
{$
is_top_yes
}
>
置顶
</label>
</div>
</td>
</tr>
<tr>
<td>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
name=
"post[recommended]"
value=
"1"
{$
recommended_yes
}
>
推荐
</label>
</div>
</td>
</tr>
<tr>
<th>
文章模板
</th>
</tr>
<tr>
<td>
<select
class=
"form-control"
name=
"post[more][template]"
id=
"more-template-select"
>
<option
value=
""
>
请选择模板
</option>
<foreach
name=
"article_theme_files"
item=
"vo"
>
<php>
$value=preg_replace('/^portal\//','',$vo['file']);
</php>
<option
value=
"{$value}"
>
{$vo.name} {$vo.file}.html
</option>
</foreach>
</select>
</td>
</tr>
</table>
</div>
</div>
...
...
请
注册
或
登录
后发表评论