<%@page import="com.education.vidyarthi.pojo.xxxxxxx"%>
<%@page import="com.education.vidyarthi.pojo.xxxxxxxx"%>
<%@page import="com.education.vidyarthi.pojo.xxxxxxxxxxx"%>
<%@page import="com.education.vidyarthi.pojo.xxxxxxxxx" %>><!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>vidyarthi</title>
<link href="css/newcss.css" rel="stylesheet" type="text/css">
</style>
<!-- body {
background-color: #066;
margin: 0;
padding: 0;
color: #FFFF00;
}
ul, ol, dl {
padding: 0;
margin: 0;
text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
/* [disabled]padding-right: 15px; */
/* [disabled]padding-left: 15px; */
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
color: #FF0000;
font-size: 18px;
text-decoration: none;
text-align: center;
}
a img {
border: none;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #FFFFFF;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
font-size: medium;
background-color: #FFFFFF;
background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(238,243,239,0.30)),color-stop( 100% , rgba(95,115,112,1.00)));
background-image: -webkit-linear-gradient(90deg,rgba(238,243,239,0.30) 0%,rgba(95,115,112,1.00) 100%);
background-image: linear-gradient(0deg,rgba(238,243,239,0.30) 0%,rgba(95,115,112,1.00) 100%);
box-shadow: 0px 0px #FFFFFF;
border-width: thick;
font-style: normal;
font-weight: 400;
}
.container {
width: 1200px;
background-color: #FFFFFF;
margin: 0 auto;
-webkit-box-shadow: inset 0px 0px;
box-shadow: inset 0px 0px;
}
header {
background-color: #ADB96E;
}
.sidebar1 {
color: #909;
float: left;
width: 180px;
background-color:#66F
padding-bottom: 10px;
}
.content {
padding: 10px 0;
width: 830px;
float: left;
}
aside {
float: right;
width: 180px;
background-color: #FFFFFF;
padding: 10px 0;
}
.content ul, .content ol {
padding: 0 15px 15px 40px;
}
nav ul{
list-style: none;
border-top: 1px solid #666;
margin-bottom: 15px;
text-align: left;
}
nav li {
border-bottom: 1px solid #666;
}
nav a, nav a:visited {
display: block;
width: 160px;
text-decoration: none;
background-color: #063;
padding-bottom: 5px;
padding-left: 15px;
padding-top: 5px;
}
nav a:hover, nav a:active, nav a:focus {
background-color: #FFFFFF;
color: #FF0000;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
font-weight: bold;
font-size: xx-large;
}
footer {
text-align:center;
color:#C03;
padding: 10px 0;
background-color: #CCC49F;
position: relative;
clear: both;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
header, section, footer, aside, article, figure {
display: block;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.table, th, td {
border-spacing: 0px 0px;
table-layout: fixed;
border-style: groove;
color: #FFF;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
text-align: center;
text-indent: 0px;
text-shadow: 0px 0px #FFFFFF;
border-color: #CCC;
}
a:hover {
color: #FF0000;
background-color: #CCFFFF;
text-decoration: none;
}
h6 {
font-size: 14px;
color: #00F;
font-style: italic;
font-weight: bold;
text-align: right;
}
h1 {
font-size: 36px;
text-decoration: blink;
}
a:active {
color: #CCC;
}
h4 {
font-size: 16px;
}
body,td,th {
color: #FFF;
} -->
<script type="text/javascript">
function SAVE()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function AdminDetails()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function getallstudents()
{
document.forms[0].method="post";
document.forms[0].action="AllstudnetServlet";
document.forms[0].submit();
alert("hello");
}
function updateall()
{
alert("hello");
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function deleteall()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function checkusername()
{
/*document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxxxx";
document.forms[0].submit();
alert("hello");*/
var xmlHttp=new XMLHttpRequest();
xmlHttp.open("POST","xxxxxxxxxxxxxx?uname="+document.getElementById("studentid").value ,true);
xmlHttp.send();
xmlHttp.onreadystatechange=
function(){
if(xmlHttp.readyState==4)
{
//alert(XMLHttpRequest.responseText);
document.getElementById("errormessage").innerHTML=xmlHttp.responseText;
}
};
}
function eSAVE()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function EntranceDetails()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function nSAVE()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function NotificatinDetails()
{
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function ss()
{
alert("hello");
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxxxxx";
document.forms[0].submit();
alert("hello11");
}
function getadmit()
{
alert("hello");
document.forms[0].method="post";
document.forms[0].action="xxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
function rectbrdsave()
{
alert("hello");
document.forms[0].method="get";
document.forms[0].action="Results";
document.forms[0].submit();
alert("hello11");
}
function getallresults()
{
alert("hello");
document.forms[0].method="get";
document.forms[0].action="xxxxxxxxxxxx";
document.forms[0].submit();
alert("hello");
}
</script>
</head>
<body text="#999999" link="#FF0000" alink="#000000">
<div class="container">
<header>
<a href="xxxxxxxxxxxxxxxx"><!-- <img src="images/images23.jpg" alt="Insert Logo Here" width="191" height="118" id="Insert_logo" style="background-color: #FFFFFF; display: block;" /> --><IMG SRC="images/head.jpg" width="1198" height="170"></a>
</header>
<div class="table">
<table style="width:100%" >
<tr style="background-color:yellow">
<th width="19" bgcolor="#993333"><a href="xxxxxxxxxxxxxx">Home</a></th>
<th width="21%" bgcolor="#993333"><a href="xxxxxxxxxxx">EntranceExams</a></th>
<th width="15%" bgcolor="#993333"><a href="xxxxxxxxxxx">notification</a></th>
<th width="14%" bgcolor="#993333"><a href="xxxxxxxxxxx">results</a></th>
<th width="18%" bgcolor="#993333"><a href="xxxxxxxxx.jsp">Qestion papers</a></th>
<th width="15%" bgcolor="#993333"><a href="xxxxxxxxx">AdmitCards</th>
</tr>
</table>
</div>
<h1 align="center"><font color="#FF0000">xxxxxxxxxxxx</font></H1>
<p>
<%
VidyarthiPojo pojo=(VidyarthiPojo) request.getAttribute("xxxxxxxxxxx");
if(pojo==null)
{
pojo=new xxxxxxxxxx();
pojo.setId(0);
pojo.setFirstname("");
pojo.setLastname("");
pojo.setUsername("");
pojo.setPassword("");
pojo.setEmail("");
}
%>
<%
EntranceExamsEntity Entrance=(xxxxxxxxx) request.getAttribute("entranceexam");
if(Entrance==null)
{
Entrance=new xxxxxxxxxxxx();
Entrance.setId(0);
Entrance.setExamboard("");
Entrance.setNotificationapply("");
}
%>
<%
NotificationEntity notification=(xxxxxxxxxxxxxx) request.getAttribute("NotificationEntity");
if(notification==null)
{
notification=new xxxxxxxxxxx();
notification.setId(0);
notification.setRecrutmentBoard("");
notification.setLastDate("");
notification.setApply("");
notification.setLastDate("");
notification.setNotification("");
}
%>
</p>
<p> </p>
<div align="left">
<table width="1001" height="46" border="1" style="background-color:#933" ><br><br>
<tr>
<td width="624" height="42"><div align="center"><font style="color:#FFF">admin signup details</font></div></td>
</tr>
</table>
</div>
<p align="center"> </H1>
<form >
<strong><em>
<div align="center"> <input type="hidden" name="id" value="<%= pojo.getId()%>"><br/>
<br/>
<strong><em><font style="color:#00F">firstname </font>
<input autofocus type="text" name="name" value="<%= pojo.getFirstname()%>"><br/>
<br/>
</em></strong><font style="color:#00F">lastname </font> <input autofocus type="text" name="lname" value="<%= pojo.getLastname()%>"><br/>
<br/>
<font style="color:#00F">username </font> <input autofocus onblur="checkusername()" type="text" name="uname" id="studentid"value="<%= pojo.getUsername()%>"><br/><br/>
</div>
<div id="errormessage" style="color: red"></div>
<div align="center"><font style="color:#00F">password </font> <input autofocus type="password" name="pwd" value="<%= pojo.getPassword()%>"><br/><br/>
<font style="color:#00F">email </font> <input autofocus type="email" name="email" value="<%=pojo.getEmail() %>"><br>
</div>
<table width="1060" height="50" border="1" style="background-color:#933" ><br><br>
<tr>
<td width="624"><font style="color:#FFF">contact details</font></td>
</tr>
</table>
<p> </p>
<p><font style="color:#00F">Mobile No </font>
<input type="text" name="MobileNo" value="Mobile No">
<br/>
<br/>
<font style="color:#00F">LandLine No </font>
<input type="text" name="LandLine" value="LandLine">
<br/>
<br/>
<font style="color:#00F">Alternative No </font>
<input type="text" name="Alternative" value="Alternative">
<br/>
<br/>
<font style="color:#00F">Relation Contact No </font>
<input type="Relation" name="Relation" value="Relation">
<br/>
<br/>
<table width="1062" height="50" border="1" style="background-color:#933" >
<tr>
<td width="766"><font style="color:#FFF">address details</font></td>
</tr>
</table>
<p> </p>
<p><strong><em>
<div align="center"><font style="color:#00F">H-No </font>
<input type="text" name="hno" value="H-No ">
<br/>
<br/>
<font style="color:#00F">StreetName </font>
<input type="text" name="StreetName" value="StreetName">
<br/>
<br/>
<font style="color:#00F">Villege </font>
<input type="text" name="Villege" value="Villege">
<br/>
<br/>
<font style="color:#00F">District </font>
<input type="text" name="District" value="District">
<br/>
<br/>
<font style="color:#00F">State </font>
<input type="State" name="State" value="State"><br><br>
<font style="color:#00F">pincode </font>
<input type="text" name="pincode" value="pincode"><br><br><br><br>
</div>
<table width="1062" height="50" border="1" style="background-color:#933" >
<tr>
<td width="766"><font style="color:#FFF">ENTRANCE EXAMS UPLOAD</font></td>
</tr>
</table>
<div align="center"><br>
<font style="color:#00F">id:</font>
<input type="text" name="id" id="studentid" <%-- value="<%= Entrance.getId()%>" --%>><br/><br/>
<font style="color:#00F"> EntranceExamBoard:</font> <input type="text" name="boardname" <%-- value="<%=Entrance.getExamboard()%>" --%>><br/>
<br/>
<font style="color:#00F"> Notification and apply :</font> <input type="text" name="notification" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
</div>
<table width="1062" height="50" border="1" style="background-color:#933" >
<tr>
<td width="766"><font style="color:#FFF">NOTIFICATION UPLOADS</font></td>
</tr>
</table>
<div align="center"><br>
<font style="color:#00F">id:</font>
<input type="text" name="id" id="studentid" <%-- value="<%= Entrance.getId()%>" --%>><br/><br/>
<font style="color:#00F"> RecrutmentBoard:</font> <input type="text" name="RecrutmentBoard" <%-- value="<%=Entrance.getExamboard()%>" --%>><br/>
<br/>
<font style="color:#00F"> Notification :</font> <input type="text" name="Notification" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
<font style="color:#00F"> LastDate :</font> <input type="text" name="LastDate" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
<font style="color:#00F"> URL :</font> <input type="text" name="Apply" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
</div>
<table width="1062" height="50" border="1" style="background-color:#933" >
<tr>
<td width="766"><font style="color:#FFF">Admit Cards UPLOADS</font></td>
</tr>
</table>
<div align="center"><br>
<font style="color:#00F"> RecrutmentBoard</font> <input type="text" name="recrutmentboard" <%-- value="<%=Entrance.getExamboard()%>" --%>><br/>
<br/>
<font style="color:#00F"> ExamDate</font> <input type="text" name="announceddate" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
<font style="color:#00F"> Download Admit Card URL</font> <input type="text" name="download" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
</div>
<table width="1062" height="50" border="1" style="background-color:#933" >
<tr>
<td width="766"><font style="color:#FFF">Results UPLOADS</font></td>
</tr>
</table>
<div align="center"><br>
<font style="color:#00F"> RecrutmentBoard</font> <input type="text" name="rctboard" <%-- value="<%=Entrance.getExamboard()%>" --%>><br/>
<br/>
<font style="color:#00F"> announsed</font> <input type="text" name="announsed" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
<font style="color:#00F"> results url</font> <input type="text" name="url" <%-- value="<%=Entrance.getNotificationapply()%>" --%>><br/>
<br><br>
</div>
<button type="button" onClick="SAVE()" name="save" value="save">save </button>
<button type="button" onClick="AdminDetails()" name="getallstdents" value="getallstdents">AdminDetails </button>
<button type="button" onClick="updateall()" name="update" value="update">update </button>
<button type="button" onClick="deleteall()" name="delete" value="delete">delete </button>
<button type="button" onClick="getallstudents()" name="getallstdents" value="getallstdents">getallstdentslist </button>
<button type="button" onClick="eSAVE()" name="save" value="save">EnranseExamsSave </button>
<button type="button" onClick="EntranceDetails()" name="getallstdents" value="getallstdents">GetAllEntranseExams</button>
<button type="button" onClick="nSAVE()" name="save" value="save">Notifications Save </button>
<button type="button" onClick="NotificatinDetails()" name="getallstdents" value="getallstdents">GetAllNOTIFICATIONS</button>
<button type="button" onClick="ss()" name="admitcardsave" value="admitcard">AdmitCardSave</button>
<button type="button" onClick="getadmit()" name="getalladmitcards" value="getalladmitcards">Getalladmitcards</button>
<button type="button" onClick="rectbrdsave()" name="recrutmentboard" value="ResultsSave">ResultsSave</button>
<button type="button" onClick="getallresults()" name="admitdownload" value="getallresults">getallresults</button>
</form>
<footer>
<h6> </h6>
<h6>@copy all rights</h6>
</footer>
<!-- end .container --></div>
</body>
</html>