?? header.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.uman.web.Definitions" %><%@ page import="openwfe.org.uman.web.WumanSession" %><% WumanSession wumanSession = (WumanSession)session .getAttribute(Definitions.WUMAN_SESSION);%><table border=0 cellpadding=0 cellspacing=0 width=790><tr><td align=left valign=bottom>User : <bean:write name="wumanSession" property="username" /></td><td align=right valign=bottom><% if (wumanSession.isModified) {%><a href=/commit.action>commit</a> <a href=/reset.action>reset</a> <% } %><a href=/logout.action>logout</a></td><td align=right width=150><a href="http://www.openwfe.org"><img src="/images/openwfe-logo.png" border=0 align=right></a></td></tr></table><br><br>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -