scripts/intranet/templates/error.tmpl
gdetrez 122619c021 envoi de rapports de bug...
darcs-hash:20061202214729-f46e9-87e28633677416742ceee22abab710b20dba7537.gz
2006-12-02 22:47:29 +01:00

26 lines
1.3 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 style="float:left;">
<form action="/send_error_repport" method="POST">
<fieldset style=""><legend>Envoyer un rapport de bug</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>
<a href="/" style="display:block;clear:both;padding:.6em;">Retour &agrave; la page d'accueil</a>
</div>
#if $message
<div style="border:thin black dashed;margin:5px;">
<h3 style="margin:0;border-bottom:thin black dashed;padding:.3em;">Message d'erreur</h3>
<pre style="padding:.3em;color:gray;">$message</pre>
</div>
#end if
</fieldset>
</form>
</div>
</div>
<div style="clear:both;"></div>