Changeset 6013
- Timestamp:
- 11/14/07 11:38:46 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/data/modules/default/templates/loginSuccess.php
r3313 r6013 2 2 3 3 <div class="sfTMessageContainer sfTLock"> 4 <?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => ' credentialsrequired', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>4 <?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => 'login required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?> 5 5 <div class="sfTMessageWrap"> 6 <h1> CredentialsRequired</h1>7 <h5>This page is in a restricted area.</h5>6 <h1>Login Required</h1> 7 <h5>This page is not public.</h5> 8 8 </div> 9 9 </div> 10 10 <dl class="sfTMessageInfo"> 11 <dt> You do not have the proper credentialsto 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>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 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> 14 <dt>What's Next</dt> 18 15 <dd> 19 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> 20 18 <li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li> 21 19 </ul> branches/1.0/data/modules/default/templates/secureSuccess.php
r3313 r6013 2 2 3 3 <div class="sfTMessageContainer sfTLock"> 4 <?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => ' loginrequired', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>4 <?php echo image_tag('/sf/sf_default/images/icons/lock48.png', array('alt' => 'credentials required', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?> 5 5 <div class="sfTMessageWrap"> 6 <h1> LoginRequired</h1>7 <h5>This page is not public.</h5>6 <h1>Credentials Required</h1> 7 <h5>This page is in a restricted area.</h5> 8 8 </div> 9 9 </div> 10 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 11 14 <dt>How to access this page</dt> 12 <dd>You must proceed to the login page and enter your id and password.</dd>15 <dd>You must ask a site administrator to grant you some special credentials.</dd> 13 16 14 <dt>What's Next</dt>17 <dt>What's next</dt> 15 18 <dd> 16 19 <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 20 <li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li> 19 21 </ul>