[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <div class="message-error"> 2 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {'The requested page could not be displayed. (1)'|i18n( 'design/admin/error/kernel' )}</h2> 3 <p>{'The system is unable to display the requested page because of security issues.'|i18n( 'design/admin/error/kernel' )} 4 <p>{'Possible reasons'|i18n( 'design/admin/error/kernel' )}:</p> 5 <ul> 6 {section show=ne( $current_user.contentobject_id, $anonymous_user_id )} 7 <li>{'Your account does not have the proper privileges to access the requested page.'|i18n( 'design/admin/error/kernel' )}</li> 8 {section-else} 9 <li>{'You are not logged into the system. Please log in.'|i18n( 'design/admin/error/kernel' )}</li> 10 {/section} 11 <li>{'The requested page does not exist. Try changing the URL.'|i18n( 'design/admin/error/kernel' )}</li> 12 </ul> 13 14 {section show=is_set( $module_required )} 15 <p> </p> 16 <p>{'The following permission setting is required'|i18n( 'design/admin/error/kernel' )}:</p> 17 <ul> 18 <li>{'Module'|i18n( 'design/admin/error/kernel' )}:{$module_required}</li> 19 <li>{'Function'|i18n( 'design/admin/error/kernel' )}:{$function_required}</li> 20 </ul> 21 {/section} 22 23 </div> 24 25 26 27 {section show=eq( $current_user.contentobject_id, $anonymous_user_id )} 28 29 {section show=$embed_content} 30 31 {$embed_content} 32 {section-else} 33 34 <form method="post" action={'/user/login/'|ezurl}> 35 36 <p>{'Click the "Log in" button in order to log in.'|i18n( 'design/admin/error/kernel' )}</p> 37 <div class="buttonblock"> 38 <input class="button" type="submit" name="LoginButton" value="{'Login'|i18n( 'design/admin/error/kernel','Button')}" /> 39 </div> 40 41 <input type="hidden" name="Login" value="" /> 42 <input type="hidden" name="Password" value="" /> 43 <input type="hidden" name="RedirectURI" value="{$redirect_uri}" /> 44 </form> 45 46 {/section} 47 48 {/section}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |