[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php decorate_with(sfLoader::getTemplatePath('default', '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>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |