123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
- <%@taglib uri="/struts-tags" prefix="s"%>
- <%@page import="com.ccgj.platform.util.GlobalDefine"%>
- <%@page import="com.opensymphony.xwork2.ActionContext"%>
- <%@ page import="com.ccgj.database.beans.YHB"%>
- <%
- response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate"); // HTTP 1.1.
- response.setHeader("Pragma", "no-cache"); // HTTP 1.0.
- response.setDateHeader("Expires", 0); // Proxies.
- %>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme() + "://"
- + request.getServerName() + ":" + request.getServerPort()
- + path + "/";
- %>
- <%
- String id="";
- String lmid = request.getParameter("lmid");
- String qx_check ="news"+lmid+"_check";
- YHB yhbBean =null;
- if(ActionContext.getContext().getSession().get(GlobalDefine.USER) != null){
- yhbBean= (YHB) ActionContext.getContext().getSession().get(GlobalDefine.USER);
- id = yhbBean.getId().toString();
- }else{
- response.sendRedirect("login.jsp");
- }
- boolean b = "admin".equals(yhbBean.getYhzh())||"gwhbgs".equals(yhbBean.getYhzh())||"sooka".equals(yhbBean.getYhzh())||"yshjj".equals(yhbBean.getYhzh())||"srhwj".equals(yhbBean.getYhzh())||"dgwbgs".equals(yhbBean.getYhzh());
- %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title></title>
- <link href="../../ligerui/lib/ligerUI/skins/Aqua/css/ligerui-all.css"
- rel="stylesheet" type="text/css" />
- <link href="../../ligerui/lib/ligerUI/skins/Silvery/css/style.css"
- rel="stylesheet" type="text/css" />
- <script src="../../ligerui/lib/jquery/jquery-1.3.2.min.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/core/base.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerForm.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerDateEditor.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerComboBox.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerCheckBox.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerButton.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerDialog.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerRadio.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerSpinner.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerTextBox.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/ligerUI/js/plugins/ligerTip.js"
- type="text/javascript"></script>
- <script
- src="../../ligerui/lib/jquery-validation/jquery.validate.min.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/jquery-validation/jquery.metadata.js"
- type="text/javascript"></script>
- <script src="../../ligerui/lib/jquery-validation/messages_cn.js"
- type="text/javascript"></script>
- <script src="../../ligerui/ajaxfileupload.js" type="text/javascript"></script>
- <script type="text/javascript" charset="utf-8"
- src="../../ueditor/ueditor.config.js"></script>
- <script type="text/javascript" charset="utf-8"
- src="../../ueditor/ueditor.all.min.js"> </script>
- <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
- <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
- <script type="text/javascript" charset="utf-8"
- src="../../ueditor/lang/zh-cn/zh-cn.js"></script>
- <script type="text/javascript">
- //时间空间初始化
- Date.prototype.format = function(format){
- var o = {
- "M+" : this.getMonth()+1, //month
- "d+" : this.getDate(), //day
- "h+" : this.getHours(), //hour
- "m+" : this.getMinutes(), //minute
- "s+" : this.getSeconds(), //second
- "q+" : Math.floor((this.getMonth()+3)/3), //quarter
- "S" : this.getMilliseconds() //millisecond
- }
- if(/(y+)/.test(format)) {
- format = format.replace(RegExp.$1, (this.getFullYear()+"").substr(4 - RegExp.$1.length));
- }
- for(var k in o) {
- if(new RegExp("("+ k +")").test(format)) {
- format = format.replace(RegExp.$1, RegExp.$1.length==1 ? o[k] : ("00"+ o[k]).substr((""+ o[k]).length));
- }
- }
- return format;
- }
- //初始化
- $(function ()
- {
- $("#tjsj").ligerDateEditor({ showTime: true });
- $("#shsj").ligerDateEditor({ showTime: true });
- var lmid = "<%=request.getParameter("lmid")%>" ;
- var now = new Date();
- var addTime = now.format("yyyy-MM-dd hh:mm");
- $("#tjsj").val(addTime);
- $("#lmid").val(lmid);
- $.metadata.setType("attr", "validate");
- var v = $("form").validate({
- debug: true,
- errorPlacement: function (lable, element)
- {
- if (element.hasClass("l-textarea"))
- {
- element.ligerTip({ content: lable.html(), target: element[0] });
- }
- else if (element.hasClass("l-text-field"))
- {
- element.parent().ligerTip({ content: lable.html(), target: element[0] });
- }
- else
- {
- lable.appendTo(element.parents("td:first").next("td"));
- }
- },
- success: function (lable)
- {
- lable.ligerHideTip();
- lable.remove();
- },
- submitHandler: function ()
- {
- var content = UE.getEditor('editor').getContentTxt();
- //return false;
- //alert(autoFormat(htmlContent));
- //if(content == null||content ==""){
- if(false){
- alert("请添加内容!");
- return false;
- }else{
- $("#wznr").val(UE.getEditor('editor').getContent());
- $("form .l-text,.l-textarea").ligerHideTip();
- document.form.submit();
- alert("添加成功!")
- }
- }
- });
- $("form").ligerForm();
- $(".l-button-test").click(function ()
- {
- alert(v.element($("#txtName")));
- });
- });
- function toExpand(){
- //本质调用expandNew.jsp中getChecked方法,多用一层调用目的兼容更多浏览器版本写法
- $("#expandIframe").contents().find("#btn1").click();
- $("#div1").attr("style","display:none");
- }
- //扩展栏目:形式1,预留
- function openExpand(){
- var mAdd = $.ligerDialog.open({
- height: 450,
- url: '../news/expandNews.jsp',
- width: 320,
- showMax: true,
- showToggle: true, //showMin: true,
- isResize: true,
- modal: true,
- slide:true
- });
- // mAdd.max ();
- return;
- }
- //扩展栏目:形式2
- function openExpand2(){
- $('#div1').attr('style','display:block');
- }
- </script>
- <script type="text/javascript">
- //添加页ajax上传
- function ajaxFileUpload_add()
- {
- // $("#loading").ajaxStart(function(){
- // $(this).show();
- // })//开始上传文件时显示一个图片
- // .ajaxComplete(function(){
- // $(this).hide();
- // });//文件上传完成将图片隐藏起来
- if($("#txtFoo").val()==""){
- //alert('请选择图片!');
- //return false;
- }
- $.ajaxFileUpload
- (
- {
- url:'../file/file!fileupload',//用于文件上传的服务器端请求地址
- secureuri:false,//一般设置为false
- fileElementId:'file',//文件上传空间的id属性 <input type="file" id="file" name="file" />
- dataType: 'json',//返回值类型 一般设置为json
- success: function (data, status) //服务器成功响应处理函数
- {
- //从服务器返回的json中取出message中的数据,其中message为在struts2中定义的成员变量
- if(typeof(data.error) != 'undefined')
- {
- if(data.error != '')
- {
- alert(data.error);
- }
- }else{
- if(data.message=='clean'){
- alert('请选择图片上传!');
- return;
- $("#fjdz").val('');
- $("#txtFoo").val('');
- $("#scan").attr("style","display:none;");
- }else if(data.message=='error'){
- alert('上传异常,请稍后再试!');
- }else if(data.message=='typeError'){
- alert('上传图片类型错误!');
- }else if(data.message=='size'){
- alert('上传图片请不要大于100kb!');
- }else{
- alert('上传成功!');
- $("#fjdz").val(data.message);
- $("#txtFoo").val('');
- $("#scan").attr("style","display:block;margin-left:4px;");
- }
- }
- },
- error: function (data, status, e)//服务器响应失败处理函数
- {
- alert('上传有误,请重试!');
- }
- }
- )
- return false;
- }
- </script>
- <script type="text/javascript">
- function setFormat(){
- //alert('123');
- var htmlContent = autoFormat(UE.getEditor('editor').getContent());
- var ss = UE.getEditor('editor').setContent(htmlContent);
- }
- function autoFormat(p_sWordHtml){
- var htm = p_sWordHtml;
- htm = formattext(htm);
- return htm;
- }
- function formattext(text){
- text = text.replace(/<br(\/?)>/gi, "<p>");//替换成<p>
- text = text.replace(/<\/p>/gi, "\n");
- text = text.replace(/<p([^>]*)>/gi, "<p>");
- text = text.replace(/<div([^>]*)>/gi, "<p>"); //消除DIV格式 替换成<p>
- text = text.replace(/<\/div>/gi, "\n");
- text = text.replace(/<IMG/gi,"<p><IMG");
- text = text.replace(/<EMBED/gi,"<p><EMBED");
- var naivete_array =text.split("<p>");
- if (naivete_array.length >0){
- text="";
- for (loop=0; loop < naivete_array.length;loop++){
- text = text + mytrim(naivete_array[loop]);
- }
- }
- return text;
- }
- function mytrim(text){
- text = text.replace(/(^[\s( ) ]*)|(\s*$)/gi,"");
- var img_Str = text.match(/^(<IMG|EMBED\gi)([\s\S]*?)>/);
- if(img_Str!=null){
- text = text.replace(img_Str[0],"<p align=center>"+img_Str[0]+"</p>"+"<p style='margin-bottom:13px;text-indent: 2em;text-align: justify;'>");
- return (text!="")? text + "</p>": "";
- }else{
- // 首行缩进2
- return (text!="")? "<p style='margin-bottom:13px;color:#323036;text-indent: 2em;text-align: justify;'>" + text + "</p>" : ""
- }
- }
- function toScan(){
- var fjdz = $('#fjdz').val();
- if(fjdz!=""){
- var url = "<%=basePath%>uploadfile/"+fjdz;
- //alert(url);
- window.open(url,'newwindow','');
- }else{
- alert('暂无上传图片,无法预览,请上传后再试!');
- }
- }
- </script>
- <style type="text/css">
- body {
- font-size: 12px;
- }
- .l-table-edit {
- }
- .l-table-edit-td {
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .l-button-submit,.l-button-test {
- width: 80px;
- float: left;
- margin-left: 10px;
- padding-bottom: 2px;
- }
- .l-verify-tip {
- left: 230px;
- top: 120px;
- }
- </style>
- <style type="text/css">
- * {
- font-size: 12px;
- }
- .div {
- margin: 0 auto;
- width: 100%;
- overflow: hidden;
- padding: 0px;
- }
- .line {
- position: relative;
- margin: 0 auto;
- text-align: left
- }
- .line span.span {
- float: left;
- padding-top: 2px;
- }
- .file {
- position: absolute;
- left: 0;
- width: 265px ! important;
- top: 0;
- height: 28px;
- filter: alpha(opacity = 0);
- opacity: 0;
- cursor: pointer
- }
- .file1 {
- float: left;
- margin-left: 0px;
- margin-right: 4px;
- z-index: 1;
- width: 70px;
- height: 28px;
- line-height: 28px;
- background: url(../image/liulan.gif) no-repeat 0 0;
- text-indent: -9999px;
- cursor: pointer
- }
- .file2 {
- float: left;
- z-index: 1;
- width: 70px;
- height: 28px;
- line-height: 28px;
- background: url(../image/sc.gif) no-repeat 0 0;
- text-indent: -9999px;
- cursor: pointer
- }
- .file3 {
- float: left;
- z-index: 1;
- width: 70px;
- height: 28px;
- line-height: 28px;
- background: url(../image/tpyl.gif) no-repeat 0 0;
- text-indent: -9999px;
- cursor: pointer
- }
- .inputstyle {
- border: 1px solid #BEBEBE;
- margin-left: -3px;
- margin-top: -1px;
- width: 196px ! important;
- float: left;
- height: 22px;
- line-height: 22px;
- background: #FFF;
- z-index: 99
- }
- #n {
- margin: 10px auto;
- width: 920px;
- border: 1px solid #CCC;
- font-size: 14px;
- line-height: 30px;
- }
- #n a {
- padding: 0 4px;
- color: #333
- }
- input{
- line-height:15px;
- height:15px;
- }
- .div1{
- height:455px;width:300px; overflow:hidden;border:1px solid #ccc; position:absolute;left:60%;margin-top:-10px;margin-left:-250px; z-index:1100; text-align:center;display:none;
- }
- div2{
- height:445px; overflow:hidden;border:1px solid #ccc; position:absolute; left:50%; margin-left:-250px; z-index:1000; }
- </style>
- </head>
- <body style="padding: 10px;">
- <div class="div1" id="div1">
- <input type="button" value="确定" class="l-button l-button-test" style="margin-left:60px;z-index:1000;" onclick="toExpand();">
- <input type="button" value="关闭" class="l-button l-button-test" onclick="javascript:$('#div1').attr('style','display:none');"/>
- <iframe src="../news/expandNews.jsp" height="445" id="expandIframe" marginheight="0" marginwidth="0" frameborder="no" border="0"></iframe>
- </div>
- <form name="form" method="post" action="../wzb/wzb!saveWZB" id="form1">
- <input name="wzb.lmid" type="hidden" id="lmid" value="<%=lmid%>"/>
- <table cellpadding="0" cellspacing="0" class="l-table-edit" border="1" bordercolor="#c7d4e2" style="margin-left:10px">
- <tr >
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7" >
- 栏目名称:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4" >
- <span style="margin-bottom:8px;"><s:property value="lmb.lmmc" /></span>
- <%if("admin".equals(yhbBean.getYhzh())||"sooka".equals(yhbBean.getYhzh())){%>
- <input type="button" id="extends" value="扩展栏目_new" style="width:110px;height:20px;" onclick="openExpand2(); "/>
- <%}%>
- </td>
- </tr>
- <tr>
- <td align="center" class="l-table-edit-td">
- 文章标题:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4" >
- <input name="wzb.wzbt" type="text" id="wzbt" ltype="text"
- style="width: 782px;"
- validate="{required:true,minlength:0,maxlength:100}" />
- </td>
- <td align="left"></td>
- </tr>
- <!--
- <tr>
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 副 标 题:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4">
- <input name="wzb.wzfbt" type="text" id="wzfbt" ltype="text"
- style="width: 782px;" />
- </td>
- <td align="left"></td>
- </tr>
- -->
- <%if(b){%>
- <tr>
- <%}else{%>
- <tr style="display:none">
- <%}%>
- <td align="center" class="l-table-edit-td" >
- 添加日期:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.tjsj" type="text" id="tjsj" ltype="date"
- validate="{required:true}" />
- </td>
- <td align="left"></td>
- <td align="center" class="l-table-edit-td">
- 责任编辑:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.tjyhmc" type="text" id="tjyhmc" ltype="text"
- style="width: 330px" />
- </td>
- <td align="left"></td>
- </tr>
- <%if(b){%>
- <tr>
- <%}else{%>
- <tr style="display:none">
- <%}%>
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 发布日期:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.shsj" type="text" id="shsj" ltype="date" />
- </td>
- <td align="left"></td>
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 审 核:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.shyhmc" type="text" id="shyhmc" ltype="text"
- style="width: 330px" />
- </td>
- <td align="left"></td>
- </tr>
- <%if(b){%>
- <tr>
- <%}else{%>
- <tr style="display:none">
- <%}%>
- <td align="center" class="l-table-edit-td">
- 排 序:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.wzpx" type="text" id="wzpx" ltype="text"
- value="999" style="width: 330px"
- validate="{required:true,minlength:0,maxlength:100}" />
- </td>
- <td align="left"></td>
- <td align="center" class="l-table-edit-td">
- 作 者:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.wzgjz" type="text" id="wzgjz" ltype="text"
- style="width: 330px" />
- </td>
- <td align="left"></td>
- </tr>
- <%if(b){%>
- <tr>
- <%}else{%>
- <tr style="display:none">
- <%}%>
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 来 源:
- </td>
- <td align="left" class="l-table-edit-td">
- <input name="wzb.wzly" type="text" id="zxdz" ltype="text" value="<%=yhbBean.getYhmc()%>"
- style="width: 330px" />
- </td>
- <td align="left"></td>
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 题目标红:
- </td>
- <td align="left" class="l-table-edit-td">
- <input type="radio" name="wzb.xsbt" value="1">
- 是</input>
- <input type="radio" name="wzb.xsbt" checked="checked" value="2">
- 否</input>
- </td>
- <td align="left"></td>
- </tr>
- <!-- 老样式
- <tr>
- <td align="right" class="l-table-edit-td">图 片:</td>
- <td align="left" class="l-table-edit-td">
- <input name="file" type="file" id="file" ltype="text" style="width:330px;height: 20px;float:left;" />
- <input type="button" value="上传" class="l-button l-button-submit" onclick="return ajaxFileUpload();"/>
- <td align="left"></td>
- </tr>
- onmousemove="mouseStyle();"
- -->
- <%if(b){%>
- <tr>
- <%}else{%>
- <tr style="display:none">
- <%}%>
- <td align="center" class="l-table-edit-td">
- 图 片:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4">
- <!-- <input type="text" id="txtFoo" onclick="toUrl();" onchange="this.value=file.value;" ltype="text" style="background:url(../images/form/text.gif);width:330px;" readonly="true" />
- <div style="padding-top:5px;margin-left:25px;" id="div_pic">
- <input type="button" onclick="document.getElementById('file').click()" value="浏览" class="l-button l-button-submit" style="float:left"/>
- <input type="button" value="上传" class="l-button l-button-submit" style="float:left" onclick="return ajaxFileUpload();"/>
- <input name="file" type="file" id="file" ltype="text" onchange="txtFoo.value=this.value;" />
- </div>
- -->
- <div class="div">
- <div class="line">
- <span class="span" style="margin-right:4px">
- <input name="" type="text"
- id="txtFoo"
- onmouseout="document.getElementById('file').style.display='none';"
- class="inputstyle"
- style="z-index:100"
- /> </span>
- <label for="unload" style="margin-right:4px"
- onmouseover="document.getElementById('file').style.display='block';"
- class="file1">
- 浏览...
- </label>
- <label for="unload2" onclick="return ajaxFileUpload_add();"
- class="file2">
- 上传
- </label>
- <label for="scan" id="scan" onclick="toScan();" style="margin-left:4px;display:none"
- class="file3">
- 图片预览
- </label>
- <input type="file" id="file" name="file" style="z-index:10"
- onchange="document.getElementById('txtFoo').value=this.value;this.style.display='block';"
- class="file" />
- </div>
- </div>
- <span id="picMsg"></span>
- </td>
- <td align="left"></td>
- </tr>
- <tr style="height:32px;">
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 状 态:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4">
- <%if(yhbBean.getYhqx().indexOf(qx_check)!=-1){%>
- <input type="radio" name="wzb.wzzt" value="1" <%=yhbBean.getYhqx().indexOf(qx_check)==-1?"disabled":"" %> <%=yhbBean.getYhqx().indexOf(qx_check)==-1?"":"checked" %> >
- 已发布</input>
- <%}%>
- <input type="radio" name="wzb.wzzt" <%=yhbBean.getYhqx().indexOf(qx_check)==-1?"checked":"" %> value="2">
- <%=yhbBean.getYhqx().indexOf(qx_check)==-1?"提交":"未发布" %></input>
- </td>
- <td align="left"></td>
- </tr>
- <!--
- <tr>
- <td align="center" class="l-table-edit-td" >
- 文章摘要:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4">
- <textarea cols="100" rows="4" class="l-textarea" id="wzzy"
- name="wzb.wzzy" style="width: 777px; height: 100px"></textarea>
- </td>
- <td align="left"></td>
- </tr>
- -->
- <tr style="">
- <td align="center" class="l-table-edit-td" bgcolor="#f3f8f7">
- 文章内容:
- </td>
- <td align="left" class="l-table-edit-td" colspan="4">
- <div>
- <script id="editor" type="text/plain"
- style="width:777px;height:350px;"></script>
- </div>
- <!-- ======================hidden =========================== -->
- <input type="hidden" name="wzb.wznr" id="wznr" />
- <input type="hidden" name="wzb.fjdz" id="fjdz" />
- <input type="hidden" name="wzb.by1" id="by1"/>
- <!-- ======================================================= -->
- <span style="display: none" id="id_htmlParser"></span>
- </td>
- <td align="left"></td>
- </tr>
- <tr>
- <td align="right" class="l-table-edit-td" colspan="11" style="padding-left: 40%">
- <input type="submit" value="提交" id="btnSubmit"
- class="l-button l-button-submit" />
- <input type="button" value="返回" id="btnBack"
- onclick="javascript:window.location.href='../wzb/wzb!init?lmid=<s:property value="#parameters.lmid" />';"
- class="l-button l-button-test" id="test" />
- <input type="button" value="统一格式" id="auto"
- onclick="setFormat()" class="l-button l-button-test" />
- </td>
- </tr>
- </table>
- <div style="display: none">
- </div>
- </form>
- </body>
- <script type="text/javascript" charset="utf-8"
- src="../../ueditor/uEditorContent.js"></script>
- </html>
|