⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unlock.jsp

📁 jive3.1.4破解版(非源码)
💻 JSP
字号:
<%--  - $RCSfile: unlock.jsp,v $  - $Revision: 1.10.2.1 $  - $Date: 2003/06/06 18:57:31 $  -  - Copyright (C) 1999-2003 Jive Software. All rights reserved.  -  - This software is the proprietary information of Jive Software.  Use is subject to license terms.--%><%@ 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">        <%-- Unlock Topic --%>        <jive:i18n key="unlock.title" />        </p>        <%-- To unlock this topic and allow new replies, click the "Unlock Topic" button below. --%>        <jive:i18n key="unlock.description" />    </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><ww:property value="thread">    <%--        Are you sure you want to unock the topic "{topic name}"?    --%>    <jive:i18n key="unlock.confirm">        <jive:arg>            <a href="thread.jspa?threadID=<ww:property value="$threadID" />" target="_blank"             ><ww:property value="name" /></a>        </jive:arg>    </jive:i18n></ww:property><br><br><form action="unlock!execute.jspa" name="unlockform"><input type="hidden" name="threadID" value="<ww:property value="$threadID" />"><%-- Unlock Topic --%><input type="submit" name="doUnlock" value="<jive:i18n key="unlock.unlock_topic" />"><%-- Cancel --%><input type="submit" name="doCancel" value="<jive:i18n key="global.cancel" />"></form><script language="JavaScript" type="text/javascript"><!--document.unlockform.doUnlock.focus();//--></script><jsp:include page="footer.jsp" flush="true" />

⌨️ 快捷键说明

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