header.jsp
来自「日常的办公系统 应用工作流框架等增加员工的基本信息、培训信息、奖罚信息、薪资信息」· JSP 代码 · 共 22 行
JSP
22 行
<%@ 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=1010><tr><td align=left valign=bottom>User : <%= owfeSession.getUserName() %></td><td align=right valign=bottom><a href=/webclient/launch.action title="List all the flows you are allowed to launch">launch</a> <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></a><br><small>version <%= openwfe.org.engine.Definitions.OPENWFE_VERSION %></small></td></tr></table><br><br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?