]> scripts.mit.edu Git - autoinstalls/phpBB.git/blob - templates/subSilver/admin/auth_select_body.tpl
phpBB 2.0.19
[autoinstalls/phpBB.git] / templates / subSilver / admin / auth_select_body.tpl
1
2 <h1>{L_AUTH_TITLE}</h1>
3
4 <p>{L_AUTH_EXPLAIN}</p>
5
6 <form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
7         <tr>
8                 <th class="thHead" align="center">{L_AUTH_SELECT}</th>
9         </tr>
10         <tr>
11                 <td class="row1" align="center">{S_HIDDEN_FIELDS}{S_AUTH_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}" class="mainoption" />&nbsp;</td>
12         </tr>
13 </table></form>