%-- #EndRZ-PageHeader --%><%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW:
status=new
options=
server=cms2.revize.com
projectName=mpro
label=
location=login_freeform.jsp
version=
docType=editpage
subType=list
moduleName=
fieldName=
channels=|
description=
--%><%-- #BeginRZ-PageHeader
--%><%@page language="java"
%><%@include file="/util/setup_editlist_header.jsp"
%><%-- #EndRZ-PageHeader --%>
<%
String sectionid = StringUtils.getParameter(request,"sectionid");
String sitefolder = rz.fetch("settings","sitefolder");
String title = rz.fetch("settings","title");
%>
<%=""%>
Login Editlist Page
<%@ include file="/util/setup_editlist_before_endhead.jsp" %>
<%@ include file="/util/setup_editlist_javascript.jsp" %>
Department or Section:
| <%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListInsertImage --%>
<%-- Option:imageSrcURL=images/edit/new_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListExitImage --%>
<%-- Option:forwardURL= --%>
<%-- Option:imageSrcURL=images/edit/exit_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
|
Username |
<%
while ( rz.listnext() && rz.listindex>=0)
{
String secId = "|" + rz.fetch("freeform_login_config","sectionid") + "|";
%>
<% if( secId.indexOf( "|"+ sectionid +"|") != -1 || secId.equals("||") || secId.indexOf("|0|") != -1 ) { %>
| <%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListEditImage --%>
<%-- Option:imageSrcURL=images/edit/edit_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListDeleteImage --%>
<%-- Option:forwardURL= --%>
<%-- Option:imageSrcURL=images/edit/delete_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
|
|
<% } %>
<%
}
%>
<%-- Start Other User Section List --%>
Other Users:
|
|
Username |
" options=""><%
while ( rz.listnext() && rz.listindex>=0)
{
String secId = "|" + rz.fetch("freeform_login_config","sectionid") + "|";
%>
<% if( secId.indexOf( "|"+ sectionid +"|") == -1 && !secId.equals("||") && secId.indexOf("|0|") == -1) { %>
| <%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListEditImage --%>
<%-- Option:imageSrcURL=images/edit/edit_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListDeleteImage --%>
<%-- Option:forwardURL= --%>
<%-- Option:imageSrcURL=images/edit/delete_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
|
|
<% } %>
<%
}
%>
<%@ include file="/util/setup_editlist_before_endbody.jsp" %>