searchdisabled.jsp

来自「jive3.1.4破解版(非源码)」· JSP 代码 · 共 53 行

JSP
53
字号
<%--  - $RCSfile: searchdisabled.jsp,v $  - $Revision: 1.1.2.1 $  - $Date: 2003/06/30 23:10:33 $  -  - Copyright (C) 2002-2003 Jive Software. All rights reserved.  -  - This software is the proprietary information of Jive Software. Use is subject to license terms.--%><%@ page import=""%><%@ include file="global.jsp" %><%@ taglib uri="webwork" prefix="ww" %><%@ taglib uri="jivetags" prefix="jive" %><jsp:include page="header.jsp" flush="true" /><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top">    <td width="98%">        <%-- Breadcrumbs (customizable via the admin tool) --%>        <jsp:include page="breadcrumbs.jsp" flush="true" />        <%-- Forum name and brief info about the forum --%>        <p class="jive-page-title">        <%-- Forum Search --%>        <jive:i18n key="search.title" />        </p>        <%--            Searching has been disabled.        --%>        Searching has been disabled.    </td>    <td width="1%"><img src="images/blank.gif" width="10" height="1" border="0"></td>    <td width="1%">        <%@ include file="accountbox.jsp" %>    </td></tr></table><br><jsp:include page="footer.jsp" flush="true" />

⌨️ 快捷键说明

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