Line | |
---|
1 | <!-- INCLUDE mcp_header.html -->
|
---|
2 |
|
---|
3 | <form method="post" name="mcp" action="{U_POST_ACTION}">
|
---|
4 |
|
---|
5 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
|
---|
6 | <tr>
|
---|
7 | <th colspan="2"align="center">{L_SELECT_USER}</th>
|
---|
8 | </tr>
|
---|
9 | <tr>
|
---|
10 | <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td>
|
---|
11 | <td class="row2"><input type="text" class="post" name="username" size="20" /></td>
|
---|
12 | </tr>
|
---|
13 | <tr>
|
---|
14 | <td class="cat" colspan="2" align="center"><input type="submit" name="submituser" value="{L_SUBMIT}" class="btnmain" /></td>
|
---|
15 | </tr>
|
---|
16 | </table>
|
---|
17 | {S_FORM_TOKEN}
|
---|
18 | </form>
|
---|
19 |
|
---|
20 | <br clear="all" /><br />
|
---|
21 |
|
---|
22 | <!-- INCLUDE mcp_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.