主题: 同样的编辑器出问题 |
作者: 水手南北, 发布日期: 2011-08-06 12:20:03, 浏览数: 4259 |
<link href="formwork/css.css" rel="stylesheet" type="text/css" />
<script src="formwork/editor/kindeditor-min.js"></script> <script src="formwork/editor/kindsoft-plugin.js"></script> <script src="formwork/calendar.js"></script> <script> KE.show({ id : 'm_text', resizeMode : 1, allowPreviewEmoticons : false, allowUpload : false, items : ['fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', '|', 'link','about']}); </script> <form method="post" enctype="multipart/form-data" name="form1" id="form1" onSubmit="return Check();"> <table width="100%" border="0" cellspacing="0" cellpadding="0" > <tr> <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="700" align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="b5d6e6"> <tr bgcolor="#F7F7F7"> <td height="22" colspan="2" bgcolor="#F1F5F8" class="STYLE4" align="center"><B>系统基础信息配置</B></td> </tr> <tr> <td width="18%" height="25" align="right" bgcolor="#FFFFFF" class="STYLE4">网站标题:</td> <td width="82%" align="left" bgcolor="#FFFFFF" class="STYLE4"><input type="text" name="m_webtitle" size="50" value="浙江平湖绿岛食品有限公司" ></td> </tr> <tr> <td width="18%" height="25" align="right" bgcolor="#F1F5F8" class="STYLE4">文件目录:</td> <td width="82%" align="left" bgcolor="#F1F5F8" class="STYLE4"><input type="text" name="m_newpicture" size="50" value="upload"></td> </tr> <tr> <td width="18%" height="25" align="right" bgcolor="#FFFFFF" class="STYLE4">备案信息:</td> <td width="82%" align="left" bgcolor="#FFFFFF" class="STYLE4"><input type="text" name="m_code" size="50" value="ddd"></td> </tr> <tr> <td width="18%" height="25" align="right" bgcolor="#F1F5F8" class="STYLE4">企业宣传图:</td> <td width="82%" align="left" bgcolor="#F1F5F8" class="STYLE4"><input type="file" name="m_picture" size="40" /><a href="upload/201107290633541.gif" target="_blank" style="text-decoration:none"><img src="upload/201107290633541.gif" border="0" width="30" height="20"></a><INPUT TYPE="checkbox" NAME="no_pic" value="1">删除图片 <input name="otop_pic" type="hidden" value="upload/201107290633541.gif"></td> </tr> <tr> <td width="18%" height="25" align="right" bgcolor="#F1F5F8" class="STYLE4">简介模板:</td> <td width="82%" align="left" bgcolor="#F1F5F8" class="STYLE4"><input type="text" name="m_moban" size="50" value="template/jieshao.html" ></td> </tr> <tr> <td width="18%" height="80" align="right" bgcolor="#FFFFFF" class="STYLE4">公司介绍:</td> <td width="82%" align="left" bgcolor="#FFFFFF" class="STYLE4"><textarea id="m_text" name="m_text" cols="100" rows="8" style="width:500px;height:300px;">fdsfdsfdsfcxgfdsgfg</textarea></td> </tr> <tr bgcolor="#F7F7F7"> <td height="40" colspan="4" class="STYLE1" align="center"><input type="image" name="submit" src="formwork/images/sure.jpg" border="0" alt="信息确认"> <a href="?action=list" style="text-decoration: none"><img src="formwork/images/back.jpg" alt="返回列表" border="0"/></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="35"align="center"> </td> </tr> </table> </form> |