tray/site/login/login/member-profile.php
Ed Kraus 0494f14034 Footer added
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@547 c66351dc-e62f-0410-b875-e3a5c0b9693f
2009-06-06 03:35:37 +00:00

30 lines
953 B
PHP

<?php
require_once('auth.php');
require('libs/menu.php');
require('libs/config.php')
?>
<table width="300" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<th>First Name </th>
<td><input name="fname" type="text" class="textfield" id="fname" /></td>
</tr>
<tr>
<th>Last Name </th>
<td><input name="lname" type="text" class="textfield" id="lname" /></td>
</tr>
<tr>
<th>City </th>
<td><input name="city" type="text" class="textfield" id="lname" /></td>
</tr><tr>
<th>State </th>
<td><input name="state" type="text" class="textfield" id="lname" /></td>
</tr><tr>
<th>Country </th>
<td><input name="country" type="text" class="textfield" id="lname" /></td>
</tr><tr>
<th>Email </th>
<td><input name="email" type="text" class="textfield" id="lname" /></td>
</tr>
<? include('libs/footer.php'); ?>