<%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=edit options= server=localhost:8080 projectName=jamesisland label= location=notifyme-editform.jsp version= docType=editpage subType=form moduleName=webspace_notifyme_subscriptions fieldName= channels=| description= --%><%-- #BeginRZ-PageHeader--%><%@ page language="java"%><% String rzmodule = "webspace_notifyme_subscriptions";%><%@ include file="/util/setup_editform_header.jsp" %><%-- #EndRZ-PageHeader --%> NotifY Administration <%@ include file="notify_head_include.jsp" %><% /******************************/ /*BOOKMARK Page specific jsp */ /****************************/ String url = rz.fetch("webspace_notifyme_subscriptions","url"); int templateid = StringUtils.toInt(rz.fetch("webspace_notifyme_subscriptions","templateid"),-1); int linkedmoduleid = StringUtils.toInt(rz.fetch("webspace_notifyme_subscriptions","linkedmoduleid"),-1); int linkedrecordid = StringUtils.toInt(rz.fetch("webspace_notifyme_subscriptions","linkedrecordid"),-1); if (url.length() > 0) notify.getRevizePageLinkProperties(url,templateid,linkedmoduleid,linkedrecordid); boolean supportsNewSub = !org.apache.commons.lang.StringUtils.startsWithIgnoreCase(rz.fetch("webspace_notifyme_categories","calendar_id"), "Unknown Field"); int calendarId = -1; if(supportsNewSub){ int catId = StringUtils.toInt(rz.fetch("webspace_notifyme_subscriptions","type"),-1); calendarId = StringUtils.toInt(rz.fetch("webspace_notifyme_categories","calendar_id","","_recordid="+catId),-1); } /************************************/ /*BOOKMARK Page Specific Javascript*/ /**********************************/ %> <%@ include file="/util/setup_editform_before_endhead.jsp" %> <%@ include file="/util/setup_editform_javascript.jsp" %>

Notify Subscription Page Properties

Loading . . .


Display Seq:  
<% if(calendarId>0){ %> <% } else { %> <% } %>
Notification Status:
Category:  
<%-- #BeginRZ-TextEditChoice --%> <%-- Option:type=lookup_field_value --%> <%-- Option:modulename=webspace_notifyme_subscriptions --%> <%-- Option:fieldname=desc --%> <%-- Option:form_field=type --%> <%-- Option:value_field=_recordid --%><% rz.string = "EZdropdown_module=webspace_notifyme_categories" + " EZdropdown_textfield=desc" + " EZdropdown_valuefield=_recordid"; %> <% if(calendarId>0){ %> <% } %> <% while ( rz.listnext() ) { if (rz.listlength == 0) break; %> <% %><% } %> <%-- #EndRZ-TextEditChoice --%>
<% if(calendarId>0){ %>   <% } else { %> <% } %>
Page URL:   <% if(calendarId>0){ %> <% } else { %> <% } %>
Description:   <% if(calendarId>0){ %> <% } else { %> <% } %>
status
     Cancel      <%-- #BeginRZ-ActionImage --%> <%-- Option:type=EditFormHistoryImage --%> <%-- Option:imageSrcURL=../../images/edit/history.jpg --%> <%-- #EndRZ-ActionImage --%>
<%@ include file="notify_footer_include.jsp" %> <% request.getSession().setAttribute("RevizeNotifyMeReturn",rtn); %> <%@ include file="/util/setup_editform_before_endbody.jsp" %>