| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/rsdgroup/ |
Upload File : |
<?php
include_once("conf/settings.php");
include_once("conf/func.php");
$pageurl= end(@explode("/",$_SERVER['REQUEST_URI']));
$joburl = current(@explode(".",$pageurl));
$job_key = end(@explode("jobs-",$joburl));
$JobDetails = getCareerByName("tblJobs",$job_key);
//echo "<pre>";print_r($JobDetails);die;
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RSD</title>
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<!--header start here-->
<?php include_once("inc/header.php"); ?>
<!--header end here-->
<!--section start here-->
<section>
<div class="braedcrumb"><a href="<?php echo $baseurl; ?>">Home</a> > <a href="careers.html">Careers</a> > <span>Job Details</span></div>
<div class="ourPro">
<h3>Careers</h3>
<h2>Job Details</h2>
<table width="100%" cellspacing="1" cellpadding="5" border="0" bgcolor="#dbdbdb" align="left">
<tbody>
<tr>
<td width="25%" align="left" valign="top" bgcolor="#f4f4f4"><strong>Job Id</strong></td>
<td width="25%" align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['job_id'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Job Title</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['job_title'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Primary Skills</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['primary_skills'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Educational Qualification</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['education_qualification'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Experience</strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['experience'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Location </strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['location'];?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#f4f4f4"><strong>Description </strong></td>
<td align="left" valign="top" bgcolor="#ffffff"><?php echo $JobDetails[0]['description'];?></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" class="fl">
<tr>
<td width="50%" align="left" valign="top" bgcolor="#ffffff"> </td>
<td width="50%" height="50" align="right" valign="middle" bgcolor="#ffffff"><a href="applynow.html?jobid=<?php echo md5("RSDGROUPJOB".$JobDetails[0]['id']);?>"
class="apply_now">Apply Now</a></td>
</tr>
</table>
<div></div>
<div class="cl"></div>
</div>
<!--footer top start here-->
<?php include_once("inc/footer-top.php"); ?>
<!--footer top end here-->
</section>
<!--section end here-->
<!--footer start here-->
<?php include_once("inc/footer.php"); ?>
<!--footer end here-->
</body>
</html>