<br />
<br />
<div style="padding-left:20%;">
<div id="layer" style="padding:4px; width:70%; padding-left:10%;" class="ui-widget-content ui-corner-all">
<script LANGUAGE="JavaScript"><!--
function validateForm()
{
var okSoFar=true
with (document.OF)
{
submit();
}
}
// --></script>
<strong>View/Modify Member details</strong>
<form ACTION="view.php" METHOD="POST" NAME="OF">
<?php include("modify_extra.php"); ?>
<input type="hidden" name="the_action" value="save"><div align="center"><center>
<table border="0" cellpadding="3" width="721" cellspacing="0">
<tr>
<td align="left" colspan="2" height="1"></td>
</tr>
<tr><?php echo $id_input; ?> </tr>
<tr>
<td width="313" align="left"><strong>Name</strong><br>
<?php echo $name_input; ?></td>
<td width="396" align="left"><?php echo $show_activate; ?><br>
<?php echo $expire_date.$expire_date_change; ?><br />
<br />
<?php
echo "<a href=\"../members/admin-login-as-member.php?id=$id\" target=\"_blank\">*LOGIN as this member^</a>";
?></td>
</tr>
<tr>
<td width="313" align="left"><strong>Company name</strong><br>
<?php echo $company_input; ?></td>
<td width="396" align="left"></td>
</tr>
<tr>
<td width="313" align="left"><strong>Address</strong><br>
<?php echo $address_input; ?></td>
<td width="396" align="left"><strong>Postcode/Zip Code</strong><br>
<?php echo $postcode_input; ?><br />
<br />
<strong>Subscribed to email:</strong> <?php echo $subscribed; ?></td>
</tr>
<tr>
<td width="313" align="left"><p><strong>Telephone number</strong><br>
<?php echo $tel_input; ?><strong><br>
Mobile tel number</strong><br>
<?php echo $mobile_input; ?></p>
<p><strong>Username</strong><br />
<?php echo $username_input; ?></p>
<p><strong>Email </strong><br />
<?php echo $email_input; ?><br />
<br />
</p>
<div class="button"><a href="#" onclick="validateForm()">Save</a> <a href="#" onclick="location.href='./'">Cancel</a> </div> </td>
<td width="396" align="left"><p><font color="#008000"><strong>Comments
left by member:</strong><br>
<?php echo $comments_input; ?>
<strong><br />
<br />Heard about you from:</strong><br />
<?php echo $heardaboutusfrom; ?></font><br />
<?php paypal_subcribscribed($id); ?>
</td>
</tr>
</table>
</center></div>
</form>
</div></div>
<script>
$(document).ready(function(){
$("#name").focus();
});
</script>