source: trunk/forum/styles/prosilver/template/ucp_resend.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1020 bytes
Line 
1<!-- INCLUDE overall_header.html -->
2
3
4<form action="{S_PROFILE_ACTION}" method="post" id="resend">
5
6<div class="panel">
7 <div class="inner"><span class="corners-top"><span></span></span>
8
9 <div class="content">
10 <h2>{L_UCP_RESEND}</h2>
11
12 <fieldset>
13 <dl>
14 <dt><label for="username">{L_USERNAME}:</label></dt>
15 <dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd>
16 </dl>
17 <dl>
18 <dt><label for="email">{L_EMAIL_ADDRESS}:</label><br /><span>{L_EMAIL_REMIND}</span></dt>
19 <dd><input class="inputbox narrow" type="text" name="email" id="email" size="25" maxlength="100" /></dd>
20 </dl>
21 <dl>
22 <dt>&nbsp;</dt>
23 <dd>{S_HIDDEN_FIELDS}{S_FORM_TOKEN}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" />&nbsp; <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd>
24 </dl>
25 </fieldset>
26 </div>
27
28 <span class="corners-bottom"><span></span></span></div>
29</div>
30</form>
31
32<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.