Files
uf/skins/reFresh/register_body.tpl
pioder f02db90b22 template reFresh added
git-svn-id: https://svn.pioder.pl/uf-svn/uF@42 72ec579a-5ced-4fa4-82f3-afba5d98df2f
2012-01-22 16:40:35 +00:00

44 lines
2.4 KiB
Smarty

<? include $msg; ?>
<form method="POST" action="register.php" name="form_dsf">
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')" class="beam"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lovpr']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')" class="beam"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" height="26" class="fitem"><span class="fsmall"><b><? echo $skin['lnick']; ?>:</b></span></td>
<td width="553" height="26" class="fitem"><input type="text" name="nick" value="<? echo $_POST['nick']; ?>" size="45" maxlength="25" /></td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['lpass']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="password" name="password" size="45" /></td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['lcpass']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="password" name="confirmpassword" size="45" /></td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['lemail']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="text" name="email" value="<? echo $_POST['email']; ?>" size="45" maxlength="40" /></td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['lmatch']; ?></b></span></td>
<td width="553" height="21" class="fitem">
<input type="hidden" name="valid_match" value="<? echo $skin['valid_key']; ?>" size="45" />
<input type="text" name="valid_key" value="" size="45" /></td>
</tr>
<tr>
<td width="578" colspan="2" align="center" class="fitem">
<input type="submit" name="submit" value="<? echo $skin['lsubmit']; ?>" class="fbutton" />&nbsp;
<input type="reset" value="<? echo $skin['lreset']; ?>" name="reset" class="fbutton" />
</td>
</tr>
</table>
</form>