
Ignore-this: d0485c9ec2225694207cef0b5b733a08 darcs-hash:20120212223013-28565-3bd4cb29bcee856ac8ab038d7b4e672e73f19914.gz
27 lines
1.3 KiB
Cheetah
27 lines
1.3 KiB
Cheetah
#encoding:utf-8
|
|
<!-- 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 à amé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 à la page d'accueil</button>
|
|
<a href="/" style="display:block;clear:both;padding:.6em;">Retour à 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>
|