| Line | |
|---|
| 1 | <!-- INCLUDE mcp_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <form method="post" id="mcp" action="{U_POST_ACTION}">
|
|---|
| 4 |
|
|---|
| 5 | <h2>{L_TITLE}</h2>
|
|---|
| 6 |
|
|---|
| 7 | <div class="panel">
|
|---|
| 8 | <div class="inner"><span class="corners-top"><span></span></span>
|
|---|
| 9 |
|
|---|
| 10 | <fieldset>
|
|---|
| 11 | <dl>
|
|---|
| 12 | <dt><label for="username">{L_SELECT_USER}:</label></dt>
|
|---|
| 13 | <dd><input name="username" id="username" type="text" class="inputbox" /></dd>
|
|---|
| 14 | <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
|
|---|
| 15 | </dl>
|
|---|
| 16 | </fieldset>
|
|---|
| 17 |
|
|---|
| 18 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 19 | </div>
|
|---|
| 20 |
|
|---|
| 21 | <fieldset class="submit-buttons">
|
|---|
| 22 | <input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
|---|
| 23 | <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" />
|
|---|
| 24 | {S_FORM_TOKEN}
|
|---|
| 25 | </fieldset>
|
|---|
| 26 | </form>
|
|---|
| 27 |
|
|---|
| 28 | <!-- INCLUDE mcp_footer.html -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.