代码拉取完成,页面将自动刷新
同步操作将从 腾硕软件/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("dtselectorform.css",pathContext.getThemePath()) %>
<style type="text/css">
input,select,button{font-size:12px;font-family:微软雅黑;}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.navbtn{float:left;width:16px;}
.navbtn img{margin-top:1px;}
#ibyear{float:left;width:50px;ime-mode:disabled;margin:0px;padding:0px;height:16px;}
#selmonth{float:left;width:72px;margin:0px;padding:0px;}
.today{background-color:highlight;color:white!important;}
.timemsg{float:left;line-height:24px;}
.timehh{float:left;background:#ffffff none;border:1px solid #cccccc;border-right-width:0px;}
.timenn{float:left;background:#ffffff none;border:1px solid #cccccc;border-left-width:0px;border-right-width:0px;}
.timess{float:left;background:#ffffff none;border:1px solid #cccccc;border-left-width:0px;}
#timehh{width:20px;ime-mode:disabled;height:16px;border-width:0px;margin-top:2px;background:transparent none;}
#timenn{width:20px;ime-mode:disabled;height:16px;border-width:0px;margin-top:2px;background:transparent none;}
#timess{width:20px;ime-mode:disabled;height:16px;border-width:0px;margin-top:2px;background:transparent none;}
#btnok{height:22px;}
</style>
<%=jspContext.outputJs("common.js",pathContext.getCommonJSPath()) %>
<%=jspContext.outputJs("dragdrop.js",pathContext.getFrameJSPath()) %>
<%@include file="/jsinit.jsp" %>
<title>选择框 - 日期时间</title>
</head>
<body>
<div id="dtselectorcontainer">
<div id="dtselectortitle">
<div class="dtselectortl"></div>
<div id="dtselectorcaptioncontainer">
<div id="dtselectorcaption">选择日期时间</div>
<div id="dtselectorclose" 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="dtselectortr"></div>
</div>
<div id="dtselectorcontainerouter">
<div id="dtselectorbl"></div>
<div id="dtselectorcontainerinner">
</div> <!-- inner end-->
<div id="dtselectorbr"></div>
<div id="dtselectorbb"></div>
</div> <!-- outer end-->
</div>
<%=jspContext.outputJs("dtselector.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;
var dt=null;
if(window.parent){
var targetEl=window.parent.document.getElementById(selectorForm.target);
if(targetEl==null)targetEl=window.parent.Selector.window.document.getElementById(selectorForm.target);
dt=DT.parse(targetEl?targetEl.value:'');
}
Calendar.init(dt,'<%=jspContext.getString(request.getParameter("v"),"")%>');
showSelectPane();
//如果在模式对话框中打开,设置模式对话框位置css效果
if (window.dialogArguments) {
document.body.style.marginTop = '-31px';
document.body.style.marginLeft = '-8px';
}
EVENT.add(document, 'keydown', ondockd);
new dtselectorDraggable(parent.document.getElementById('id_selector'));
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。