<%@page import="com.education.vidyarthi.pojo.ItWalkins"%>
<%@page import="com.education.vidyarthi.pojo.AdmitcardEntity"%>
<%@page import="com.education.vidyarthi.pojo.examresults"%>
<%@page import="com.education.vidyarthi.pojo.NotificationEntity"%>
<%@page import="com.education.vidyarthi.pojo.EntranceExamsEntity" %>
<%@page import="java.util.List"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>itwalkins</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#999999" link="#FF0000" alink="#000000">
<div class="container">
<header>
<h2 id="logo"><a href="#"><img src="images/logo.png" width="320" height="104" alt="logo"/></a></h2>
<div class="rightsection">
<div class="first">
<div class="lang_web">
<a href="#">
<img src="images/languageweb.png" width="270" height="43" alt="lang_web"/> </a>
</div>
<div id="tfheader">
<form id="tfnewsearch" method="get" action="http://www.google.com" >
<input type="text" class="tftextinput" name="q" size="37" maxlength="120"><input type="submit" value="search" class="tfbutton">
</form>
<div class="tfclear"></div>
</div>
</div>
<div class="social">
<ul>
<li><a href="#"><img src="images/fb.png" width="34" height="34" alt="facebook"/></a></li>
<li><a href="#"><img src="images/twitter.png" width="33" height="33" alt="twitter"/></a></li>
<li><a href="#"><img src="images/google+.png" width="33" height="33" alt="google+"/></a></li>
<li><a href="#"><img src="images/whatsapp.png" width="35" height="35" alt="whatsapp"/></a></li>
</ul>
</div>
</div>
</header>
<div class="menu">
<ul>
<li><a href="xxxxxxxx"><strong>xxxxxxx</strong></a></li>
</ul>
</div>
<div class="sidebar1">
<nav>
<ul >
<li><a href="uppsc1.jsp">xxx</a></li>
</ul>
</nav>
<aside>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" align="center" valign="baseline" bgcolor="#666633"><img src="images/LATESTWALKINSlast.jpg" alt="" width="166" height="120">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<ItWalkins> walkins=(List<ItWalkins>)request.getAttribute("itwalkins");%>
<%for(ItWalkins itwalk:walkins){ %>
<h4 style="color: white"><img src="images/NewIcon.gif"><%=itwalk.getTitle()%> Hiring For<%=itwalk.getElgibility() %> <a href="<%=itwalk.getMoredetails() %>"><font style="color:yellow ;">click Here For More Details</font> </a></h4>
<%} %><br/>
</marquee>
<p align="right"><font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
</aside>
<!-- end .sidebar1 --></div>
<DIV class="content">
<font color="#CC3366">
<h1 align="center">LATEST IT WALKINS</h1>
<% List<ItWalkins> eList=(List<ItWalkins>)request.getAttribute("itwalkins");%>
<table width="820" border="1">
<tr bgcolor="#996666">
<th width="140">postingDate</th>
<th width="180">title</th>
<th width="243">location </th>
<th width="243">elgibility </th>
<th width="243">lastDate </th>
<th width="243">moredetails </th>
</tr>
<%for(ItWalkins pojo:eList){%>
<tr bgcolor="grey">
<td width="50" height="40"><%=pojo.getPostingDate()%></td>
<td width="50" height="40"><%=pojo.getTitle()%></td>
<td width="50" height="40"><%=pojo.getLocation()%></td>
<td width="50" height="40"><%=pojo.getLastDate()%></td>
<td width="50" height="40"><%=pojo.getElgibility()%></td>
<td width="50" height="40"><a href="<%=pojo.getMoredetails()%>">Click Here For More Details</a></td>
</tr>
<%}%>
</table>
</DIV>
<aside>
<div class="sidebar1">
<font color="#0000FF" face="Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, sans-serif">
<script type="text/javascript">
var wArray = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
var wMonth = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
var wDate = new Array("st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "st");
var d = new Date();
var strDate = wArray[d.getDay()] + " " + d.getDate() + "<sup>" + wDate[(d.getDate()) - 1] + "</sup> " + wMonth[d.getMonth()] + ", " + d.getFullYear();
document.write(strDate);
</script>
</font>
</div>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="#666633"><img src="images/ADMIT CARD DOWNLOAD.jpg" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<AdmitcardEntity> admtList=(List<AdmitcardEntity>)request.getAttribute("admitlist");%>
<%for(AdmitcardEntity resul:admtList){ %>
<h4 style="color: white"><img src="images/NewIcon.gif"><a href="<%=resul.getDownload()%>"><%=resul.getRectboard()%> announced click here to download </a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
<div class="sidebar1">
</div>
<div class="sidebar1" align="right">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="#663333"><img src="images/index (2).jpg" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<examresults> resultsmain=(List<examresults>)request.getAttribute("examlist");%>
<%for(examresults res:resultsmain){%>
<h4 style="color: white"><img src="images/NewIcon.gif"> <%=res.getRecrutmentboard() %>Results anounsed <a href="<%=res.getClick() %>" target="_blank"><font style="color:yellow ;">click here to download</font></a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="434141"><img src="images/apply-online.gif" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<!-- <font color="#FF0000"><a href="file:///F|/html/5.png.jpg" class="h3">railway jezz results announced click here...</a></font><br>
-->
<% List<NotificationEntity> notificationlist=(List<NotificationEntity>)request.getAttribute("notificationlist");%>
<%for(NotificationEntity npojo:notificationlist){%>
<h4 style="color: white"><img src="images/NewIcon.gif"> <%=npojo.getRecrutmentBoard()%>anounsed notification of<%=npojo.getNotification()%><a href="<%=npojo.getApply()%>"><font style="color:yellow ;">click here to apply</font></a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
</aside>
</body>
<div class="footer" >
<p class="footer"><strong></strong></p>
</div>
</html>
<%@page import="com.education.vidyarthi.pojo.AdmitcardEntity"%>
<%@page import="com.education.vidyarthi.pojo.examresults"%>
<%@page import="com.education.vidyarthi.pojo.NotificationEntity"%>
<%@page import="com.education.vidyarthi.pojo.EntranceExamsEntity" %>
<%@page import="java.util.List"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>itwalkins</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#999999" link="#FF0000" alink="#000000">
<div class="container">
<header>
<h2 id="logo"><a href="#"><img src="images/logo.png" width="320" height="104" alt="logo"/></a></h2>
<div class="rightsection">
<div class="first">
<div class="lang_web">
<a href="#">
<img src="images/languageweb.png" width="270" height="43" alt="lang_web"/> </a>
</div>
<div id="tfheader">
<form id="tfnewsearch" method="get" action="http://www.google.com" >
<input type="text" class="tftextinput" name="q" size="37" maxlength="120"><input type="submit" value="search" class="tfbutton">
</form>
<div class="tfclear"></div>
</div>
</div>
<div class="social">
<ul>
<li><a href="#"><img src="images/fb.png" width="34" height="34" alt="facebook"/></a></li>
<li><a href="#"><img src="images/twitter.png" width="33" height="33" alt="twitter"/></a></li>
<li><a href="#"><img src="images/google+.png" width="33" height="33" alt="google+"/></a></li>
<li><a href="#"><img src="images/whatsapp.png" width="35" height="35" alt="whatsapp"/></a></li>
</ul>
</div>
</div>
</header>
<div class="menu">
<ul>
<li><a href="xxxxxxxx"><strong>xxxxxxx</strong></a></li>
</ul>
</div>
<div class="sidebar1">
<nav>
<ul >
<li><a href="uppsc1.jsp">xxx</a></li>
</ul>
</nav>
<aside>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" align="center" valign="baseline" bgcolor="#666633"><img src="images/LATESTWALKINSlast.jpg" alt="" width="166" height="120">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<ItWalkins> walkins=(List<ItWalkins>)request.getAttribute("itwalkins");%>
<%for(ItWalkins itwalk:walkins){ %>
<h4 style="color: white"><img src="images/NewIcon.gif"><%=itwalk.getTitle()%> Hiring For<%=itwalk.getElgibility() %> <a href="<%=itwalk.getMoredetails() %>"><font style="color:yellow ;">click Here For More Details</font> </a></h4>
<%} %><br/>
</marquee>
<p align="right"><font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
</aside>
<!-- end .sidebar1 --></div>
<DIV class="content">
<font color="#CC3366">
<h1 align="center">LATEST IT WALKINS</h1>
<% List<ItWalkins> eList=(List<ItWalkins>)request.getAttribute("itwalkins");%>
<table width="820" border="1">
<tr bgcolor="#996666">
<th width="140">postingDate</th>
<th width="180">title</th>
<th width="243">location </th>
<th width="243">elgibility </th>
<th width="243">lastDate </th>
<th width="243">moredetails </th>
</tr>
<%for(ItWalkins pojo:eList){%>
<tr bgcolor="grey">
<td width="50" height="40"><%=pojo.getPostingDate()%></td>
<td width="50" height="40"><%=pojo.getTitle()%></td>
<td width="50" height="40"><%=pojo.getLocation()%></td>
<td width="50" height="40"><%=pojo.getLastDate()%></td>
<td width="50" height="40"><%=pojo.getElgibility()%></td>
<td width="50" height="40"><a href="<%=pojo.getMoredetails()%>">Click Here For More Details</a></td>
</tr>
<%}%>
</table>
</DIV>
<aside>
<div class="sidebar1">
<font color="#0000FF" face="Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, sans-serif">
<script type="text/javascript">
var wArray = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
var wMonth = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
var wDate = new Array("st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "st");
var d = new Date();
var strDate = wArray[d.getDay()] + " " + d.getDate() + "<sup>" + wDate[(d.getDate()) - 1] + "</sup> " + wMonth[d.getMonth()] + ", " + d.getFullYear();
document.write(strDate);
</script>
</font>
</div>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="#666633"><img src="images/ADMIT CARD DOWNLOAD.jpg" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<AdmitcardEntity> admtList=(List<AdmitcardEntity>)request.getAttribute("admitlist");%>
<%for(AdmitcardEntity resul:admtList){ %>
<h4 style="color: white"><img src="images/NewIcon.gif"><a href="<%=resul.getDownload()%>"><%=resul.getRectboard()%> announced click here to download </a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
<div class="sidebar1">
</div>
<div class="sidebar1" align="right">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="#663333"><img src="images/index (2).jpg" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<% List<examresults> resultsmain=(List<examresults>)request.getAttribute("examlist");%>
<%for(examresults res:resultsmain){%>
<h4 style="color: white"><img src="images/NewIcon.gif"> <%=res.getRecrutmentboard() %>Results anounsed <a href="<%=res.getClick() %>" target="_blank"><font style="color:yellow ;">click here to download</font></a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
<div class="sidebar1">
<table width="178" height="305" >
<tr>
<td width="169" height="278" align="center" valign="baseline" bgcolor="434141"><img src="images/apply-online.gif" alt="" width="166" height="82">
<marquee width="169" height="278" behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">
<!-- <font color="#FF0000"><a href="file:///F|/html/5.png.jpg" class="h3">railway jezz results announced click here...</a></font><br>
-->
<% List<NotificationEntity> notificationlist=(List<NotificationEntity>)request.getAttribute("notificationlist");%>
<%for(NotificationEntity npojo:notificationlist){%>
<h4 style="color: white"><img src="images/NewIcon.gif"> <%=npojo.getRecrutmentBoard()%>anounsed notification of<%=npojo.getNotification()%><a href="<%=npojo.getApply()%>"><font style="color:yellow ;">click here to apply</font></a></h4>
<%} %><br/>
</marquee>
<font color="#FF0000"><h6><a href="#" target="_blank">>>>more</a></h6></font></p>
</td>
</tr>
</table>
</div>
</aside>
</body>
<div class="footer" >
<p class="footer"><strong></strong></p>
</div>
</html>
0 comments:
Post a Comment