1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
php-phpbb/phpBB/templates/Euclid/admin/auth_select_body.tpl
Paul S. Owen 35ad2b4be6 A new name for PSO ...
git-svn-id: file:///svn/phpbb/trunk@1534 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 01:03:20 +00:00

15 lines
368 B
Smarty

<h1>{L_AUTH_TITLE}</h1>
<p>{L_AUTH_EXPLAIN}</p>
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th align="center">{L_AUTH_SELECT}</th>
</tr>
<tr>
<td class="row1" align="center">{S_AUTH_SELECT}&nbsp;&nbsp;<input type="submit" value="{L_LOOK_UP}">&nbsp;</td>
</tr>
</table></form>