Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.225.156.91
<!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>
<link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg" />
<?php require_once("links/js_files.php");?>
<script type="text/javascript">
$(function(){
if (location.protocol !== 'https:') {
location.replace(`https:${location.href.substring(location.protocol.length)}`);
}
$('.index_label_div').corner("5px").css("border","1px solid #6F6868");
$('.messageboard-div').corner("5px").css("border","1px solid #6F6868");
$('.reg_no_div').corner("bl br").css("border","1px solid #6F6868");
$('#main_message_board').corner("bl br").css("border","1px solid #2596CE");
$('.submit_div_button').corner("5px");
$('.div_app_form_center_blue').corner("tl tr");
$('.div_app_form_center_black').corner("tl tr");
$('#print_app_form').corner("5px");
PopulateCategoryList();
});
function dologin(event)
{
if (event.keyCode == 13)
ValidateRegNo();
}
</script>
</head>
<body>
<div id='main_frame'>
<div class='header_main_div'>
<?php require_once("links/header.php");?>
<!-- <a href="http://www.logisys.net.in/msreg" target='_blank'><img src="adds1.jpg" style = "float:right;margin-right:-130px;margin-top:-12%" width = '12%;' height = "500px;" ></a> -->
<div id='main_page_div'>
<div id="index_main_page">
<div style="height:28px; padding:2px;" align='center' class="div_app_form_center_blue">
<a style='font-family:Arial, Trebuchet MS;word-spacing: 4px;text-decoration:none;
color:#FFFFFF;padding: 8px 0 0 8px;'>Online Examination Application Form </a>
</div>
<div id='main_message_board'style="height:411px;">
</div>
</div>
<div id="index_main_page_right" onkeydown="dologin(event)">
<div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;" align='center' class="div_app_form_center_black">
<a style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none;
color:#FFFFFF;padding: 5px 0 0 68px;'>Student Details</a>
</div>
<div class='reg_no_div' style="height:183px; padding:2px;margin-left:6px; margin-right: 5px;">
<div id="hTabTopmainEach">
<b>Register / Roll No. : </b>
<input tabindex=1 type="text" value='' id='reg_no' style="height:19px;width:220px;font-family: Arial;
padding-left: 3px; border: 1px solid #8B8B8B; font-size: 13px; color: #000000;" onfocus="if(this.value=='') this.value=''" onblur="if(this.value=='') this.value=''" maxlength="10" value="" >
</div><?php
@session_start(); $FUNIV = $_SESSION['FUNIVCODE'];
if($FUNIV != '018')
{
?>
<!-- <div id="hTabTopmainEach" style = 'display:'>
<b>Category : </b>
<select tabindex=2 style="height:22px;width:225px;border: 1px solid #8B8B8B;" id="category" name="category">
</select>
</div> -->
<!-- <div id="hTabTopmainEach" style = 'display:'>
<b>Fee Type : </b>
<select tabindex=2 style="height:22px;width:225px;border: 1px solid #8B8B8B;" id="FCONSTYPE" name="FCONSTYPE">
</select>
</div> -->
<?php } ?>
<div id="hTabTopmainEach">
<div style="background: none repeat scroll 0 0 #EECF02;
border-radius: 5px 5px 5px 5px;
box-shadow: 1px 1px 5px #888888;
float: right;
height: 22px;
margin-right: 22px;
padding-left: 8px;
width: 42px;" id="print_app_form">
<span tabindex=3 onclick="ValidateRegNo();" style="margin-left:8px;cursor: pointer;
line-height: 19px;font-size:14px;font-weight:bold;">Go</span>
</div>
</div>
</div>
<div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;margin-top:20px;" align='center' class="div_app_form_center_black">
<a style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 5px 0 0 69px;'>Announcements</a>
</div>
<div class='reg_no_div' style="height:auto;min-height:164px; padding:2px;margin-left:6px; margin-bottom: 6px;margin-right: 5px;" id='message_board'>
<b>For any clarifications on exam application form, kindly contact your college</b>
</div>
</div>
</div>
<?php require_once("links/footer.php");?>
</div>
</div>
</body>
</html>
|