Exemplo n.º 1
0
                           <td><?php 
echo fill_dropdown('ter_qualification', 'job_options', 'option_name', "option_name", $ter_qualification, "N/A", "where category_id=2");
?>
</td>
                         </tr>
                         <tr>
                           <td>&nbsp;</td>
                           <td><input name="chkFilter[]" type="checkbox" id="chkFilter" value="sec_qualification" <?php 
if ($sec_qualification != "") {
    echo "checked";
}
?>
>
                             Secondary qualification </td>
                           <td><?php 
echo fill_dropdown('sec_qualification', 'job_options', 'option_name', "option_name", $sec_qualification, "N/A", "where category_id=3");
?>
</td>
                         </tr>
                     </table></td>
                   </tr>
                   <tr>
                     <td colspan="4">&nbsp;</td>
                   </tr>
                   <tr>
                     <td height="30" colspan="4" class="sectionRecheading">Send CV to another email address</td>
                   </tr>
                   <tr>
                     <td colspan="4"><img src="../../images/line.gif" alt="hr" width="100%" height="1"></td>
                   </tr>
                   <tr>
Exemplo n.º 2
0
															<td><?php 
echo createDate('reg_date_from', $reg_date_from);
?>
</td>
															<td><?php 
echo createDate('reg_date_to', $reg_date_to);
?>
</td>
														</tr>										
													</table>
												</td>
                   						    </tr>
											<tr>
												<td>Equity Status</td>
										      	<td colspan="2"><?php 
echo fill_dropdown("seeker_equity", "job_options", "option_name", "option_name", $seeker_equity, "Select", "where category_id=9");
?>
 
											</td>
											</tr>
											<tr>
											  <td  >Expired</td>
											  <td colspan="2"  ><span class="comment">
											    <select name="expire_status" id="expire_status">
                                                  <option value="select" <?php 
if ($expire_status == "") {
    echo "selected";
}
?>
>Select</option>
                                                  <option value="1" <?php 
Exemplo n.º 3
0
        ?>
style="display:none"<?php 
    }
    ?>
 >&nbsp;&nbsp;&nbsp;&nbsp;Please specify other region :
                                                    <input name="other_region" type="text" value="<?php 
    if (isset($_POST['other_region'])) {
        echo stripslashes($_POST['other_region']);
    }
    ?>
" >
                                                    <img src="../../images/star.gif"></span><?php 
} else {
    ?>
                                            <?php 
    echo fill_dropdown('postal_region1', 'job_state', 'state_name', "state_id", 16, "Region", "where country_id=" . 146, "onchange=setHiddenValue(this.value);");
    ?>
                                          </span><img src="../../images/star.gif"><span id="span_other_region" >&nbsp;&nbsp;&nbsp;&nbsp;Please specify other region :
                                            <input name="other_region" type="text" value="<?php 
    if (isset($_POST['other_region'])) {
        echo stripslashes($_POST['other_region']);
    } else {
        echo $postal_region;
    }
    ?>
" >
                                            <img src="../../images/star.gif"></span>
                                        <?php 
}
?>
                                      </td>
Exemplo n.º 4
0
                           <td><?php 
echo fill_dropdown('ques[]', 'job_options', 'option_name', "option_name", $ques3, "Select Question", "where category_id=16");
?>
</td>
                         </tr>
                         <tr>
                           <td>&nbsp;</td>
                           <td><?php 
echo fill_dropdown('ques[]', 'job_options', 'option_name', "option_name", $ques4, "Select Question", "where category_id=16");
?>
</td>
                         </tr>
                         <tr>
                           <td width="7">&nbsp;</td>
                           <td><?php 
echo fill_dropdown('ques[]', 'job_options', 'option_name', "option_name", $ques5, "Select Question", "where category_id=16");
?>
</td>
                         </tr>
                     </table></td>
                   </tr>
                   <tr>
                     <td colspan="4">&nbsp;</td>
                   </tr>
                   <tr>
                     <td colspan="4">&nbsp;</td>
                   </tr>
                   <tr>
                     <td height="30" colspan="4" class="sectionRecheading">Send CV to another email address</td>
                   </tr>
                   <tr>
Exemplo n.º 5
0
      <input type="radio" value="After hrs employment" name="seeker_work_type"  <?php 
    if (isset($_POST['seeker_work_type']) && $_POST["seeker_work_type"] == "After hrs employment") {
        echo "checked";
    } else {
        if ($rstemp->seeker_work_type == "After hrs employment") {
            echo "checked";
        }
    }
    ?>
