?? head_banner.jsp
字號:
<html><%@page contentType="text/html"%><%@page errorPage="../errorpage.jsp" import="se.anatom.ejbca.webdist.webconfiguration.EjbcaWebBean,se.anatom.ejbca.ra.raadmin.GlobalConfiguration"%><jsp:useBean id="ejbcawebbean" scope="session" class="se.anatom.ejbca.webdist.webconfiguration.EjbcaWebBean" /><jsp:setProperty name="ejbcawebbean" property="*" /> <% // Initialize environment GlobalConfiguration globalconfiguration = ejbcawebbean.initialize(request,"/administrator"); %><head> <title><%= globalconfiguration .getEjbcaTitle() %></title> <base href="<%= ejbcawebbean.getBaseUrl() %>"> <link rel=STYLESHEET href="<%= ejbcawebbean.getCssFile() %>"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head><body><img src="<%= ejbcawebbean.getImagefileInfix("ejbcaheader.jpg") %>" width="800" height="100" border="0"></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -