24 lines
1.2 KiB
Cheetah
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 à 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>
|
|
</div>
|
|
</fieldset>
|
|
</form>
|
|
|
|
|
|
<a href="/" style="display:block;clear:both;">Retour à la page d'accueil</a>
|
|
</div>
|
|
|
|
<div style="clear:both;"></div>
|