scripts/intranet/templates/error403.tmpl
gdetrez bd9ead0d89 ajout d'erreurs personalisees et du module digicode
darcs-hash:20061009172906-f46e9-390eff7e704b7cad2f6a4f3ec8a426fbef179d0b.gz
2006-10-09 19:29:06 +02:00

12 lines
537 B
Cheetah

<!-- 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>