A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
1.1 KiB

</table>
<span class="fverysmall">&nbsp;</span>
<form action="index.php?page=step6" method="POST">
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td class="fitem" width="35%" align="right"><span class="fstandard"><?= $skin['L.user_name']; ?>:</span></td>
<td class="fitem"><input type="text" name="user_name" value="Admin"></td>
</tr>
<tr>
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.password']; ?>:</span></td>
<td class="fitem"><input type="password" name="password" value="<?= $_POST['password']; ?>"></td>
</tr>
<tr>
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.retype_password']; ?>:</span></td>
<td class="fitem"><input type="password" name="retype_password" value="<?= $_POST['retype_password']; ?>"></td>
</tr>
<tr>
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.email']; ?>:</span></td>
<td class="fitem"><input type="text" name="email" value="<?= $_POST['email']; ?>"></td>
</tr>
</table>
<input type="submit" class="fbutton" name="submit" value="<?= $skin['L.submit']; ?>">