%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=new options= server=localhost:8080 projectName=jamesisland label= location=Revize/www/revize/PLUGINS/notify/notify.jsp version= docType=editpage subType=list moduleName= fieldName= channels=| description= --%><%@ include file="/util/setup_editlist_header.jsp"%><%@ include file="/security/isAuthenticated.jsp" %>
Processing Notify Subscription Request . . .
Processing Notify Subscription Changes . . .
<% /******************************/ /*BOOKMARK Page specific jsp */ /****************************/ out.flush(); //displays loading div ASAP -- but hoses up exception redirect // Defer building list of pages if returnurl specifed (email link) // Wait until the returnurl (called by setup) loads this page from iframe. if (!rtn.fieldvalues.is("returnurl")) try { // Update selected subscriptions or send email for confirmaion if (" save confirm ".indexOf(mode) > 0) notify.updateSubscriptions(rtn.message); // get list of current subscriptions or those selected for this email else notify.getAllPages(rtn.message); } catch (Exception e) { rtn.message = "Difficulty accessing notify subscriptions - Contact Technical Support"; } %> <%@ include file="notify_footer_include.jsp" %><% // retains url parameters w/o matching fields when standalone reloaded as iframe // retain objects such as pageList which can not be posted //request.getSession().setAttribute("RevizeNotifyMeReturn",rtn); %>