📄 previewcontent.jsp
字号:
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %><%-- Inserts page content for preview. --%> <div class="previewnote"> <b>This is a PREVIEW! Hit "back" on your browser to go back to the editor, or hit "Save" if you're happy with what you see.</b> </div> <p><hr /></p> <div class="previewcontent"> <wiki:Translate><%=pageContext.getAttribute("usertext",PageContext.REQUEST_SCOPE)%></wiki:Translate> </div> <br clear="all" /> <p><hr /></p> <div class="previewnote"> <b>This is a PREVIEW! Hit "back" on your browser to go back to the editor, or hit "Save" if you're happy with what you see.</b> </div> <p><hr /></p> <form action="<wiki:EditLink format="url" />" method="POST" ACCEPT-CHARSET="<wiki:ContentEncoding />" /> <p> <%-- These are required parts of this form. If you do not include these, horrible things will happen. Do not modify them either. --%> <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 )%>" /> <textarea rows="4" cols="20" readonly="true" style="display:none" name="text"><%=pageContext.getAttribute("usertext", PageContext.REQUEST_SCOPE) %></textarea> <div id="previewsavebutton" align="center"> <input type="button" name="edit" value="Keep editing" onClick="javascript:back(-1);"/> <input type="submit" name="ok" value="Save" /> <input type="submit" name="cancel" value="Cancel" /> </div> </p> </form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -