summaryrefslogtreecommitdiff
path: root/templates/login.tpl
blob: cd76b8b84ebc0309aff0c2fb693250d8072c2ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{* $Header: /cvsroot/bitweaver/_bit_users/templates/login.tpl,v 1.6 2006/04/19 17:11:19 spiderr Exp $ *}

{strip}
<div class="display login">
	<div class="header">
		<h1>{tr}Login Page{/tr}</h1>
	</div>

	<div class="body">

		{include file=bitpackage:users/login_inc.tpl}

		<ul>
			{if $gBitSystem->isFeatureActive('users_forgot_pass')}
				<li><a href="{$smarty.const.USERS_PKG_URL}remind_password.php">{tr}Click here to retrieve your password.{/tr}</a></li>
			{/if}

			{if $gBitSystem->isFeatureActive('users_allow_register')}
				<li><a href="{$smarty.const.USERS_PKG_URL}register.php">{tr}Click here to register with us.{/tr}</a></li>
			{/if}
		</ul>
	</div><!-- end .body -->
</div><!-- end .login -->
{/strip}