<?php
$menu_bar_decision = "SELL";    
include_once('heading_7.inc.php'); 
include_once ('agency_agencyAdmin_manageAgentProfile_top.php'); ?>
<? $site_url="http://www.golden-fleece-international.com/"; ?>
              <tr>
                  <td width="30%" align="center" valign="middle" class="<?php echo $bgcolor?>" >
				  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="3%" class="bodytext">&nbsp;</td>
                        <td width="27%" class="bodytext">

<?
echo "QQQQQQagency_id=".$agency_id.'<br />';
echo "RRRRRRagent_id=".$agent_id.'<br />';
echo "SSSSSSagencyName=".$agencyName.'<br />';
?>


						<a href="<?php echo $site_url; ?>index.php/admin/agency/agency_edit_agentProfile/<?php echo $agency_id.'/'; echo $agent_id.'/'; echo $agencyName; ?> ">
						<img src="<?php echo $site_url; ?>system/application/css/images/edit_profile.jpg" width="100" alt="button"  />						</a></td>
						<td width="0%" class="bodytext">&nbsp;</td>
                        <td width="27%" class="bodytext"> 
						<a href="<?php echo $site_url; ?>admin/agency/agency_remove_agentProfile/<?php echo $agent_id;?>">
						<div align="right">
<!--						<img src="<?php echo $this->config->slash_item('site_url'); ?>system/application/css/images/remove_profile.jpg" width="100" alt="remove_profile"  /> -->
						<img src="<?php echo $site_url; ?>system/application/css/images/remove_profile.jpg" width="100" alt="remove_profile"  /> 
						</div></a></td>
						<td width="0%" class="bodytext">&nbsp;</td>
                        <td width="38%" class="bodytext"><div align="center" class="active_text_asy"><?php if($us_activated) echo 'Active'; else echo 'Inactive';?>&nbsp;</div></td>
						<td width="5%" class="bodytext">&nbsp;</td>
                      </tr>

                  </table></td>
                  <td width="1%" valign="top" class="whitebg" ></td>
                  <td width="9%" valign="top" class="<?php echo $bgcolor?>" align="center" ><br />
                      <img src="<? echo $site_url; echo $us_image_id_2;?>" alt="agent_photo" /><br /> 
                      <br />
                  </td>
                  <td width="30%" valign="middle" class="<?php echo $bgcolor?> bodytext"><?php echo 'Agent Name: &nbsp;'.$us_first_name.'&nbsp;'.$us_surname;?> <br/>........................................<br />
                    Phone number : <?php echo $us_phn_num;// field  ?><br />
                    Fax Number : <?php echo $us_fax_num;// field?><br />
                    Email address : <?php echo $us_email; // field?></td>
                  <td width="30%" valign="middle" class="<?php echo $bgcolor?>">View agent listings
				  <br />------------------<br/>
                    <a href="<?php echo $site_url;?>admin/agency/agency_showPropertyList_AgentSell/<?php echo $agent_id;?>">Sale properties</a><br />
                    <a href="<?php echo $site_url;?>admin/agency/agency_showPropertyList_AgentRent/<?php echo $agent_id;?>">Rental properties</a><br /></td>
                </tr>
