-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.jsp
62 lines (62 loc) · 2.26 KB
/
index.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<title>
MMS - MPPKVVCL
</title>
</head>
<body>
<%@ include file="MasterPageTopSection.jsp" %>
<br/>
<center>
<div class="panel panel-primary">
<div class="panel-heading">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="32">
<tr>
<td width="100%" height="32" bgcolor="#000080">
<h3 class="panel-title text-center" align="center">
<font size="6" color="#FFFFFF">
MAINTANANCE MONITORING SYSTEM
</font>
</h3>
</td>
</tr>
</table>
<h3 class="panel-title text-center">MPPKVVCL User</h3>
</div>
</center>
<div class="panel-body">
<form action="Login.jsp" method="post" name="login1" id="signin" class="form-horizontal" onsubmit="return validateform()">
<div class="form-group">
<h4 align="center">${errorBean.errorMessage}</h4>
<p align="center">
<label for="inputEmail3" class="col-lg-2 control-label">Login Id</label>
<input type="text" class="form-control" id="username" placeholder="Enter Login Id" size="20" name="username">
</p>
<div class="col-lg-10">
<p align="center"> </p>
</div>
<div class="form-group">
<p align="center">
<label for="inputPassword3" class="col-lg-2 control-label">Password</label>
<input type="password" class="form-control" id="password" placeholder="Enter Password" size="20" name="password">
</p>
<center>
<div class="col-lg-10">
</div>
<center>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-5">
<button type="submit" class="btn btn-primary btn-block">Sign in</button>
</div>
</div>
</form>
</div>
</div>
</center>
</center>
<br/>
<br/>
<%@ include file="MasterPageBottomSection.jsp" %>
</body>
</html>