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 : 52.15.35.129
<!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>
<?php
//$app_no=$_REQUEST['app_no'];
require_once("links/js_files.php");?>
<script type="text/javascript">
$(function(){
app_no = getCookie('appno');
rollno = getCookie('rollno');
viewShortlistAppDetailEdit(app_no,rollno);
});
</script>
</head>
<body>
<div id='main_frame'>
<div class='header_main_div'>
<?php require_once("links/header.php");?>
<form enctype='multipart/form-data' method='POST' action="" id='form_module_image_upload'>
<div id='main_page'></div>
<div class='app_form_center' id='shrtlst_status' style='display:none;height:540px;border 1px solid #4F3B3B;font-size:12px;font-weight:bold;'>
<div id='div_app_form_center' class="make_payment" style='height:440px;border 1px solid #4F3B3B;'>
<div style="height:40px; padding:2px;" align='center' class="div_app_form_center_black"><a style='font-family:Trebuchet MS;word-spacing: 5px;line-height:42px;color:#FFFFFF;'>Document Downloads </a></div>
<div id='app_status_details' style='margin-bottom:12px;'></div>
<div style='clear:both;'/>
</div>
</div>
</form>
</div>
<?php require_once("links/footer.php");?>
</div>
</br>
</body>
</html>
|