<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki"%> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.tags.*" %> <%@ page import="com.ecyrd.jspwiki.ui.*" %> <%-- This is a plain editor for JSPWiki. --%> <% WikiContext context = WikiContext.findContext( pageContext ); %> <% String usertext = EditorManager.getEditedText( pageContext ); TemplateManager.addResourceRequest( context, "script", context.getURL(WikiContext.NONE,"scripts/searchreplace.js") ); String changenote = (String)session.getAttribute("changenote"); changenote = changenote != null ? TextUtil.replaceEntities(changenote) : ""; %> <% if( usertext == null ) { usertext = context.getEngine().getPureText( context.getPage() ); }%> <% if( usertext == null ) usertext = ""; %>
<%-- Required for IE6 on Windows --%>
" name="editForm" enctype="application/x-www-form-urlencoded">

<%-- Edit.jsp relies on these being found. So be careful, if you make changes. --%> " /> " />

" /> "/>
" />

                 

<%-- Search and replace section --%>