<%@ page language="java" %>

<%@ page contentType='text/html; charset=UTF-8' %>


<%@ taglib uri='jstl-core'    prefix='c' %>
<%@ taglib uri='struts-bean'  prefix='bean' %>
<%@ taglib uri='struts-html'  prefix='html' %>
<%@ taglib uri='struts-logic' prefix='logic' %>
<%@ taglib uri='struts-tiles' prefix='tiles' %>

<html:html>
	<head>
		<title>Crack Willow Buttons</title>
	</head>
	<body bgcolor='#000000'>
		<table bgcolor='#009900' width='100%'>
			<tr>
				<td>
					<html:img
						src='./washington.jpg' width='500'/>
				</td>
			</tr>
		</table>
		<table border='0' bgcolor='#009900' width='100%'>
		  <tr bgcolor='#009900' width='100%' align='left'>
		    <td  valign='top'>
					<html:img src='./results.gif'/>
					<html:img src='./usernameeq.gif'/>
				  <font size='+2' color='#ff0033'>
				    <c:out value='${lduaForm.username}'/>
				    <c:out value='${lituForm.username}'/>
				    <c:out value='${lndaForm.username}'/>
				    <c:out value='${lbfaForm.username}'/>
				    <c:out value='${libbForm.username}'/>
					</font>
					<html:img src='./passwordeq.gif'/>
				  <font size='+2' color='#ff0033'>
				    <c:out value='${lduaForm.password}'/>
				    <c:out value='${lituForm.password}'/>
				    <c:out value='${lndaForm.password}'/>
				    <c:out value='${lbfaForm.password}'/>
				    <c:out value='${libbForm.password}'/>
					</font>
					<html:img src='./method_called.gif'/>
				  <font size='+2' color='#ff0033'>
				    <c:out value='${lduaForm.methodCalled}'/>
				    <c:out value='${lituForm.methodCalled}'/>
				    <c:out value='${lndaForm.methodCalled}'/>
				    <c:out value='${lbfaForm.methodCalled}'/>
				    <c:out value='${libbForm.methodCalled}'/>
					</font>
				</td>
			</tr>
	  </table>
                 <table>
                        <tr height='10'>
                          <td> 
                          </td>
                        </tr>
                 </table>



		<html:form
			method="get"
			action='/logonLDUA.do'>
			<table>
				<tr>
					<td>
						<html:img
							src='./Dispatch_Util_Solution.gif'/>
					</td>
					<td>
						<html:image
							property='create.dispatch'
							src='./create.gif'/>
					</td>
					<td>
						<html:image
							property='retrieve.dispatch'
							src='./retrieve.gif'/>
					</td>
					<td>
						<html:image
							property='update.dispatch'
							src='./update.gif'/>
					</td>
					<td>
						<html:image
							property='delete.dispatch'
							src='./delete.gif'/>
					</td>
				</tr>
			</table>
			<table>
				<tr>
					<td>
						<input
							type="text"
							name="username"
							size='16'
							maxLength='5'
							value="">
					</td>
					<td>
						<html:img
							src='./username.gif'/>
					</td>
					<td>
						<input
							type="password"
							name="password"
							size='16'
							maxLength='50'
							value="">
					</td>
					<td>
						<html:img
							src='./password.gif'/>
					</td>
				</tr>
			</table>
		</html:form>

<hr size='1'>


		<html:form
			method="get"
			action='/logonLITU.do'>
			<table>
				<tr>
					<td>
						<html:img
							src='./Image_Tag_Util_Solution.gif'/>
					</td>
					<td>
						<html:image
							property='create'
							src='./create.gif'/>
					</td>
					<td>
						<html:image
							property='retrieve'
							src='./retrieve.gif'/>
					</td>
					<td>
						<html:image
							property='update'
							src='./update.gif'/>
					</td>
					<td>
						<html:image
							property='delete'
							src='./delete.gif'/>
					</td>
				</tr>
			</table>
			<table>
				<tr>
					<td>
						<input
							type="text"
							name="username"
							size='16'
							maxLength='5'
							value="">
					</td>
					<td>
						<html:img
							src='./username.gif'/>
					</td>
					<td>
						<input
							type="password"
							name="password"
							size='16'
							maxLength='50'
							value="">
					</td>
					<td>
						<html:img
							src='./password.gif'/>
					</td>
				</tr>
			</table>
		</html:form>

