secureSuccess.php 915 B

123456789101112131415161718192021222324
  1. <?php decorate_with(dirname(__FILE__).'/defaultLayout.php') ?>
  2. <div class="sfTMessageContainer sfTLock">
  3. <?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => 'credentials required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
  4. <div class="sfTMessageWrap">
  5. <h1>Credentials Required</h1>
  6. <h5>This page is in a restricted area.</h5>
  7. </div>
  8. </div>
  9. <dl class="sfTMessageInfo">
  10. <dt>You do not have the proper credentials to access this page</dt>
  11. <dd>Even though you are already logged in, this page requires special credentials that you currently don't have. </dd>
  12. <dt>How to access this page</dt>
  13. <dd>You must ask a site administrator to grant you some special credentials.</dd>
  14. <dt>What's next</dt>
  15. <dd>
  16. <ul class="sfTIconList">
  17. <li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
  18. </ul>
  19. </dd>
  20. </dl>