>
      After hrs employment </td>
                                      </tr>
                                      <tr id="vacation" style="display:none">
                                        <td width="28%" > Type of vacation work </td>
                                        <td colspan="2" ><?php 
    echo fill_dropdown("seeker_vacation_type", 'job_options', 'option_name', "option_name", $seeker_vacation_type, "Select", "where category_id=343");
    ?>
</td>
                                      </tr>
                                      <tr id="attach" style="display:none">
                                        <td width="28%" > Type of Job Attachment </td>
                                        <td colspan="2" ><input type="text" name="job_attach" value="<?php 
    if (isset($_POST["job_attach"])) {
        echo $_POST['job_attach'];
    } else {
        echo $rstemp->seeker_alert_job_attach;
    }
    ?>
"></td>
                                      </tr>
                                      <tr id="parttime" style="display:none " >
											    <img src="../../images/star.gif"></td>
											</tr>
											<tr>
												<td>Postal code</td>
										      <td><input name="rec_postalcode" type="text" value="<?php 
if (isset($_POST['rec_postalcode'])) {
    echo stripslashes($_POST['rec_postalcode']);
}
?>
" maxlength="15">
											    <img src="../../images/star.gif"></td>
											</tr>
											<tr>
											  <td width="140">City or town </td>
										      <td><?php 
echo fill_dropdown('rec_city', 'job_city', 'city_name', "city_name", $rec_city, "Select", "", "onchange='other_city();'");
?>
                                                <span id="span_other_city" style="display:none">&nbsp;&nbsp;&nbsp;&nbsp;Other city or town : <input name="other_rec_city" type="text" value="<?php 
if (isset($_POST['other_rec_city'])) {
    echo stripslashes($_POST['other_rec_city']);
}
?>
" ></span>											    
                                                <img src="../../images/star.gif"></td>
											</tr>
										</table>
									</td>
								</tr>
								<tr>
                                  <td >&nbsp;</td>
								  </tr>
Exemplo n.º 7
0
						  <tr>
						  	<td>
						  	<table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td width="772" valign="top"><table  align="left" cellpadding="0" cellspacing="0" border="0" width="98%" >
                              <tr>
                                <td height="30" class="headingRegister" >&nbsp;<span class="heading_black">Options List </span></td>
                                <td align="right" class="normal_text" >&nbsp;</td>
                              </tr>
                                <tr>
                                  <td width="73%" height="30" ><input type="hidden" value="<?php 
echo $_GET['action'];
?>
" name="actionval">
                                  &nbsp;&nbsp;&nbsp;Category name : <?php 
echo fill_dropdown('category_id1', 'job_option_categories', 'category_name', "category_id", $cat1, "Select", "", "onchange=getCategory()");
?>
                                    </td>
                                  <td width="27%" align="right" class="heading_black" >&nbsp;</td>
                                </tr>
                                <tr>
                                  <td colspan="2" valign="top"><table width="100%" cellpadding="5" cellspacing="0">
                                      <tr>
                                        <td width="5"></td>
                                        <td width="98%" ><?php 
if (isset($_GET["cat_id"]) && $_GET["cat_id"] != "") {
    if ($rowCount > 0) {
        ?>
<br>A list of  all the options of  category - <?php 
        echo $rscatname->category_name;
    } else {
Exemplo n.º 8
0
                                  <td><?php 
echo fill_dropdown('postal_city', 'job_city', 'city_name', "city_name", $postal_city, "Select", "", "onchange='other_city();'");
?>
                                      <span id="span_other_city" style="display:none">&nbsp;&nbsp;&nbsp;&nbsp;Other city or town :
                                      <input name="other_rec_city" type="text" value="<?php 
if (isset($_POST['other_rec_city'])) {
    echo stripslashes($_POST['other_rec_city']);
}
?>
" >
                                    </span> <img src="../../images/star.gif"></td>
                                </tr>
                                <tr>
                                  <td>Country</td>
                                  <td><?php 
echo fill_dropdown('postal_country', 'job_country', 'country_name', "country_id", $postal_country, "Country", "", "onchange=funSubmit('" . $postal_region . "');");
?>
                                      <img src="../../images/star.gif"></td>
                                </tr>
                                <tr>
                                  <td>Region</td>
                                  <td><input type="hidden"  name="rec_state" value="<?php 
echo $rec_state;
?>
">
                                      <span id="states">
                                      <?php 
//fill_dropdown('postal_region','job_state', 'state_name', "state_id", $postal_region, "Region","where country_id=" . $rec_country,"onchange=setHiddenValue(this.value);")
?>
                                      </span> <span id="states">
                                      <select name="postal_region" id="postal_region" >