* finish task #2666.

This commit is contained in:
wangyidong
2016-10-21 16:41:54 +08:00
parent 148822be3d
commit 67e27080a6
208 changed files with 15623 additions and 7 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php include '../../common/view/ueditor.html.php';?>
<?php js::set('holders', $lang->doc->placeholder);?>
<?php js::set('type', $type);?>
<div class='container mw-1400px'>
@@ -37,11 +37,11 @@
</tr>
<tr id='contentBox'>
<th><?php echo $lang->doc->content;?></th>
<td colspan='2'><?php echo html::textarea('content', '', "class='form-control' style='width:90%; height:200px'");?></td>
<td colspan='2'><?php echo html::textarea('content', '', "style='width:100%;height:200px'");?></td>
</tr>
<tr>
<th><?php echo $lang->doc->digest;?></th>
<td colspan='2'><?php echo html::textarea('digest', '', "class='form-control' rows=3");?></td>
<td colspan='2'><?php echo html::textarea('digest', '', "style='width:100%' rows=3");?></td>
</tr>
<tr>
<th><?php echo $lang->doc->keywords;?></th>