| 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' => 'credentials required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
|
|
|
5 |
<div class="sfTMessageWrap">
|
|
|
6 |
<h1>Credentials Required</h1>
|
|
|
7 |
<h5>This page is in a restricted area.</h5>
|
|
|
8 |
</div>
|
|
|
9 |
</div>
|
|
|
10 |
<dl class="sfTMessageInfo">
|
|
|
11 |
<dt>You do not have the proper credentials to access this page</dt>
|
|
|
12 |
<dd>Even though you are already logged in, this page requires special credentials that you currently don't have. </dd>
|
|
|
13 |
|
|
|
14 |
<dt>How to access this page</dt>
|
|
|
15 |
<dd>You must ask a site administrator to grant you some special credentials.</dd>
|
|
|
16 |
|
|
|
17 |
<dt>What's next</dt>
|
|
|
18 |
<dd>
|
|
|
19 |
<ul class="sfTIconList">
|
|
|
20 |
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
|
|
|
21 |
</ul>
|
|
|
22 |
</dd>
|
|
|
23 |
</dl>
|