Файл: content/themes/facebook/templates/reset.tpl
Строк: 43
{include file='headinclude.tpl'}
{include file='header.tpl'}
<!--
Content -->
<div class="contentWrapper">
<div
class="content">
<div
class="pageContent">
<div
class="signPageContent">
<div class="signHeaderWrapper">
<h3>Reset Password</h3>
</div>
<div class="signContentWrapper">
{if $error != ""}<div
class="errorContianer">{$error}</div>{/if}
<form
action="reset.php?email={$email}&code={$code}"
method="post">
<table
class="signInputTable mt10">
<tr>
<td
class="label">New Password:</td>
<td class="input fs11">
<input class="uiInput active"
type="password" name="password"/>
</td>
</tr>
<tr>
<td
class="label">Confirm Password:</td>
<td class="input fs11">
<input class="uiInput active"
type="password" name="confirm"/>
</td>
</tr>
<tr>
<td
class="label"></td>
<td class="input fs11">
<input style="padding: 4px 15px;" class="uiButton
bigButton blue" type="submit" name="submit"
value="Save Password" />
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
<!--
Content -->
{include file='footer.tpl'}