-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.php
184 lines (144 loc) · 6.08 KB
/
index.php
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Online Portal : : Home</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<script language="JavaScript" type="text/javascript">
<!--
function validateForm()
{
var x=document.forms["myForm"]["user"].value;
var y=document.forms["myForm"]["pass"].value;
if (x==null || x=="" || y==null || y=="" )
{
alert("Enter Username And Password......!");
return false;
}
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function validateFormAdmin()
{
var x=document.forms["myFormAdmin"]["username"].value;
var y=document.forms["myFormAdmin"]["password"].value;
if (x==null || x=="" || y==null || y=="" )
{
alert("Enter Admin Username And Password......!");
return false;
}
}
//-->
</script>
</head>
<body>
<div id="main_container">
<div id="header">
<div id="logo"><a href="index.php"><img src="images/logo.gif" alt="" title="" border="0"></a></div><br /><br />
<h1 align="center"><font color="#000000" size="5">ONLINE BIRTH AND DEATH REGISTRATION PORTAL</font></h1>
<div id="menu">
<ul>
<li><a class="current" href="index.php" title="">Home</a></li>
<li><a href="bentry.php" title="">Birth Entry</a></li>
<li><a href="deathentry.php" title="">Death Entry</a></li>
<li><a href="birthview.php" title="">Birth Certificate View</a></li>
<li><a href="deathview.php" title="">Death Certificate View</a></li>
<li><a href="contact.php" title="">Contactus</a></li>
</ul>
</div>
</div>
<div class="green_box">
<div class="clock">
<img src="images/clock.png" alt="" title="">
</div>
<div class="text_content">
<h1>Welcome to Online Portal</h1>
<p class="green">
We Welcome to you in online portal.its mainly developed and used for register birth and death entries in certain time enter in all over states and printout in fraction of minutes...
</p>
<div class="read_more"><a href="documents\Birth certificate.docx" TARGET="_blank" >read more</a></div>
</div>
<div id="right_nav">
<ul>
<li><a class="current" href="index.php" title="">Home</a></li>
<li><a href="bentry.php" title="">Birth Entry</a></li>
<li><a href="deathentry.php" title="">Death Entry</a></li>
<li><a href="birthview.php" title="">Birth View</a></li>
<li><a href="deathview.php" title="">Death View</a></li>
</ul>
</div>
</div><!--end of green box-->
<div id="main_content">
<div id="left_content">
<h2>Welcome to Online Birth and Death Registration</h2>
<p>
</p>
<div id="left_nav">
<ul>
<li><a class="current" href="index.php" title="">Home</a></li>
<li><a href="bentry.php" title="">Birth Entry</a></li>
<li><a href="deathentry.php" title="">Death Entry</a></li>
<li><a href="birthview.php" title="">Birth View</a></li>
<li><a href="deathview.php" title="">Death View</a></li>
</ul>
</div>
<p class="clear">
<img src="images/pic1.jpg" alt="" title="" class="left_img">
We Welcome to you in online portal.its mainly developed and used for register birth and death entries in certain time enter in all over states and printout in fraction of minutes...
</p>
<div class="read_more_link"><a href="documents\Birth certificate.docx">read more</a></div>
</div><!--end of left content-->
<div id="right_content">
<h2>District Wise Login</h2>
<div class="products_box">
<img src="images/box_icon.gif" alt="" title="" class="box_img">
<h3>User Only</h3>
<p>
<form action="login.php" method="post" name="myForm" onSubmit="return validateForm()">
<center>
Username :- <input type="text" name="user" /><br /><br />
Password :- <input type="password" name="pass" /><br /><br />
<input type="submit" name="sub" value="Login" />
</center>
</form>
</p>
<br />
</div>
<div class="products_box">
<img src="images/box_icon.gif" alt="" title="" class="box_img">
<h3>Admin Login</h3>
<p>
<form action="admin\login.php" method="post" name="myFormAdmin" onSubmit="return validateFormAdmin()">
<center>
Username :- <input type="text" name="username" /><br /><br />
Password :- <input type="password" name="password" /><br /><br />
<input type="submit" name="sub" value="Login" />
</center>
</form>
</p>
</div>
</div>
<div class="contact_information">
<h4>Free Customers Support</h4>
<p>
<img src="images/phone_icon.gif" alt="" title="" class="box_img"></p>
<p><font size="2">99948 65577</font></p><br>
<br><br>
</div>
</div><!--end of right content-->
<div style=" clear:both;"></div>
</div><!--end of main content-->
<div id="footer">
<div class="copyright">
<a href="index.php"></a><h1>ViN SYSTEM'S</h1>
</div>
<div class="footer_links">
<a href="about.php">About us</a>
<a href="privacy.php">Privacy policy</a>
<a href="contact.php">Contact us </a>
<a href="http://vinsystem.in">Website Designer</a>
</div>
</div>
</div> <!--end of main container-->
</body></html>