mirror of
https://github.com/Mibew/design.git
synced 2025-04-04 20:07:13 +03:00
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@547 c66351dc-e62f-0410-b875-e3a5c0b9693f
30 lines
953 B
PHP
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'); ?>
|