⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.jsp

📁 OpenWFE是一个开放源码的Java工作流引擎。它是一个完整的业务处理管理套件:一个引擎
💻 JSP
字号:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><%@ taglib uri="/tags/struts-tiles" prefix="tiles" %><%@ page import="openwfe.org.webclient.OwfeSession" %><%    OwfeSession owfeSession = OwfeSession.getOwfeSession(request);%><table border=0 cellpadding=0 cellspacing=0 width=980><tr><td align=left valign=bottom>User : <%= owfeSession.getUserName() %></td><td align=right valign=bottom><a href=<%= response.encodeURL("/webclient/launch.action") %> title="List all the flows you are allowed to launch">launch a flow</a>&nbsp;&nbsp;<a href=<%= response.encodeURL("/webclient/stores.action") %> title="to the 'stores' main view">stores</a>&nbsp;&nbsp;<a href=/webclient/logout.action title="Quit this client application">logout</a></td><td align=center width=150><a href="http://www.openwfe.org"><img src="/webclient/images/openwfe-logo.png" border=0 align=right valign=top></a><br><small>version <%= openwfe.org.engine.Definitions.OPENWFE_VERSION %></small></td></tr></table><br><br>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -