443
by dcoles
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0 |
1 |
<!-- INCLUDE overall_header.html -->
|
2 |
||
3 |
<form action="{S_PROFILE_ACTION}" method="post" id="remind"> |
|
4 |
||
5 |
<div class="panel"> |
|
6 |
<div class="inner"><span class="corners-top"><span></span></span> |
|
7 |
||
8 |
<div class="content"> |
|
9 |
<h2>{L_SEND_PASSWORD}</h2> |
|
10 |
||
11 |
<fieldset> |
|
12 |
<dl> |
|
13 |
<dt><label for="username">{L_USERNAME}:</label></dt> |
|
14 |
<dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd> |
|
15 |
</dl> |
|
16 |
<dl> |
|
17 |
<dt><label for="email">{L_EMAIL_ADDRESS}:</label><br /><span>{L_EMAIL_REMIND}</span></dt> |
|
18 |
<dd><input class="inputbox narrow" type="text" name="email" id="email" size="25" maxlength="100" /></dd> |
|
19 |
</dl> |
|
20 |
<dl> |
|
21 |
<dt> </dt> |
|
22 |
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /> <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd> |
|
23 |
</dl> |
|
24 |
{S_FORM_TOKEN} |
|
25 |
</fieldset> |
|
26 |
</div> |
|
27 |
||
28 |
<span class="corners-bottom"><span></span></span></div> |
|
29 |
</div> |
|
30 |
</form> |
|
31 |
||
32 |
<!-- INCLUDE overall_footer.html -->
|