initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<?php decorate_with(sfLoader::getTemplatePath('default', 'defaultLayout.php')) ?>
<div class="sfTMessageContainer sfTLock">
<?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => 'credentials required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
<div class="sfTMessageWrap">
<h1>Credentials Required</h1>
<h5>This page is in a restricted area.</h5>
</div>
</div>
<dl class="sfTMessageInfo">
<dt>You do not have the proper credentials to access this page</dt>
<dd>Even though you are already logged in, this page requires special credentials that you currently don't have. </dd>
<dt>How to access this page</dt>
<dd>You must ask a site administrator to grant you some special credentials.</dd>
<dt>What's next</dt>
<dd>
<ul class="sfTIconList">
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
</ul>
</dd>
</dl>