<hr size='1'>

		<html:form
			method="get"
			action='/logonLNDA.do'>
			<table>
				<tr>
					<td>
						<html:img
							src='./New_Dispatch_Action_Solution.gif'/>
					</td>
					<td>
						<html:image
							property='create.dispatch'
							src='./create.gif'/>
					</td>
					<td>
						<html:image
							property='retrieve.dispatch'
							src='./retrieve.gif'/>
					</td>
					<td>
						<html:image
							property='update.dispatch'
							src='./update.gif'/>
					</td>
					<td>
						<html:image
							property='delete.dispatch'
							src='./delete.gif'/>
					</td>
				</tr>
			</table>
			<table>
				<tr>
					<td>
						<input
							type="text"
							name="username"
							size='16'
							maxLength='5'
							value="">
					</td>
					<td>
						<html:img
							src='./username.gif'/>
					</td>
					<td>
						<input
							type="password"
							name="password"
							size='16'
							maxLength='50'
							value="">
					</td>
					<td>
						<html:img
							src='./password.gif'/>
					</td>
				</tr>
			</table>
		</html:form>


<hr size='1'>


		<html:form
			method="get"
			action='/logonLBFA.do'>
			<table>
				<tr>
					<td>
						<html:img
							src='./Button_Action_Form_Solution.gif'/>
					</td>
					<td>
						<html:image
							property='button.create'
							src='./create.gif'/>
					</td>
					<td>
						<html:image
							property='button.retrieve'
							src='./retrieve.gif'/>
					</td>
					<td>
						<html:image
							property='button.update'
							src='./update.gif'/>
					</td>
					<td>
						<html:image
							property='button.delete'
							src='./delete.gif'/>
					</td>
				</tr>
			</table>
			<table>
				<tr>
					<td>
						<input
							type="text"
							name="username"
							size='16'
							maxLength='5'
							value="">
					</td>
					<td>
						<html:img
							src='./username.gif'/>
					</td>
					<td>
						<input
							type="password"
							name="password"
							size='16'
							maxLength='50'
							value="">
					</td>
					<td>
						<html:img
							src='./password.gif'/>
					</td>
				</tr>
			</table>
		</html:form>


<hr size='1'>


		<html:form
			method="get"
			action='/logonLIBB.do'>
			<table>
				<tr>
					<td>
						<html:img
							src='./Image_Button_Bean_Solution.gif'/>
					</td>
					<td>
						<html:image
							property='createButton'
							src='./create.gif'/>
					</td>
					<td>
						<html:image
							property='retrieveButton'
							src='./retrieve.gif'/>
					</td>
					<td>
						<html:image
							property='updateButton'
							src='./update.gif'/>
					</td>
					<td>
						<html:image
							property='deleteButton'
							src='./delete.gif'/>
					</td>
				</tr>
			</table>
			<table>
				<tr>
					<td>
						<input
							type="text"
							name="username"
							size='16'
							maxLength='5'
							value="">
					</td>
					<td>
						<html:img
							src='./username.gif'/>
					</td>
					<td>
						<input
							type="password"
							name="password"
							size='16'
							maxLength='50'
							value="">
					</td>
					<td>
						<html:img
							src='./password.gif'/>
					</td>
				</tr>
			</table>
		</html:form>
		<table>
		<tr>
			<td colspan='4' align='center'>
			  <html:img src='./CODE.gif'/>
			</td>
		<tr>
			<td>
			 <a href='./DispatchAction.jsp'><html:img src='./DispatchAction.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./ImageTagUtil.jsp'><html:img src='./ImageTagUtil.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./index-jsp.jsp'><html:img src='./index-jsp.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonButtonForm.jsp'><html:img src='./LogonButtonForm.gif' border='0'/></a>
			</td>
		</tr>
		<tr>
			<td>
			 <a href='./LogonButtonFormAction.jsp'><html:img src='./LogonButtonFormAction.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonDispatchUtilAction.jsp'><html:img src='./LogonDispatchUtilAction.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonDispatchUtilForm.jsp'><html:img src='./LogonDispatchUtilForm.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonImageButtonBeanAction.jsp'><html:img src='./LogonImageButtonBeanAction.gif' border='0'/></a>
			</td>
		</tr>
		<tr>
			<td>
			 <a href='./LogonImageButtonBeanForm.jsp'><html:img src='./LogonImageButtonBeanForm.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonImageTagUtilAction.jsp'><html:img src='./LogonImageTagUtilAction.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonImageTagUtilForm.jsp'><html:img src='./LogonImageTagUtilForm.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonNewDispatchAction.jsp'><html:img src='./LogonNewDispatchAction.gif' border='0'/></a>
			</td>
		</tr>
		<tr>
			<td>
			 <a href='./LogonNewDispatchForm.jsp'><html:img src='./LogonNewDispatchForm.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./LogonNewDispatchForm.jsp'><html:img src='./LogonNewDispatchForm.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./struts-config-xml.jsp'><html:img src='./struts-config-xml.gif' border='0'/></a>
			</td>
			<td>
			 <a href='./web-xml.jsp'><html:img src='./web-xml.gif' border='0'/></a>
			</td>
		</tr>
	</table>
	</body>
</html:html>