header.jsp
来自「Jive是基于JSP/JAVA技术构架的一个大型BBS论坛系统,这是Jive论坛」· JSP 代码 · 共 30 行
JSP
30 行
<%/** * $RCSfile: header.jsp,v $ * $Revision: 1.4 $ * $Date: 2002/04/30 19:15:15 $ */%><% // Set the content type and character encoding response.setContentType("text/html; charset=" + JiveGlobals.getCharacterEncoding()); // Note: the recommended way to set the character encoding on the request // is to enable the SetCharacterEncodingFilter Servlet 2.3 filter in the // web.xml file. See the default web.xml that ships with Jive Forums for // more information.%><html><head><title>Jive Forums Admin Tool</title><meta http-equiv="content-type" content="text/html; charset=<%= JiveGlobals.getCharacterEncoding() %>"><%@ include file="global.css" %><script language="JavaScript" type="text/javascript"><!-- // code for window popupsfunction helpwin(page, hashLink) { window.open('helpwin.jsp?f='+page+'&hash='+hashLink,'newWindow','width=500,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');}//--></script></head><body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#0000ff" alink="#6699cc"<%= onload %>>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?