?>
")' /> <?php 
    echo $row['department_name'];
    ?>
</td>
																	
																	
																	
																	<td style='display:none' id="label_officer_stn_<?php 
    echo $row['department_code'];
    ?>
" name="label_officer_stn_<?php 
    echo $row['department_code'];
    ?>
"><?php 
    retrieveOfficerListHTML2($db, "officer_stn_" . $row['department_code'], $row['department_code']);
    ?>
</td>

																	<td  style='display:none;' name='label_action_stn_<?php 
    echo $row['department_code'];
    ?>
' id='label_action_stn_<?php 
    echo $row['department_code'];
    ?>
'>
																	<select class='form-control'  name='action_stn_<?php 
    echo $row['department_code'];
    ?>
' id='action_stn_<?php 
    echo $row['department_code'];
												</div>
                                            </div>
										</fieldset>
                                        <fieldset title="Step 2">
                                            <legend>Provide Routing Details</legend>
                                            <?php 
$db = connectDb();
?>

											
											<div class="form-group">
                                                <label class="col-md-2 col-sm-2 control-label">Officer Name</label>
                                                <div class="col-md-6 col-sm-6">
													<?php 
retrieveOfficerListHTML2($db, "from_name", $_SESSION['department']);
// retrieved from functions/form functions
?>
                                                </div>
                                            </div>
											<div id='other_details' name='other_details' style='display:none'>
                                            <div class="form-group">
                                                <label class="col-md-2 col-sm-2 control-label">(Other) Name</label>
                                                <div class="col-md-6 col-sm-6">
                                                    <input type="text" id='alterOfficer' name='alterOfficer' placeholder="Name" class="form-control">
                                                </div>
                                            </div>
                                            <div class="form-group">
                                                <label class="col-md-2 col-sm-2 control-label">(Other) Position</label>
                                                <div class="col-md-6 col-sm-6">
                                                    <input type="text" name='alterPosition' id='alterPosition' placeholder="Position" class="form-control">