<tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span> Name</td> <td width="20" height="25" align="left" valign="top">:</td> <td width="450" height="25" align="left" valign="top"><input name="st_name" type="text" class="form" id="st_name" size="27" value="<?php echo $st_name; ?> "/></td> </tr> <tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span>Location (City)</td> <td width="20" height="25" align="left" valign="top">:</td> <td width="450" height="25" align="left" valign="top"> <select name="st_location" class="required form" id="st_location" style="width:172px;"> <option value="0" selected>-- Location --</option> <?php echo $options = ListOptions("dup_location", "locationid", "name", $st_location); ?> </select> </tr> <tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span>Mobile No.</td> <td width="20" height="25" align="left" valign="top">:</td> <td width="450" height="25" align="left" valign="top"><input name="st_mobile" type="text" class="form" id="st_mobile" value="<?php echo $st_mobile; ?> "/></td> </tr> <tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span>Email Id</td> <td width="20" height="25" align="left" valign="top">:</td> <td width="450" height="25" align="left" valign="top"><input name="st_email" type="text" class="form" id="st_email" size="27" value="<?php
<td width="140" height="25" align="left" valign="top">Function</td> <td width="25" height="25" align="left" valign="top">:</td> <td width="0" height="25" align="left" valign="top"><select name="job_function" class="required form" id="job_function" style="width:175px;"> <option value="" selected="selected" >-- Select Function --</option> <?php echo $options = ListOptions("dup_functions", "functionid", "functionname", $jobresult['ex_function']); ?> </select></td> </tr> <td width="140" height="25" align="left" valign="top">Location (City)</td> <td width="25" height="25" align="left" valign="top">:</td> <td width="0" height="25" align="left" valign="top"> <select name="job_location" class="required form" id="job_location" style="width:172px;"> <option value="">-- Location --</option> <?php echo $options = ListOptions("dup_location", "locationid", "name", $jobresult['st_location']); ?> </select> </td> <tr> <td width="140" height="25" align="left" valign="top">Salary</td> <td width="25" height="25" align="left" valign="top">:</td> <td width="0" height="25" align="left" valign="top"> <input name="job_salary" type="text" class="form" id="job_salary" size="27" /> </td> </tr> <tr> <td height="10" align="left" valign="top"></td> <td width="25" height="10" align="left" valign="top"></td> <td width="0" height="10" align="left" valign="top"></td> </tr> <tr> <td width="140" height="25" align="left" valign="top">Client name</td>
<td width="70" align="right" valign="top"></td> </tr> <tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span>Industry</td> <td width="20" height="25" align="center" valign="top">:</td> <td width="0" height="25" align="left" valign="top"> <select name="st_ex_industry_{0}" class="required form" id="st_ex_industry_{0}" style="width:175px;"> <option value="" selected="selected" >-- Select Industry --</option> <?php echo $options = ListOptions("dup_industry", "industryid", "industryname"); ?> </select></td> <td width="70" align="right" valign="top"></td> </tr> <tr> <td width="150" height="25" align="left" valign="top"><span class="star">* </span>Remuneration</td> <td width="20" height="25" align="center" valign="top">:</td> <td width="0" height="25" align="left" valign="top"> <select name="st_ex_salary_{0}" id="st_ex_salary_{0}" class="required form" style="width:175px;"> <option value="" selected="selected" >-- Select Salary --</option> <?php echo $options = ListOptions("dup_salary", "salaryid", "salaryname"); ?> </select></td> <td width="70" align="right" valign="top"><!--<a href="students_edit_profile.php?refresh">Remove</a> --></td> </tr> </textarea> <?php include "footer.php";
<td width="70" height="25" align="left" valign="top">Location</td> <td width="20" height="25" align="center" valign="top">:</td> <td width="0" height="25" align="left" valign="top"><select name="location" class="form" id="location" style="width:172px;"> <option value="" selected="selected">-- Location --</option> <?php echo $ops = ListOptions("dup_location", "locationid", "name", $_POST['location']); ?> </select></td> </tr> <tr> <td width="70" height="22" align="left" valign="top">Job Type</td> <td width="20" height="22" align="center" valign="top">:</td> <td width="0" height="22" align="left" valign="top"><select name="industry" class="form" id="industry" style="width:175px;"> <option value="" selected="selected" >-- Select Industry --</option> <?php echo $options = ListOptions("dup_industry", "industryid", "industryname", $_POST['industry']); ?> </select></td> </tr> <tr> <td width="70" height="25" align="left" valign="top"></td> <td width="20" height="25" align="center" valign="top"></td> <td width="0" height="25" align="left" valign="top"><input type="image" src="images/du-btn-search.jpg" name="submit" id="submit" value="Submit" /></td> </tr> <tr> <td width="70" height="25" align="left" valign="top"></td> <td height="25" align="center" valign="top"></td> <td width="0" height="25" align="left" valign="top"></td> </tr> </table> </form>