include("../homepage/header.php");
include("../homepage/headermenu.php");
if(empty($_SESSION["username"]))
Header("Location: ../login/login.php");
<div class="container fullheight">
<div class="col-md-6 col-md-offset-4">
<form name="search_frm" id="search_frm" class="form-inline">
<label>Search Key</label>
<input type="text" name="field_value" id="field_value" value="<?=$_SESSION["field_value"]?>" class="form-control">
<input type="hidden" name="cmd" id="cmd" value="search_applicantselection" >
<input type="submit" class="btn btn-primary" value="Search">
<div class="col-md-8 col-md-offset-2">
<a style="text-decoration: none" href="applicantselection.php?cmd=edit">প্রার্থী নির্বাচন করুন</a></font>
<div style="background-color: #ff0000;height: 2px"> </div>
<table class="table table-bordered table-striped table-condensed">
<th><b>ব্যাচ আইডি</b></th>
<th><b>PIMS আইডি</b></th>
<th style="text-align: center">সংশোধন</th>