正在显示
1 个修改的文件
包含
0 行增加
和
58 行删除
@@ -77,64 +77,6 @@ | @@ -77,64 +77,6 @@ | ||
77 | value=""> | 77 | value=""> |
78 | </td> | 78 | </td> |
79 | </tr> | 79 | </tr> |
80 | - <!-- | ||
81 | - <tr> | ||
82 | - <th>评论</th> | ||
83 | - </tr> | ||
84 | - <tr> | ||
85 | - <td> | ||
86 | - <label style="width: 88px"><a | ||
87 | - href="javascript:openIframeDialog('{:url('comment/commentadmin/index',array('post_id'=>$post['id']))}','评论列表')">查看评论</a></label> | ||
88 | - </td> | ||
89 | - </tr> | ||
90 | - --> | ||
91 | - <tr> | ||
92 | - <th>状态</th> | ||
93 | - <php> | ||
94 | - $status_yes=$post['post_status']==1?"checked":""; | ||
95 | - $is_top_yes=$post['is_top']==1?"checked":""; | ||
96 | - $recommended_yes=$post['recommended']==1?"checked":""; | ||
97 | - </php> | ||
98 | - </tr> | ||
99 | - <tr> | ||
100 | - <td> | ||
101 | - <div class="checkbox"> | ||
102 | - <label> | ||
103 | - <input type="checkbox" name="post[post_status]" value="1" {$status_yes}>发布 | ||
104 | - </label> | ||
105 | - </div> | ||
106 | - </td> | ||
107 | - </tr> | ||
108 | - <tr> | ||
109 | - <td> | ||
110 | - <div class="checkbox"> | ||
111 | - <label><input type="checkbox" name="post[is_top]" value="1" {$is_top_yes}>置顶</label> | ||
112 | - </div> | ||
113 | - </td> | ||
114 | - </tr> | ||
115 | - <tr> | ||
116 | - <td> | ||
117 | - <div class="checkbox"> | ||
118 | - <label> | ||
119 | - <input type="checkbox" name="post[recommended]" value="1" {$recommended_yes}>推荐 | ||
120 | - </label> | ||
121 | - </div> | ||
122 | - </td> | ||
123 | - </tr> | ||
124 | - <tr> | ||
125 | - <th>文章模板</th> | ||
126 | - </tr> | ||
127 | - <tr> | ||
128 | - <td> | ||
129 | - <select class="form-control" name="post[more][template]" id="more-template-select"> | ||
130 | - <option value="">请选择模板</option> | ||
131 | - <foreach name="article_theme_files" item="vo"> | ||
132 | - <php>$value=preg_replace('/^portal\//','',$vo['file']);</php> | ||
133 | - <option value="{$value}">{$vo.name} {$vo.file}.html</option> | ||
134 | - </foreach> | ||
135 | - </select> | ||
136 | - </td> | ||
137 | - </tr> | ||
138 | </table> | 80 | </table> |
139 | </div> | 81 | </div> |
140 | </div> | 82 | </div> |
-
请 注册 或 登录 后发表评论