scripts/intranet/templates/error403.tmpl
Daniel STAN ce8c817aca [intranet|squeeze] On enlève le déprécié
Ignore-this: d0485c9ec2225694207cef0b5b733a08

darcs-hash:20120212223013-28565-3bd4cb29bcee856ac8ab038d7b4e672e73f19914.gz
2012-02-12 23:30:13 +01:00

13 lines
553 B
Cheetah

#encoding:utf-8
<!-- img src="/static/images/petitCr@ns.png" alt="logocr@ns" / -->
<img style="float:left;clear:left;" src="/static/images/DoNotEnter.png" alt="Do Not Enter" />
<div style="margin-left:200px;">
<h1 style="background:#ddd; float:left; width:50%; padding:10px 20px 10px 10px">Acc&egrave;s interdit</h1>
<pre style="border:thin black dashed; padding:10px; margin:20px; float:left; color:gray;">$message</pre>
<a href="/" style="display:block;clear:both;">Retour &agrave; la page d'accueil</a>
</div>
<div style="clear:both;"></div>