代码拉取完成,页面将自动刷新
同步操作将从 腾硕软件/discoverx2-webapp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@page contentType="text/html; charset=GBK" language="java"%>
<%@page import="com.tansuosoft.discoverx.web.ui.selector.SelectorForm"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=GBK" />
<%@include file="/jspinit.jsp" %>
<%
jspContext.setNoCache();
SelectorForm selectorForm=new SelectorForm();
selectorForm.fillWebRequestForm(request);
%>
<%=jspContext.outputCss("commoneditor.css",pathContext.getThemePath()) %>
<style type="text/css">
.fieldlabel{margin:4px auto;width:96%;}
.fieldlabel span {color:red;}
.fieldctrl{margin:0px auto;width:96%;}
.fieldctrl input{font-size:12px;width:96%;}
.tip{margin:4px auto;width:96%;text-indent:2em;}
hr {margin-top:20px;width:100%;}
.btncontainer{text-align:right;}
</style>
<%=jspContext.outputJs("common.js",pathContext.getCommonJSPath()) %>
<%=jspContext.outputJs("dragdrop.js",pathContext.getFrameJSPath()) %>
<%@include file="/jsinit.jsp" %>
<title>编辑链接字段值</title>
</head>
<body>
<div id="editorcontainer">
<div id="editortitle">
<div class="editortl"></div>
<div id="editorcaptioncontainer">
<div id="editorcaption">编辑链接字段值</div>
<div id="editorclose" onclick="Actions.close();" onmouseover="Actions.cmx(this,'h');" onmouseout="Actions.cmx(this);" onmousedown="Actions.cmx(this,'d');" onmouseup="Actions.cmx(this,'h');"></div>
</div>
<div class="editortr"></div>
</div>
<div id="editorcontainerouter">
<div id="editorbl"></div>
<div id="editorcontainerinner">
<div class="fieldlabel"><label for="linkname">链接名称<span>*</span>:</label></div>
<div class="fieldctrl"><input type="text" id="linkname" value="" /></div>
<div class="fieldlabel"><label for="href">链接地址<span>*</span>:</label></div>
<div class="fieldctrl"><input type="text" id="href" value="" /></div>
<div class="tip">输入链接名称和链接目标地址,但后单击“确定”,形如“http://...”、“ftp://...”、“mailto:...”等都是合法的链接地址。</div>
<hr/>
<div class="btncontainer">
<input class="btn" id="btnok" type="button" value="确定" onclick="Actions.ok();" /> <input class="btn" id="btncancel" type="button" value="取消" onclick="Actions.close();" />
</div>
</div> <!-- inner end-->
<div id="editorbr"></div>
<div id="editorbb"></div>
</div> <!-- outer end-->
</div>
<%=jspContext.outputJs("linkeditor.js",pathContext.getFrameJSPath()) %>
<script type="text/javascript" language="javascript">
var selectorForm={<%=selectorForm.toJson()%>};
var tvroot = { targetFiles: new Array(),templet:{}};
tvroot.templet.datasource=selectorForm.datasource;
tvroot.templet.dslabel=selectorForm.label;
tvroot.templet.dsvalue=selectorForm.value,
tvroot.templet.filter=selectorForm.filter,
tvroot.templet.multiple=selectorForm.multiple,
tvroot.templet.delimiter=selectorForm.delimiter,
tvroot.templet.labelOkId=selectorForm.labelTarget;
tvroot.templet.valueOkId=selectorForm.target;
//如果在模式对话框中打开,设置模式对话框位置css效果
if (window.dialogArguments) {
document.body.style.marginTop = '-31px';
document.body.style.marginLeft = '-8px';
Actions.oldValue=(window.dialogArguments+'').trim();
}
else{
var pel=window.parent.document.getElementById(selectorForm.target);
if(pel!=null) Actions.oldValue=pel.value;
}
Actions.init();
new linkeditorDraggable(parent.document.getElementById('id_selector'));
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。