代码拉取完成,页面将自动刷新
同步操作将从 腾硕软件/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.app.NewWizardTreeViewRender"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@include file="/jspinit.jsp" %>
<meta http-equiv="content-type" content="text/html; charset=GBK" />
<title>发起工作</title>
<%=jspContext.outputCss("common.css",pathContext.getThemePath()) %>
<%=jspContext.outputCss("wizard.css",pathContext.getThemePath()) %>
<%=jspContext.outputCss("treeview.css",pathContext.getThemePath()) %>
</head>
<body>
<div id="wizcontainer">
<div id="wiztitle">
<div class="wiztl"></div>
<div id="wizcaptioncontainer">
<div id="wizcaption"></div>
<div id="wizclose" onclick="Wizard.close();" onmouseover="Wizard.cmx(this,'h');" onmouseout="Wizard.cmx(this);" onmousedown="Wizard.cmx(this,'d');" onmouseup="Wizard.cmx(this,'h');"></div>
</div>
<div class="wiztr"></div>
</div>
<div id="wizcontainerouter">
<div id="wizbl"></div>
<div id="wizcontainerinner">
<div id="wizheader"></div>
<div id="wizbody">
<div id="apptvc" style="overflow:auto;height:100%;"></div>
</div>
<div id="wizfooter">
<button id="wizbtn_prev" type="button" class="hided" onclick="Wizard.prev();">上一步</button>
<button id="wizbtn_next" type="button" class="hided" onclick="Wizard.next();">下一步</button>
<button id="wizbtn_done" type="button" class="hided" onclick="Wizard.done();">完成</button>
<button id="wizbtn_cancel" type="button" onclick="Wizard.close();">取消</button>
</div>
</div>
<div id="wizbr"></div>
<div id="wizbb"></div>
</div>
</div>
<%=jspContext.outputJs("common.js",pathContext.getCommonJSPath()) %>
<%=jspContext.outputJs("dragdrop.js",pathContext.getFrameJSPath()) %>
<%=jspContext.outputJs("wizard.js",pathContext.getFrameJSPath()) %>
<%=jspContext.outputJs("treeview.js",pathContext.getFrameJSPath()) %>
<%@include file="/jsinit.jsp" %>
<script type="text/javascript" language="javascript">
EVENT.add(window, 'load', function() {
var descriptions=new Array(1);
descriptions[0]='要发起一个工作,请展开或单击相应工作项分支。工作项分为<strong>流程</strong>(即需要审批的)事务和可直接创建或发布的<strong>登记</strong>信息。';
Wizard.init({ step: 1,stepDescriptions:descriptions});
Wizard.setCaption('发起工作');
var apptvc=document.getElementById('apptvc');
apptvc.style.width=Wizard.EL.body.offsetWidth+'px';
var tvroot=createTreeView({<%=new NewWizardTreeViewRender().render(jspContext)%>});
var t=TreeViewRenderTemplet.create({labelClick:tviclk, showRoot:true, availWidth:(Wizard.EL.body.offsetWidth-18),iconPath:INFO.path.themeImagesPath});
apptvc.innerHTML=tvroot.render(t);
Wizard.EL.done.style.visibility='hidden';
});
function tviclk(tvi){
if(tvi.data && tvi.data.alias){
window.open(INFO.path.appRoot+'dispatch?fx=new&config='+tvi.data.alias,'_blank');
Wizard.close();
}
}
new wizardDraggable(parent.document.getElementById("_newwizard"));
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。