http://zentaoms.googlecode.com/svn/trunk/module/story/view/create.html.php@1059
Index: create.html.php =================================================================== --- create.html.php (revision 1058) +++ create.html.php (revision 1059) @@ -23,7 +23,15 @@ */ ?> <?php include './header.html.php';?> +<?php include '../../common/view/kindeditor.html.php';?> <style>#plan {width:245px}</style> +<script language='javascript'> +/* 富文本编辑器。*/ +KE.show({ + id:'spec', + items:simpleTools +}); +</script> <div class='yui-d0'> <form method='post' enctype='multipart/form-data' target='hiddenwin'> <table align='center' class='table-1'> @@ -57,7 +65,7 @@ </tr> <tr> <th class='rowhead'><?php echo $lang->story->spec;?></th> - <td><?php echo html::textarea('spec', '', "rows='8' class='text-1'");?><br /><?php echo $lang->story->specTemplate;?></td> + <td><?php echo html::textarea('spec', '', "rows='10' class='text-1'");?><br /><?php echo $lang->story->specTemplate;?></td> </tr> <tr> <th class='rowhead'><nobr><?php echo $lang->story->keywords;?></nobr></th>