If you have install this script, please rename catalog "install1" to "install" git-svn-id: https://svn.pioder.pl/uf-svn/uF@24 72ec579a-5ced-4fa4-82f3-afba5d98df2f
22 lines
1.1 KiB
Smarty
22 lines
1.1 KiB
Smarty
</table>
|
|
<span class="fverysmall"> </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']; ?>"> |