Skip to content
Permalink
857a39a528
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
46 lines (43 sloc) 1.85 KB
<%--
Document : login
Created on : 31-Dec-2021, 19:41:04
Author : hp
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ABC AIRCRAFT SERVICE</title>
</head><body>
<th></th><td><input type="submit" value="ADD NEW SERVICE/MAINTENCE"/></td>
<th></th><td><input type="submit" value="MAINTENCE SCEDULE"></td>
</body>
<body>
<form action="loginServlet">
<table>
<th>AIRCRAFT NUMBER</th>
<td><input type="text" name="number"/></td><tr>
<th>AIRCRAFT NAME</th>
<td><input type="text" name="name"/></td><tr>
<th>AGE</th>
<td><input type="text" name="age"/><td></tr><tr>
<th>MANUFATURE YEAR</th>
<td><input type="text" name="myear"/><td></tr><tr>
<th>AIRCRAFT TYPE</th>
<td><input type="text" name="type"/><td></tr><tr>
<th> RUNNING HOURS</th>
<td><input type="text" name="hours"/></td></tr><tr>
<th>MAINTENANCE SCHEDULED/UNSCHEDULED</th>
<td><input type="text" name="schedule"/></td><td></tr>
<th></th><td><input type="submit" value="Assign"/></td>
<th></th><td><input type="submit" value="Close"></td>
<td><form action="view.jsp">
<input type="submit" value="view all users"/>
</form></td></tr>
</table>
<a href="view.jsp">VIEW USER'S</a>
</form>
</body>
</html>