scripts/intranet/templates/error.tmpl
gdetrez 86e2c58cb7 style
darcs-hash:20061009180432-f46e9-082ae4b37464295ac4502305c747dfbef35855aa.gz
2006-10-09 20:04:32 +02:00

24 lines
1.2 KiB
Cheetah

<!-- img src="/static/images/petitCr@ns.png" alt="logocr@ns" / -->
<img style="float:left;clear:left;" src="/static/images/traveaux.png" alt="Traveaux" />
<div style="margin-left:200px;">
<h1 style="clear:right; background:#ddd; width:50%; padding:10px 20px 10px 10px">Erreur $status</h1>
<div>
<pre style="border:thin black dashed; padding:10px; margin:20px; float:left; color:gray;">$message</pre>
</div>
<form action="send_error_repport" method="POST">
<fieldset style="float:left;"><legend>Envoyer un rapport</legend>
<input type="hidden" name="status" value="$status">
<input type="hidden" name="error_message" value="$message">
<label for="user_message">Aidez-nous &agrave; am&eacute;liorer l'intranet en nous indiquant comment l'erreur est apparue:</label><br />
<textarea style="width:40em;height:10em;" name="user_message"></textarea>
<div style="text-align:right;width:100%;">
<button name="send" value="oui">Envoyer le rapport et retourner &agrave; la page d'accueil</button>
</div>
</fieldset>
</form>
<a href="/" style="display:block;clear:both;">Retour &agrave; la page d'accueil</a>
</div>
<div style="clear:both;"></div>