[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="warning"> 3 <h2>{"Access denied"|i18n("design/standard/error/kernel")}</h2> 4 <p>{"You don't have permission to access this area."|i18n("design/standard/error/kernel")}</p> 5 <p>{"Possible reasons for this are"|i18n("design/standard/error/kernel")}:</p> 6 <ul> 7 {section show=ne($current_user.contentobject_id,$anonymous_user_id)} 8 <li>{"Your current user does not have the proper privileges to access this page."|i18n("design/standard/error/kernel")}</li> 9 {section-else} 10 <li>{"You are currently not logged in to the site, to get proper access create a new user or login with an existing user."|i18n("design/standard/error/kernel")}</li> 11 {/section} 12 <li>{"You misspelled some parts of your URL, try changing it."|i18n("design/standard/error/kernel")}</li> 13 </ul> 14 {section show=is_set($module_required)} 15 <p>{"Permission required"|i18n("design/standard/error/kernel")}</p> 16 <ul> 17 <li>{"Module : "|i18n("design/standard/error/kernel")}{$module_required} </li> 18 <li>{"Function : "|i18n("design/standard/error/kernel")}{$function_required}</li> 19 </ul> 20 {/section} 21 </div> 22 23 {section show=eq($current_user.contentobject_id,$anonymous_user_id)} 24 25 {section show=$embed_content} 26 27 {$embed_content} 28 {section-else} 29 30 <form method="post" action={"/user/login/"|ezurl}> 31 32 <p>{"Click the Login button to login."|i18n("design/standard/error/kernel")}</p> 33 <div class="buttonblock"> 34 <input class="button" type="submit" name="LoginButton" value="{'Login'|i18n('design/standard/error/kernel','Button')}" /> 35 </div> 36 37 <input type="hidden" name="Login" value="" /> 38 <input type="hidden" name="Password" value="" /> 39 <input type="hidden" name="RedirectURI" value="{$redirect_uri}" /> 40 </form> 41 42 {/section} 43 44 {/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 |