Code Search for Developers
 
 
  

body-login.jsp from iTicket at Krugle


Show body-login.jsp syntax highlighted

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>

	<html:form action="/logon">
		<table width="620" border="0" align="center">
			<tr>
				<th colspan="2" class="tabletitle">Logon</th>
			</tr>
			<tr>
				<td>Username:</td>
				<td><html:text name="dynaLogonForm" property="username" /></td>
			</tr>
			<tr>
				<td>Password:</td>
				<td><html:password name="dynaLogonForm" property="password" /></td>
			</tr>
			<tr>
				<td colspan="2"><div align="right">
						<html:submit property="action" value="Login" />
					</div></td>
			</tr>
		</table>
	</html:form>




See more files for this project here

iTicket

iTicket is an application for booking specific flights. On a quick-check-in terminal the passenger could easily withdraw the ticket.

Project homepage: http://sourceforge.net/projects/iticket
Programming language(s): Java,JSP,XML
License: lgpl21

  body-login.jsp
  body-welcome.jsp
  footer.jsp
  header.jsp
  layout.jsp