Skip to content
Snippets Groups Projects
Commit 6724df5a authored by Seth Meranda's avatar Seth Meranda
Browse files

Clean up repository by moving all development files to trunk.

parent 3d91e2b7
Branches
No related tags found
No related merge requests found
Showing
with 6258 additions and 0 deletions
WebContent/gifs/shad_pop.gif

227 B

WebContent/gifs/shad_popred.gif

197 B

WebContent/gifs/signature.jpg

256 KiB

// uugradalerts.js
// ************************************************************************
// some alerts (popups) for various situations
// ************************************************************************
function residencyAlert() {
alert("\t\t\t Help : Residency Information \n\n " +
"You must list the length of time in which you have lived in the " +
"state of Nebraska in order for the University to determine your " +
"residency status for the purposes of paying tuition. If you have " +
"lived in Nebraska all of your life, enter your date of birth as " +
"the beginning and today's date as the end. ");
}
function englishFirstAlert() {
alert("\t\t\t Warning: English as First Language \n\n " +
"By indicating that English is not your first language, you are " +
"indicating that your native language is something other than " +
"English and that English is your second language. If English " +
"is not your first language, you may be required to demonstrate " +
"English proficiency prior to admission.");
}
function bachelorsDegreeAlert() {
alert("\t\t\t Warning: Bachelor's Degree \n\n " +
"Stop! To ensure that you are completing the appropriate application " +
"please contact the office of Graduate Admissions at (402) 472-2878 " +
"to verify that a Second Undergraduate Degree is appropriate for you.");
}
function emailAlert() {
alert("\t\t Help: Email \n\n " +
"E-mail is a required part of the application for admission because " +
"UNL uses e-mail to communicate official information with students including " +
"admission, new Student Enrollment and student accounts information.");
}
function ssnAlert() {
alert("\t\t Help: Social Security Number \n\n " +
"To be eligible for Federal Financial Aid and to avoid potential fines from " +
"the Internal Revenue Service, we recommend submitting your Social Security Number " +
"with your application. UNL uses it only for official government purposes. Upon " +
"applying, you will be issued an NU ID for identification purposes. \n\n" +
"For more information on UNL social security number policies, please visit the " +
"following website: http://is.unl.edu/ssn.shtml");
}
function ethnicAlert() {
alert("\t\t\t Help: Ethnic/Racial Information \n\n " +
"Providing the information requested below is voluntary. " +
"The University of Nebraska is strongly committed to racial and " +
"ethnic diversity among its students, faculty, and staff. Several " +
"donated scholarships are specifically designated for students in " +
"underrepresented racial minority populations, therefore it may be to " +
"your advantage to report this information. It will also be used for " +
"summary reports required by federal and state laws and regulations " +
"and to support institutional affirmative action efforts. It will not " +
"be used as a basis for admission or in a discriminatory manner. You " +
"will not be subjected to adverse treatment if you do not provide the " +
"requested information.");
}
function alumniAlert() {
alert("\t\t Help: Alumni Information \n\n " +
"Answering the following questions is optional. The information \n" +
"is requested by the University of Nebraska Alumni Association and \n" +
"the Office of Scholarships and Financial Aid.");
}
function meritAlert() {
alert("\t Help: Merit/Achievement Information \n\n " +
"Students selected for National Merit, National Achievement or \n" +
"National Hispanic recognition are chosen in part for their high \n" +
"PSAT test score and are notified early in the fall of their \n" +
"senior year in high school. ");
}
function phiThetaKappaAlert() {
alert("\t\t\t Help: Phi Theta Kappa \n\n" +
"Phi Theta Kappa is the international honorary of two year colleges. " +
"It's mission is two-fold: recognize and encourage the academic achievement " +
"of two-year college students and provide opportunities for individual " +
"growth and development through participation in honors, leadership, " +
"service and fellowship programming. ");
}
function intlBaccDipAlert() {
alert("\t\t Help: International Baccalaureate \n\n" +
"The International Baccalaureate (IB) program is a comprehensive and rigorous " +
"curriculum, leading to examinations, for students aged between sixteen and nineteen. " +
"For more detailed information about International Baccalaureate, visit their website " +
"at http://www.ibo.org" );
}
function parentGraduateAlert() {
alert("\t\t\t Help : Parent College Graduated \n\n" +
"Students who are the first in their family to attend college often " +
"have different expectations and concerns about pursuing postsecondary " +
"education than students whose family member(s) attended college. " +
"UNL offers special programs to ease the transition to University life " +
"for students who are the first in their family to attend college and " +
"collects data on student and family member college attendance in order " +
"to identify students who may be interested in participating in these programs.");
}
function usCitizenAlert(appType) {
if (appType == "f" || appType == "F"){
alert("\t\t\t Warning : International Student \n\n" +
"You have indicated that you are not a US Citizen. \n " +
"If this is correct, you will be directed to complete the International " +
"Application for Admission on the next page. \n\n" +
"If this was marked in error, then check Yes next to the quesiton, " +
'"Are you a US citizen, permanent resident, asylee, or refugee" ' +
"to continue completing the Freshman / Transfer Application. " );
}
}
function feeWaivedAlert() {
alert("\t\t\t Help : Fee Waived \n\n" +
"Students are only considered for a fee waiver if they qualify for the " +
"free or reduced school lunch program OR if they have been granted a " +
"waiver on the ACT or SAT test. Documentation for these programs should " +
"be submitted with the application materials. ");
}
function culturalDiversityAlert() {
alert("\t\t\t Help : Outside Experiences \n\n" +
"Learning takes place outside of the classroom as well as inside it. By " +
"bringing together students with diverse backgrounds, cultures, experiences, " +
"and social perspectives, the University of Nebraska-Lincoln seeks to create a " +
"stimulating and dynamic environment for living and learning. Working and living " +
"on a diverse campus is essential to preparing all UNL students for positions of " +
"leadership in our diverse society of the 21st Century. \n\n " +
"These questions seek to identify and attract talented student scholars who have " +
"demonstrated knowledge and experience in cultural communities or backgrounds and " +
"are prepared to use this knowledge to contribute to the education of their fellow " +
"students.");
}
function collegeAlert() {
alert ("\t\t\t Help : College Information \n\n" +
"Students should state that they are currently enrolled at another college or " +
"university even if they are taking one class. This should include any high school " +
"student who is taking dual credit classes.");
}
\ No newline at end of file
This diff is collapsed.
<%--
-Author: Xiaofeng Chen
-Date: Feb. 18, 2004
-Description: A page for the result of searching an user by name or ID.
--%>
<%@ page contentType="text/html; charset=iso-8859-1" language="java" isErrorPage="true" %>
<%@ page import="java.io.*, java.util.StringTokenizer"%>
<%@ page import="edu.unl.is.util.EmailReporterBean"%>
<!-- variables used in this page -->
<%
String debugString = application.getInitParameter("debug");
boolean debug = (new Boolean(debugString)).booleanValue();
//boolean debug = false;
OutputStream os = null;
PrintWriter pw = null;
%>
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio">
<META http-equiv="Content-Style-Type" content="text/css">
<LINK href="../css/Master.css" rel="stylesheet" type="text/css">
<TITLE>error.jsp</TITLE>
</HEAD>
<BODY>
<% try{
if(debug) {
exception.printStackTrace(response.getWriter());
%>
<% } else {
//we can use a bean to email the message to developers here
%>
Error occured when processing your request;<br>
The error has been reported to the administrator. Please come back later<br>
<% String outFile = application.getInitParameter("reportDir") +
System.currentTimeMillis();
pw = new PrintWriter(new FileOutputStream(outFile));
exception.printStackTrace(pw);
pw.close();
//set up the reporter
EmailReporterBean reporter = new EmailReporterBean();
File attachedFile = new File(outFile);
reporter.addAttachedFile(attachedFile);
reporter.setDns(application.getInitParameter("dnsServer"));
reporter.setFrom("ssteam2@unl.edu");
StringTokenizer token = new StringTokenizer(
application.getInitParameter("supportEmails"),",");
while(token.hasMoreTokens()){
reporter.addRecipient(token.nextToken());
}
reporter.setSubject("Error from admin applications");
String content = "Error handling: Details in attached file\n";
reporter.setContent(content);
reporter.sendEmail(application.getInitParameter("dnsServer"));
}
}catch(IOException e){
}catch (javax.mail.MessagingException me) {
}
%>
</BODY>
</HTML>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page import="org.apache.log4j.Logger" %>
<%@taglib uri="/WEB-INF/lib/unltags.jar" prefix="unltags"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%
String errorMessage = (String) request.getAttribute("errorMessage");
String nuviewMessage= (String) request.getParameter("nuviewMessage");
if (nuviewMessage == null){
nuviewMessage = (String) request.getAttribute("nuviewMessage");
}
String appId = (String)request.getParameter("appId");
String featureId = (String)request.getAttribute("featureId");
if (featureId == null) {
featureId = (String)request.getParameter("featureId");
}
edu.unl.is.biz.webapp.dto.UgradAppBinRecord ugRec = (edu.unl.is.biz.webapp.dto.UgradAppBinRecord)request.getAttribute("ugApp");
String appType = ugRec.getAppType();
String pageHeader = "";
if (appType == null){
pageHeader = "Application Type is Missing";
}
else if ("f".equalsIgnoreCase(appType)){
pageHeader = "Freshman or Transfer Student Application";
}
else if ("i".equalsIgnoreCase(appType)){
pageHeader = "International Student Application";
}
else if ("r".equalsIgnoreCase(appType)){
pageHeader = "Returning UNL Student Application";
}
else if ("v".equalsIgnoreCase(appType)){
pageHeader = "Visiting Student Application";
}
String unlCheckedY = "";
String unlCheckedN = "checked";
String unlBeginMm = "";
String unlBeginYyyy = "";
if (ugRec.getUnlBeginYyyyMm() != null &&
!"100101".equals(ugRec.getUnlBeginYyyyMm()) &&
ugRec.getUnlBeginYyyyMm().length() == 6) {
unlBeginYyyy = ugRec.getUnlBeginYyyyMm().substring(0,4);
unlBeginMm = ugRec.getUnlBeginYyyyMm().substring(4);
unlCheckedY = "checked";
unlCheckedN = "";
}
String unlEndMm = "";
String unlEndYyyy = "";
if (ugRec.getUnlEndYyyyMm() != null &&
!"100101".equals(ugRec.getUnlEndYyyyMm()) &&
ugRec.getUnlEndYyyyMm().length() == 6) {
unlEndYyyy = ugRec.getUnlEndYyyyMm().substring(0,4);
unlEndMm = ugRec.getUnlEndYyyyMm().substring(4);
unlCheckedY = "checked";
unlCheckedN = "";
}
String prevAttendMm = "";
String prevAttendDd = "";
String prevAttendYyyy = "";
if (ugRec.getPrevAttendMdy() != null &&
!"01-01-1001".equals(ugRec.getPrevAttendMdy()) &&
ugRec.getPrevAttendMdy().length() == 10) {
prevAttendMm = ugRec.getPrevAttendMdy().substring(0,2);
prevAttendDd = ugRec.getPrevAttendMdy().substring(3,5);
prevAttendYyyy = ugRec.getPrevAttendMdy().substring(6);
}
String prevLastName = "";
String prevFirstName = "";
String prevMiddleName = "";
int indexOfComma = 0;
int indexOfSpace = 0;
if (ugRec.getPrevEnrollName() != null &&
ugRec.getPrevEnrollName().length() > 0) {
indexOfComma = ugRec.getPrevEnrollName().indexOf(',');
if (indexOfComma > 0) {
prevLastName = ugRec.getPrevEnrollName().substring(0,indexOfComma);
if ((indexOfComma + 2) <= ugRec.getPrevEnrollName().length()){
prevFirstName = ugRec.getPrevEnrollName().substring(indexOfComma+2);
indexOfSpace = prevFirstName.indexOf(' ');
if (indexOfSpace > 0) {
prevMiddleName = prevFirstName.substring(indexOfSpace + 1);
prevFirstName = prevFirstName.substring(0,indexOfSpace);
}
}
}
}
pageContext.setAttribute("nuviewMessage", nuviewMessage);
pageContext.setAttribute("errorMessage", errorMessage);
pageContext.setAttribute("prevLastName", prevLastName);
pageContext.setAttribute("prevFirstName", prevFirstName);
pageContext.setAttribute("prevMiddleName", prevMiddleName);
pageContext.setAttribute("pageHeader", pageHeader);
pageContext.setAttribute("unlBeginMm", unlBeginMm);
pageContext.setAttribute("unlBeginYyyy", unlBeginYyyy);
pageContext.setAttribute("unlEndMm", unlEndMm);
pageContext.setAttribute("unlEndYyyy", unlEndYyyy);
%>
<jsp:useBean id="ugApp" class="edu.unl.is.biz.webapp.dto.UgradAppBinRecord" scope="request"></jsp:useBean>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- Start head code from template -->
<title>
UNL | Student-At-Large "visiting" Admission Application
</title>
<!-- Codebase:popv04 -->
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Description" content="Application for Undergraduate Admission at UNL" />
<meta name="Keywords" content="university nebraska lincoln undergraduate admission application" />
<meta name="Author" content="UNL Office of Undergraduate Admissions" />
<!-- **** Include the new UNL Template code and our own Links **** -->
<%@ include file="/jspf/ucommcodebase.jspf" %>
<jsp:include page="/jspf/templateLinksHead.jspf" flush="true" />
<!-- Local java script -->
<script language="javascript">
var loadFlag=new Boolean(false);
function setRequiredFields(frm) {
frm.HS_Grad_month.required=true;
frm.HS_Grad_month.minVal=01;
frm.HS_Grad_month.maxVal=12;
frm.HS_Grad_year.required=true;
frm.HS_Grad_year.minVal=1940;
frm.HS_Grad_year.maxVal=2030;
frm.Received_Bachelors.required=true;
hiliteRadio('ugPage2.bachelors_degree',2);
frm.Certification_Checkbox.required=true;
hiliteCheckbox(frm.certify);
frm.Application_Fee.required=true;
hiliteRadio('ugPage2.pay_method',2);
if (frm.ethnic_origin.value == 'M'){
frm.ethnic_multi.required=true;
frm.ethnic_multi_2.required=true;
}
//prev_attend stuff is set when Application_Fee (pay_method) is chosen
frm.Previously_Attended_month.minVal=01;
frm.Previously_Attended_month.maxVal=12;
frm.Previously_Attended_day.minVal=01;
frm.Previously_Attended_day.maxVal=31;
frm.Previously_Attended_year.minVal=1950;
frm.Previously_Attended_year.maxVal=2030;
}
</script>
<!-- variables used by applicationFee.jspf -->
<c:set var="prevAttendMm" ><%=prevAttendMm%></c:set>
<c:set var="prevAttendDd" ><%=prevAttendDd%></c:set>
<c:set var="prevAttendYyyy" ><%=prevAttendYyyy%></c:set>
<c:set var="appType" ><%=appType%></c:set>
</head>
<body id="secure">
<!-- **** Include the new UNL Template code and our own Links **** -->
<%@ include file="/jspf/templateLinksBodyTop.jspf" %>
<p class="sec_main"><c:out value="${pageScope.pageHeader}"/></p>
<form action="WebAppController?appId=webapp&featureId=ugrad"
method="post"
name="ugPage2"
enctype="x-www-form-urlencoded"
onsubmit ="return validateFromForm(this)">
<input type="hidden" name="action" value="" />
<input type="hidden" name="page_num" value="2" />
<input type="hidden" name="app_type" value="v" />
<input type="hidden" name="seq_num" value="<c:out value='${ugApp.seqNum}'/>" />
<input type="hidden" name="Received_Bachelors" value="<c:out value='${ugApp.bachelorsDegree}'/>" />
<input type="hidden" name="Undergraduate_Program" value="VST-UVSTG-NDEG" />
<input type="hidden" name="Certification_Checkbox" value="" />
<input type="hidden" name="Application_Fee" value="<c:out value='${ugApp.payMethod}'/>" />
<!-- Start Outside Table -->
<table border="0" cellpadding="0" cellspacing="0" width="655">
<tr valign="top">
<td width="25">&nbsp;</td>
<td align="left" valign="top" width="655">
<!-- Table #1 Start -->
<table border="0" cellpadding="3" cellspacing="0" width="630">
<tr>
<td class="nerror" > <c:if test="${pageScope.nuviewMessage != null && pageScope.nuviewMessage != 'null'}"> <c:out value="${pageScope.nuviewMessage}"/> </c:if> </td>
</tr>
<tr>
<td class="nerror" ><c:if test="${pageScope.errorMessage != null && pageScope.errorMessage != 'null'}"><c:out value="${pageScope.errorMessage}"/> </c:if></td>
</tr>
<tr valign="top">
<td colspan="2">
</td></tr>
</table>
<!-- Table #1 End -->
<!-- Table #2 Start -->
<table border="0" cellpadding="3" cellspacing="0" width="800">
<tr valign="top">
<td colspan="2">
<b>Note:</b> If you were previously academically dismissed from UNL you must also complete
the<i> Returning Student Questionnaire</i>. All students seeking readmission must clear all
holds on their record before they will be considered for readmission. If you are currently a
high school student, you must also have your high school counselor complete the <i>Student
Hour Approval Form</i> (you can link to a printable version of the Student Hour Approval Form
at the end of this application). Visiting students are limited to enrolling for 6 hours per semester.
</td></tr>
<!-- **** Include the High Schools code **** -->
<%@ include file="/jspf/highschools.jspf" %>
<tr valign="top">
<td width="50%"><label for="hsGradDt">
<span class="txt">Date of high school graduation</span></label>
<br />
<input type="text" id="hsGradDt" name="HS_Grad_month" value="<c:out value='${ugApp.hsGradDtMm}'/>" size="2" maxlength="2" onchange="validDate(this,'month');" />
<label><input type="text" name="HS_Grad_year" value="<c:out value='${ugApp.hsGradDtYyyy}'/>" size="4" maxlength="4" onchange="validDate(this,'year');" /></label>
(mm/yyyy)
</td>
<td colspan="1">&nbsp;</td>
</tr>
<!-- **** Include the Document Retention Statement code **** -->
<%@ include file="/jspf/docRetain.jspf" %>
<tr valign="top">
<td colspan="2">
(If you are currently attending high school, you must also have your high school counselor
complete the <i>Student Hour Approval Form</i> (a link to a printable version of this form
is at the end of this application)
</td></tr>
<tr valign="top">
<td width="50%"><fieldset><legend>
<span class="txt">Have you previously received a bachelor's degree?</span></legend><br />
<input type="radio" id="bachelorsYes" name="bachelors_degree" value="Y" <c:if test="${ugApp.bachelorsDegree=='Y'}"> checked </c:if> onclick="document.ugPage2.Received_Bachelors.value='Y'; bachelorsDegreeAlert();" /><label for="bachelorsYes"> Yes</</label>
<input type="radio" id="bachelorsNo" name="bachelors_degree" value="N" <c:if test="${ugApp.bachelorsDegree=='N'}"> checked </c:if> onclick="document.ugPage2.Received_Bachelors.value='N';" /><label for="bachelorsNo"> No</</label>
</fieldset></td></tr>
<tr valign="top">
<td width="50%"><fieldset><legend>
<span class="txt">Have you previously attended UNL?</span></legend><br />
<input type="radio" id="prevAttendUNLYes" name="prev_attend_unl" value="Y" <%=unlCheckedY%> onchange="document.ugPage2.Previously_Attended_Campus.value='WV';"/><label for="prevAttendUNLYes"> Yes</label>
<input type="radio" id="prevAttendUNLNo" name="prev_attend_unl" value="N" <%=unlCheckedN%> /><label for="prevAttendUNLNo"> No</label>
</fieldset></td></tr>
<tr valign="top">
<td colspan="2"><label for="attendUNL">
If Yes, when did you last attend UNL? from </label>
<nobr>
<input type="text" id="attendUNL" name="unl_begin_mm" value='<c:out value="${pageScope.unlBeginMm}"/>' size="2" maxlength="2" onchange="validDate(this,'month');document.ugPage2.Previously_Attended_month.value=this.value;document.ugPage2.Previously_Attended_day.value='01';" />
<label><input type="text" name="unl_begin_yyyy" value='<c:out value="${pageScope.unlBeginYyyy}"/>' size="4" maxlength="4" onchange="validDate(this,'year');document.ugPage2.Previously_Attended_year.value=this.value;" /></label>
</nobr>
(mm/yyyy) to
<nobr>
<label><input type="text" name="unl_end_mm" value='<c:out value="${pageScope.unlEndMm}"/>' size="2" maxlength="2" onchange="validDate(this,'month');" /></label>
<label><input type="text" name="unl_end_yyyy" value='<c:out value="${pageScope.unlEndYyyy}"/>' size="4" maxlength="4" onchange="validDate(this,'year');" /></label>
</nobr>
(mm/yyyy)
</td></tr>
<tr valign="top">
<td colspan="2">
Full name under which you were previously enrolled</td></tr>
<tr valign="top">
<td colspan="2">
<!-- Prev Name Table Start -->
<table border="0">
<tr valign="top">
<td><label for="prevLastName">
Name Last</label>
<input type="text" id="prevLastName" name="prev_last_name" value='<c:out value="${pageScope.prevLastName}"/>' size="12" maxlength="25" />
</td>
<td><label for="prevFirstName">
First Name</label>
<input type="text" id="prevFirstName" name="prev_first_name" value='<c:out value="${pageScope.prevFirstName}"/>' size="12" maxlength="25" />
</td>
<td><label for="prevMiddleName">
Middle Name</label>
<input type="text" id="prevMiddleName" name="prev_middle_name" value='<c:out value="${pageScope.prevMiddleName}"/>' size="12" maxlength="25" />
</td>
</tr>
</table>
<!-- Prev Name Table End -->
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2">
<b>Application deadlines: </b> <br />
Application deadlines are five business days prior to the first day of classes for that
semester/session. However, student-at-large (visiting) applications may be submitted
up until five business days prior to the start of the term for which the student is applying.
</td></tr>
<tr valign="top">
<td colspan="2">
<hr width="88%" />
</td></tr>
<tr valign="top">
<td colspan="2">
<!-- Table #3 Start -->
<table border="0" cellpadding="3" cellspacing="0" width="825">
<tr valign="top">
<td colspan="2">
<span class="underlinetxt2"><a onclick="ethnicAlert()">Racial/ethnic background</a></span>
<!-- <span class="normal">(optional)</span> -->
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<!-- **** Include the Ethnicity code **** -->
<%@ include file="/jspf/ethnicity.jspf" %>
<br/><br/>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2"><label for="tribalAffil">
If American Indian or Alaskan Native, my tribal affiliation is (please name tribe)</label><br />
<input type="text" id="tribalAffil" name="tribal_affil" value="<c:out value='${ugApp.tribalAffil}'/>" size="20" maxlength="30" />
</td></tr>
</table>
<!-- Table #3 End -->
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2"> <hr width="88%" />
<!-- Certification Table Start -->
<table border="0" cellpadding="3" cellspacing="0" width="630">
<tr valign="top">
<td colspan="2"> <br />
<b><span class="sectionHeader"><label for="certify">Certification Statement</span></b>
</td></tr>
<tr valign="top">
<td class="inset" colspan="2">
<br /><div align="justify">
I certify that the information on this application is complete, accurate, and factually correct.
I understand that it is my responsibility to request that official transcripts be sent directly to the
University of Nebraska--Lincoln from each academic institution I have attended.
I also understand that information withheld or misrepresented in my application for admission may make me
ineligible for admission and/or enrollment and any related application for public benefits are true, complete
and accurate. I understand that this information may be used to verify my lawful presence in the United States
and may be shared with the University of Nebraska Foundation for scholarship purposes.
I agree to abide by the policies and regulations of the University of Nebraska-Lincoln.</label><br /><br />
</div><br /><br />
</td></tr>
<tr valign="top">
<td align="center" class="inset" colspan="2"><label>
<span class="txtb">
<input type="checkbox" id="certify" name="certify" value="Y" onclick="document.ugPage2.Certification_Checkbox.value='Y';" /> I Agree
</span> <br /><br />
</td></tr>
</table>
<!-- Certification Table End -->
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
<!-- Directory Restriction Table Start
<table border="0" cellpadding="3" cellspacing="0" width="630">
<tr valign="top">
<td colspan="2">
<b>Directory Information Restriction Request </b><br />
Directory information is defined as<i> name, permanent and local address, e-mail address,
telephone numbers, dates of registered attendance, degrees granted and dates conferred,
major, college, and class standing</i>. Unless you wish to restrict access to your
directory information it will be published in the annual student directory and become
subject to release under the Nebraska Open Records law.
</td></tr>
<tr valign="top">
<td colspan="2">
<input type="checkbox" name="directory_restrict" value="Y" <c:if test="${ugApp.directoryRestrict=='Y'}"> checked </c:if> />
Yes, please restrict directory information.
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2">
<hr width="88%" />
</td></tr>
<tr valign="top">
<td colspan="2">
</td></tr>
</table>
Directory Restriction Table End -->
<!-- **** Include the Application Fee code **** -->
<%@ include file="/jspf/applicationFee.jspf" %>
<tr valign="top">
<td colspan="2"> <br />
</td></tr>
<tr valign="top">
<td colspan="2">
<a href="jsp/ugchecklistv.html" onclick="FormWindow=window.open('jsp/ugchecklistv.html','FormWindow','status=yes,resizable=yes,menubar=no,scrollbars=yes,width=400,height=400')" target="FormWindow">View the <b>Application Checklist</b></a>
</td></tr>
<tr valign="top">
<td colspan="2"> <br />
<!-- Bottom Table Start -->
<table border="0">
<tr valign="top">
<td class="ufe-navigation" colspan="2">
<table border="1" width="630">
<tr >
<td width="50%">
<input type="submit" value="Submit to Admissions" name="btnSubmit" onclick="action.value = 'submit'; setRequiredFields(document.ugPage2); "; />
</td>
<td width="50%">
<input type="submit" value="Go Back to Previous Page" name="reset" onclick="action.value = 'saveAndGoBack';"; />
</td>
</tr>
</table>
</td></tr>
</table>
<!-- Bottom Table End -->
</td>
</tr>
</table>
<!-- Table 2 End -->
</td>
</tr>
</table>
<!-- Outside Table End -->
</form>
<!-- Special Form used by the popup Window to search for Institution -->
<form action="WebAppController?appId=webapp&featureId=instsearch"
method="post"
name="formAtBottomOfPage">
<input type="hidden" name="parentForm" value="" />
<input type="hidden" name="whichOne" value="" />
</form>
<!-- Start of ucomm UNL Template code **** -->
</div>
</div>
<!-- close main right -->
</div>
</div>
<!-- close container -->
<div id="footer">
<div id="footer_floater">
<div id="copyright">
<span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div>
</div>
</div>
<!-- close footer -->
<!-- sifr -->
<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script>
<!-- End of ucomm UNL Template code **** -->
</body>
</html>
<!-- **** applicationfee.jspf **** -->
<script language="JavaScript">
// ************************************************************************
// (re)set required fields when previously attended UNL
// ************************************************************************
function setPrevAttendUnl(frm, setFlg) {
frm.Previously_Attended_Campus.required=setFlg;
frm.Previously_Attended_month.required=setFlg;
frm.Previously_Attended_day.required=setFlg;
frm.Previously_Attended_year.required=setFlg;
// if (!setFlg){
// frm.Previously_Attended_Campus.className="normaltxt";
// frm.Previously_Attended_month.className="normaltxt";
// frm.Previously_Attended_day.className="normaltxt";
// frm.Previously_Attended_year.className="normaltxt";
// }
}
// ************************************************************************
// hide or make visible the prev attend fields
// ************************************************************************
function checkFee(fee){
//alert("checkFee=(" + fee + ")");
if (fee == "WV"){
document.getElementById('prevCampus').style.visibility='visible';
document.getElementById('prevCampus').innerHTML=' '
+ '<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ 'Select the campus attended/applied to below:'
+ '<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ '<select name="Previously_Attended_Campus" size="1" >'
+ ' <option value="" > </option>'
+ ' <option value="UK">University of Nebraska-Kearney</option>'
+ ' <option value="UO">University of Nebraska-Omaha</option>'
+ ' <option value="WV">University of Nebraska-Lincoln</option>'
+ ' <option value="UM">University of Nebraska-Medical Center</option>'
+ '</select>'
+ '<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ '<input type="text" name="Previously_Attended_month" value="" size="2" maxlength="2" onchange="validDateMonth(this);" /> '
+ '<input type="text" name="Previously_Attended_day" value="" size="2" maxlength="2" onchange="validDateDay(this);" /> '
+ '<input type="text" name="Previously_Attended_year" value="" size="4" maxlength="4" onchange="validDateYear(this);" /> '
+ '<span class="sm">(mm/dd/yyyy)</span> '
+ '<br />'
+ '<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> ';
}
else {
document.getElementById('prevCampus').style.visibility='hidden';
document.getElementById('prevCampus').innerHTML=" " +
+ '<input type="hidden" name="Previously_Attended_Campus"> '
+ '<input type="hidden" name="Previously_Attended_month"> '
+ '<input type="hidden" name="Previously_Attended_day"> '
+ '<input type="hidden" name="Previously_Attended_year"> ';
}
}
</script>
<tr valign="top">
<td colspan="10">
<!-- App Fee Table Start -->
<table border="0" cellpadding="3" cellspacing="0" width="630">
<c:choose>
<c:when test='${appType == "F"}'>
<tr valign="top">
<td colspan="2"><fieldset><legend>
<br /><b>Application Fee</b></legend> <br />
<input type="radio" id="creditCard" name="pay_method" alt="Payment-Credit" value="CC" <c:if test="${ugApp.payMethod=='CC'}"> checked </c:if> onclick="document.ugPage2.Application_Fee.value='CC'; checkFee('CC'); " />
<label for="creditCard">I plan to pay the application fee of $45 with a credit card upon electronic submission of this application. <br />
</label><br />
<input type="radio" id="neCampus" name="pay_method" alt="Payment-NU Campus" value="WV" <c:if test="${ugApp.payMethod=='WV'}"> checked </c:if> onclick="document.ugPage2.Application_Fee.value='WV'; checkFee('WV'); setPrevAttendUnl(document.ugPage2, true);" /><label for="neCampus"> I have previously attended UNL or have applied and paid my application fee in the last 12 months<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at a University of Nebraska campus; therefore I do not need to submit an application fee to UNL.</label><br />
<!-- Previously Attended a NU campus -->
<c:choose>
<c:when test="${ugApp.payMethod=='WV'}">
<span id="prevCampus" style="visibility:visible" >
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<label for="selectCampus"> Select the campus attended/applied to below:</label>
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<select id="selectCampus" name="Previously_Attended_Campus" size="1" alt="Campus Applied">
<option value="" <c:if test='${ugApp.prevAttendCampus==" "}'> selected </c:if> > </option>
<option value="UK" <c:if test='${ugApp.prevAttendCampus=="UK"}'> selected </c:if> >University of Nebraska-Kearney</option>
<option value="UO" <c:if test='${ugApp.prevAttendCampus=="UO"}'> selected </c:if> >University of Nebraska-Omaha</option>
<option value="WV" <c:if test='${ugApp.prevAttendCampus=="WV"}'> selected </c:if> >University of Nebraska-Lincoln</option>
<option value="UM" <c:if test='${ugApp.prevAttendCampus=="UM"}'> selected </c:if> >University of Nebraska-Medical Center</option>
</select>
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" name="Previously_Attended_month" alt="applied MM" value="${prevAttendMm}" size="2" maxlength="2" onchange="validDate(this,'month');" />
<input type="text" name="Previously_Attended_day" alt="applied DD" value="${prevAttendDd}" size="2" maxlength="2" onchange="validDate(this,'day');" />
<input type="text" name="Previously_Attended_year" alt="applied YYYY" value="${prevAttendYyyy}" size="4" maxlength="4" onchange="validDate(this,'year');" />
<span class="sm">(mm/dd/yyyy)</span>
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
</span>
</c:when>
<c:otherwise>
<span id="prevCampus" style="visibility:hidden" >
<br />
<input type="hidden" name="Previously_Attended_Campus">
<input type="hidden" name="Previously_Attended_month">
<input type="hidden" name="Previously_Attended_day">
<input type="hidden" name="Previously_Attended_year">
</span> <br />
</c:otherwise>
</c:choose>
<input type="radio" id="feeWaiver" name="pay_method" alt="Payment-Fee Waive" value="ND" <c:if test="${ugApp.payMethod=='ND'}"> checked </c:if> onclick="document.ugPage2.Application_Fee.value='ND'; checkFee('ND'); "/>
<span class="underlinetxt"><a onclick="feeWaivedAlert()">
<label for="feeWaiver">I am applying to have my application fee waived based upon documented financial need.</a></span>
</label>
</fieldset></td></tr>
</c:when>
<c:otherwise>
<tr valign="top">
<td colspan="2"><fieldset><legend>
<br /><b>Application Fee</b></legend> <br />
<input type="radio" id="creditCard" name="pay_method" alt="Payment-Credit" value="CC" <c:if test="${ugApp.payMethod=='CC'}"> checked </c:if> onclick="document.ugPage2.Application_Fee.value='CC'; checkFee('CC'); " />
<label for="creditCard">I plan to pay the application fee of $45 with a credit card upon electronic submission of this application.</label> <br />
<br />
<input type="radio" id="neCampus" name="pay_method" alt="Payment-NU Campus" value="WV" <c:if test="${ugApp.payMethod=='WV'}"> checked </c:if> onclick="document.ugPage2.Application_Fee.value='WV'; checkFee('WV'); setPrevAttendUnl(document.ugPage2, true);" /> <label for="neCampus">I have previously attended UNL or have applied and paid my application fee in the last 12 months<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at a University of Nebraska campus; therefore I do not need to submit an application fee to UNL.</label><br />
<!-- Previously Attended a NU campus -->
<c:choose>
<c:when test="${ugApp.payMethod=='WV'}">
<span id="prevCampus" style="visibility:visible" >
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<label for="selectCampus">Select the campus attended/applied to below:
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<select id="selectCampus" name="Previously_Attended_Campus" size="1" alt="Campus Applied">
<option value="" <c:if test='${ugApp.prevAttendCampus==" "}'> selected </c:if> > </option>
<option value="UK" <c:if test='${ugApp.prevAttendCampus=="UK"}'> selected </c:if> >University of Nebraska-Kearney</option>
<option value="UO" <c:if test='${ugApp.prevAttendCampus=="UO"}'> selected </c:if> >University of Nebraska-Omaha</option>
<option value="WV" <c:if test='${ugApp.prevAttendCampus=="WV"}'> selected </c:if> >University of Nebraska-Lincoln</option>
<option value="UM" <c:if test='${ugApp.prevAttendCampus=="UM"}'> selected </c:if> >University of Nebraska-Medical Center</option>
</select>
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" name="Previously_Attended_month" alt="applied MM" value="${prevAttendMm}" size="2" maxlength="2" onchange="validDate(this,'month');" />
<input type="text" name="Previously_Attended_day" alt="applied DD" value="${prevAttendDd}" size="2" maxlength="2" onchange="validDate(this,'day');" />
<input type="text" name="Previously_Attended_year" alt="applied YYYY" value="${prevAttendYyyy}" size="4" maxlength="4" onchange="validDate(this,'year');" />
<span class="sm">(mm/dd/yyyy)</span>
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
</span>
</c:when>
<c:otherwise>
<span id="prevCampus" style="visibility:hidden" >
<br />
<input type="hidden" name="Previously_Attended_Campus">
<input type="hidden" name="Previously_Attended_month">
<input type="hidden" name="Previously_Attended_day">
<input type="hidden" name="Previously_Attended_year">
</span>
</c:otherwise>
</c:choose>
</fieldset></td></tr>
</c:otherwise>
</c:choose>
<!-- April 30, 2007 Greg: fee waiver is for Freshmen (not International) -->
</table>
<!-- App Fee Table End -->
</td></tr>
<!-- **** end of applicationfee.jspf **** -->
This diff is collapsed.
This diff is collapsed.
<!-- **** cultural.jspf **** -->
<!-- Start of cultural information for app -->
<tr valign="top">
<td colspan="2"><fieldset><legend>
Do you want to be considered for leadership, service or diversity scholarships? </legend>
<input type="radio" id="scholarshipsYes" name="cultDivExper" alt="Scholarships-Yes" value="Y" <c:if test="${ugApp.cultDivExper=='Y'}"> checked </c:if> /><label for="scholarshipsYes"> Yes </label>
<input type="radio" id="scholarshipsNo" name="cultDivExper" alt="Scholarships-No" value="N" <c:if test="${ugApp.cultDivExper!='Y'}"> checked </c:if> /><label for="scholarshipsNo"> No </label>
</fieldset></td></tr>
</td></tr>
<tr valign="top">
<td colspan="2"><fieldset><legend>
Would you like to submit your personal statement now or at a later time? </legend>
<input type="radio" id="persStmntYes" name="cultDivObstacle" value="Y" <c:if test="${ugApp.cultDivObstacle=='Y'}"> checked </c:if> onclick="document.ugPage2.culturalFlg.value='Y'; checkCulture('Y');"/><label for="persStmntYes"> Now </label>
<input type="radio" id="persStmntNo" name="cultDivObstacle" value="N" <c:if test="${ugApp.cultDivObstacle!='Y'}"> checked </c:if> onclick="document.ugPage2.culturalFlg.value='N'; checkCulture('N');"/> <label for="persStmntNo">Later </label>
</fieldset><br/>
<!-- culturalObstacle or Experience is set Yes -->
<label for="statement">Personal Statement</label>
<span id="comments" style="visibility:visible" >
<textarea rows="15" cols="100" id="statement" name="comments" onkeyup="checklengthComments();"><c:out value="${ugApp.stuComments}"/>
</textarea>
<br />
<span id="charcount">1500</span> characters remaining.<br />
</span>
</td></tr>
<!-- **** end of applicationfee.jspf **** -->
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment