| 1 |
lars |
1 |
<?php decorate_with(dirname(__FILE__).'/defaultLayout.php') ?>
|
|
|
2 |
|
|
|
3 |
<div class="sfTMessageContainer sfTLock">
|
|
|
4 |
<?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => 'login required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
|
|
|
5 |
<div class="sfTMessageWrap">
|
|
|
6 |
<h1>Login Required</h1>
|
|
|
7 |
<h5>This page is not public.</h5>
|
|
|
8 |
</div>
|
|
|
9 |
</div>
|
|
|
10 |
<dl class="sfTMessageInfo">
|
|
|
11 |
<dt>How to access this page</dt>
|
|
|
12 |
<dd>You must proceed to the login page and enter your id and password.</dd>
|
|
|
13 |
|
|
|
14 |
<dt>What's Next</dt>
|
|
|
15 |
<dd>
|
|
|
16 |
<ul class="sfTIconList">
|
|
|
17 |
<li class="sfTLinkMessage"><?php echo link_to('Proceed to login', sfConfig::get('sf_login_module').'/'.sfConfig::get('sf_login_action')) ?></li>
|
|
|
18 |
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
|
|
|
19 |
</ul>
|
|
|
20 |
</dd>
|
|
|
21 |
</dl>
|