<%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=new options= server=localhost projectName=addisonil label= location=editforms/staff_directory-editform.jsp version= docType=editpage subType=form moduleName=staff_directory fieldName= channels=| description=Staff Directory Editform --%><%-- #BeginRZ-PageHeader --%><%@ page language="java" %><% String rzmodule = "staff_directory";%><%@ include file="/util/setup_editform_header.jsp" %><%-- #EndRZ-PageHeader --%> <%@ include file="/plugins/_editforms_/v2/includes/bootstrap.jsp"%><% formTitle = "Edit Staff Member"; //used to pull category names for labels pageid = rz.fetch("staff_directory", "pageid"); // Leave history blank to omit button historyStr = "dept_name{Dept Name},first_name{First Name},last_name{Last Name},profession{Profession},email{Email},phone{Phone},seq_no{Seq No}"; String labelValue = ""; %><%@ include file="/plugins/_editforms_/v2/includes/header.jsp"%>
<%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-top.jsp"%>
<% rz.fetch("staff_directory_category","f_name","","staff_directory_category.pageid=" + pageid); labelValue = rz.content.equals("") ? "First Name" : rz.content; rz.fetch("staff_directory", "first_name"); %>
<% rz.fetch("staff_directory_category","l_name","","staff_directory_category.pageid=" + pageid); labelValue = rz.content.equals("") ? "Last Name" : rz.content; rz.fetch("staff_directory", "last_name"); %>
<% rz.fetch("staff_directory", "seq_no"); %>
<% rz.fetch("staff_directory_category","dept_name","","staff_directory_category.pageid=" + pageid); labelValue = rz.content.equals("") ? "Department Name" : rz.content; rz.fetch("staff_directory", "dept_name"); %>
<% rz.fetch("staff_directory_category","url","","staff_directory_category.pageid=" + pageid); labelValue = rz.content.equals("") ? "URL" : rz.content; rz.fetch("staff_directory", "url"); %>
<% rz.fetch("staff_directory_category","profession","","staff_directory_category.pageid=" + pageid); labelValue = rz.content.equals("") ? "Profession" : rz.content; rz.fetch("staff_directory", "profession"); %>
<% rz.fetch("staff_directory", "email"); %>
<% rz.fetch("staff_directory", "phone"); %>
<%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-bottom.jsp"%>
<%@ include file="/plugins/_editforms_/v2/includes/scripts.jsp"%> <%-- Custom Scripts can be added here after the standard scripts --%> <%@ include file="/plugins/_editforms_/v2/includes/footer.jsp"%>