edittemplate.jsp
来自「我想下载一个东西」· JSP 代码 · 共 96 行
JSP
96 行
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD> <TITLE><wiki:Variable var="ApplicationName" /> Edit: <wiki:PageName /></TITLE> <META NAME="ROBOTS" CONTENT="NOINDEX"> <%@ include file="cssinclude.js" %></HEAD><BODY class="edit" BGCOLOR="#D9E8FF" onLoad="document.forms[1].text.focus()"><TABLE BORDER="0" CELLSPACING="8"> <TR> <TD CLASS="leftmenu" WIDTH="15%" VALIGN="top" NOWRAP="true"> <%@ include file="LeftMenu.jsp" %> <P> <wiki:LinkTo page="TextFormattingRules">Help on editing</wiki:LinkTo> </P> <%@ include file="LeftMenuFooter.jsp" %> </TD> <TD CLASS="page" WIDTH="85%" VALIGN="top"> <TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0"> <TR> <TD align="left"> <H1 CLASS="pagename">Edit <wiki:PageName/></H1></TD> <TD align="right"> <%@ include file="SearchBox.jsp" %> </TD> </TR> </TABLE> <HR><P> <wiki:CheckVersion mode="notlatest"> <P CLASS="versionnote">You are about to restore version <wiki:PageVersion/>. Click on "Save" to restore. You may also edit the page before restoring it. </P> </wiki:CheckVersion> <wiki:CheckLock mode="locked" id="lock"> <P CLASS="locknote">User '<%=lock.getLocker()%>' has started to edit this page, but has not yet saved. I won't stop you from editing this page anyway, BUT be aware that the other person might be quite annoyed. It would be courteous to wait for his lock to expire or until he stops editing the page. The lock expires in <%=lock.getTimeLeft()%> minutes. </P> </wiki:CheckLock> <FORM action="<wiki:EditLink format="url" />" method="POST" ACCEPT-CHARSET="<wiki:ContentEncoding />"> <%-- These are required parts of this form. If you do not include these, horrible things will happen. Do not modify them either. --%> <%-- FIXME: This is not required, is it? --%> <INPUT type="hidden" name="page" value="<wiki:PageName/>"> <INPUT type="hidden" name="action" value="save"> <INPUT type="hidden" name="edittime" value="<%=pageContext.getAttribute("lastchange", PageContext.REQUEST_SCOPE )%>"> <%-- End of required area --%> <TEXTAREA CLASS="editor" wrap="virtual" name="text" rows="25" cols="80" style="width:100%;"><wiki:InsertPage mode="plain" /></TEXTAREA> <P> <input type="submit" name="ok" value="Save" /> <input type="submit" name="preview" value="Preview" /> <input type="submit" name="cancel" value="Cancel" /> </FORM> </P> <P> <wiki:NoSuchPage page="EditPageHelp"> Ho hum, it seems that the EditPageHelp<wiki:EditLink page="EditPageHelp">?</wiki:EditLink> page is missing. Someone must've done something to the installation... </wiki:NoSuchPage> </P> <wiki:InsertPage page="EditPageHelp" /> </TD> </TR></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?