/home/mip/public_html_/old-website/employers.php
<?
require_once("func_proc.php");
do_header("Employers");
$arr_country = getdata("Select * from country order by name");
?>
<table width="585" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="585" height="170" align="right" valign="top">
<table width="100%" height="159" border="0" align="center" cellpadding="0" cellspacing="0" background="images/iris_main_bgleft.gif" style="background-repeat:no-repeat">
<tr>
<td width="585" height="170" valign="top" style="padding-left:25px; padding-right:20px; padding-top:15px">
<p align="left"><span class="style3">FOR</span> <span class="style5">EMPLOYERS </span></p>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="height:100%;">
<tr>
<td valign="top" style="padding-top:10px; padding-left:10px;padding-right:5px;">
<p align="justify">Projects are initiated in accordance with client objectives and requirements. Based on all information assembled, a written proposal is prepared by IPAMS defining the nature and scope of the project, our approach and an estimate of the time and costs to complete the project. After client's acceptance of the proposal, start and completion dates are established and the project is immediately initiated. Upon completion of the project, IPAMS stands ready to provide continued assistance in implementing further project recommendations. </p>
<p align="justify"> Client Fees for Consulting, Recruitment, Employee Relations and/or Re-contracting Services are commensurate on the nature and extent of the work and the time spent on a project. Rates are also available based on retainer agreements.</p>
<p align="justify"> IPAMS guarantees NO PLACEMENT AND PROCESSING FEES from our Filipino candidates. We instead require our Principals to shoulder their recruitment expenses.</p>
<p align="justify"> If your Company would like to work with us, please fill out the form below so we may contact you right away. </p>
<div id="result" align="left" style="display:none;">
<label></label>
</div>
<br>
<table border="0" align="center" cellpadding="2" cellspacing="2" bordercolor="#ffffff">
<form method="post" action="sendemployerform.php?what=mail" name="formemployer" target="employer_iframe" onSubmit="employer_send()" enctype="MULTIPART/FORM-DATA">
<input type="hidden" name="what" value="mail" />
<tr>
<td colspan=2 bgcolor="#ffffff" class=box><div align="left"><b class="underline">Note</b> (<font color="#FF0000">*</font>) are required fields.</div></td>
</tr>
<tr bgcolor="#f1f1f1">
<td width="100" valign="middle"><div align="left">Company:<font color="#FF0000">*</font></div></td>
<td colspan=3 bgcolor="#ffffff">
<div align="left">
<input type=text name="name" size=41 value="<?=$principal[name]?>">
</div>
</td>
</tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Address: <font color="#FF0000">*</font></div></td>
<td colspan=3 bgcolor="#ffffff">
<div align="left">
<input type=text size=41 name="address" maxlength=255 value="<?=$principal["address"]?>">
</div>
</td>
</tr>
<tr>
<td bgcolor="#f1f1f1" class="box"><div align="left">City: <font color="#FF0000">*</font></div></td>
<td width="100" valign=top bgcolor="#ffffff" class="box">
<div align="left">
<input type=text name=city maxlength=30 size=41 value="<?=$principal["city"]?>">
</div>
</td>
</tr>
<tr class=black>
<td bgcolor="#f1f1f1" class="box"><div align="left">Country: <font color="#FF0000">*</font></div></td>
<td class="box">
<div align="left">
<select name="country_id">
<option></option>
<? selectcode($arr_country, "", "country_id", "name"); ?>
</select>
</div>
</td>
</tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Fax : </div></td>
<td colspan=3 bgcolor="#ffffff">
<div align="left">
<input type=text name="fax" size=41 value=<?=$principal["fax"]?>>
</div>
</td>
</tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Telephone: <font color="#FF0000">*</font></div></td>
<td colspan=3 bgcolor="#ffffff">
<div align="left">
<input type=text name="telephone" size=41 value=<?=$principal["telephone"]?>>
</div>
</td>
</tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Email Address: <font color="#FF0000">*</font></div></td>
<td colspan=3>
<div align="left">
<input type=text name=email size=41 value="<?=$principal[email]?>">
</div></td>
</tr>
<tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Contact Person: <font color="#FF0000">*</font></div></td>
<td colspan=3>
<div align="left">
<input type=text name="contact_person" size=41 value="<?=$principal[contact_person]?>">
</div></td>
</tr>
<tr>
<td bgcolor="#f1f1f1"><div align="left">Position: <font color="#FF0000">*</font></div></td>
<td class="box">
<div align="left">
<input type=text name="contact_position" size=41 maxlength=30 value="<?=$principal['contact_position']?>">
</div>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#f1f1f1">
<div align="left">Remarks: <br></div>
</td>
<td class="box">
<div align="left">
<textarea name="remarks" rows=5 cols=30></textarea>
</div></td>
</tr>
<tr>
<td colspan=4 align=center bgcolor="#e0e0e0">
<input type="submit" value="Send form" name="user" class="button">
</td>
</tr>
</form>
</table>
<iframe name="employer_iframe" style="width: 400px; height: 100px; display: none;"></iframe>
<img src="images/spacer.gif" width="1" height="10" alt="">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
do_rightContent();
do_footer();
?>