%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"
import="java.util.*"
import="com.tootsville.user.*"
import="org.starhope.appius.except.*"
import="org.starhope.appius.user.*"
import="org.starhope.appius.mb.*"
import="org.starhope.appius.mb.fields.*"
import="com.tootsville.WebUtil"
%><%@taglib uri="/WEB-INF/mb-taglib.tld" prefix="mb" %><% WebUtil.go(); %><%
MBSession sess = MBSession.get(request);
Parent sessionUser;
try {
sessionUser = sess.getVisitorAsParent ();
} catch (NotFoundException e) {
response.sendRedirect ("/membership"); return;
}
User selectedChild = (User)(sess.child.getValue ());
%>

Parent Account
<%
final int childID = (null == selectedChild ? -1 : selectedChild.getUserID () );
if (null!=selectedChild && sessionUser.getID() == selectedChild.getParentID()) {
%>
<%
}
%>
Hello, <%= sessionUser.getDisplayName() + "
(" + sessionUser.getMail() + ")" %>
To review the details of your child's Toots® Account(s), edit your profile and register
new Toots® accounts, please select from the options below.

V.I.T. Memberships

Your Child's Account Needs Attention
<%
if (null!=request.getParameter("edit") && !request.getParameter("edit").equals("")) {
String edit = request.getParameter("edit");
if (edit.equals("true")) {
%>
<% }} %>