workflowxmllook.jsp
来自「java开发的办公系统 1.系统管理 (地区管理,部门管理,菜单管理,用户管理」· JSP 代码 · 共 24 行
JSP
24 行
<%@ include file="../../include/configuration.jsp"%>
<%@ include file="../../include/authorizemanager.jsp"%>
<%@ page contentType="text/html; charset=gb2312" %>
<%
ParameterUtils.setCharacterEncoding(request);
String workflow_id=ParameterUtils.getString(request.getParameter("workflow_id"));
String dir_name=ParameterUtils.getString(request.getParameter("dir_name"));
%>
<HTML>
<TITLE>工作流</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
<APPLET
CODE="com.vere.window.form.WebWorkflowAppletServletXmlReadOnly"
WIDTH=700
HEIGHT=500
archive="WebVereFlow2.0_fat.jar"
>
<param name = "workflow_id" value = "<%=workflow_id%>">
<param name = "pathState" value = "<%=Configuration.getInstance().xmlUpload+"/"+dir_name+"/workflow_state"+workflow_id+".xml" %>">
<param name = "pathLine" value = "<%=Configuration.getInstance().xmlUpload+"/"+dir_name+"/workflow_line"+workflow_id+".xml" %>">
</APPLET>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?