aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMichel Etienne2013-01-10 16:09:57 +0100
committerMichel Etienne2013-01-10 16:09:57 +0100
commitab0332d1b9e5263305b1a3cc420ea7d03050fafd (patch)
tree0ce05880124fff7eb84dcd76f511d9c94d5db3a7 /public
parentd9d69d2a1ca02f15f185459dc7ee9070b8ca90c3 (diff)
downloadchouette-core-ab0332d1b9e5263305b1a3cc420ea7d03050fafd.tar.bz2
refactor error pages
Diffstat (limited to 'public')
-rw-r--r--public/404.html6
-rw-r--r--public/422.html6
-rw-r--r--public/500.html6
3 files changed, 12 insertions, 6 deletions
diff --git a/public/404.html b/public/404.html
index 65893d8bb..dbfbb5dd3 100644
--- a/public/404.html
+++ b/public/404.html
@@ -33,13 +33,15 @@
<h1>Désolé, la page demandée n'existe pas</h1>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">N'hésitez pas à nous décrire le problème</a>, nous essaierons de le résoudre.<br/>Merci d'avance<br/> <br/>
Vous pouvez néanmoins continuer à utiliser l'application CHOUETTE<br/>
- <a href="javascript:history.back()" >Retour</a>
+ <a href="javascript:history.back()" >Retour</a><br/>
+ <a href="referentials" >Accueil</a>
<br/> <br/><br/> <br/>
<h1>The page you were looking for doesn't exist.</h1>
You may have mistyped the address or the page may have moved. <br/>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">Please describe us what happened</a>, we'll try to come back with an answer. <br/>Thank you. <br/> <br/>
You can still continue the use the CHOUETTE application. <br/>
- <a href="javascript:history.back()" >Back</a>
+ <a href="javascript:history.back()" >Back</a><br/>
+ <a href="referentials" >Home</a>
</div>
</body>
</html>
diff --git a/public/422.html b/public/422.html
index 8e49aade0..e3c908d6e 100644
--- a/public/422.html
+++ b/public/422.html
@@ -33,13 +33,15 @@
<h1>La modification demandée a été refusée</h1>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">N'hésitez pas à nous décrire le problème</a>, nous essaierons de le résoudre.<br/>Merci d'avance<br/> <br/>
Vous pouvez néanmoins continuer à utiliser l'application CHOUETTE<br/>
- <a href="javascript:history.back()" >Retour</a>
+ <a href="javascript:history.back()" >Retour</a><br/>
+ <a href="referentials" >Accueil</a>
<br/> <br/><br/> <br/>
<h1>The change you wanted was rejected.</h1>
Maybe you tried to change something you didn't have access to. <br/>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">Please describe us what happened</a>, we'll try to come back with an answer. <br/>Thank you. <br/> <br/>
You can still continue the use the CHOUETTE application. <br/>
- <a href="javascript:history.back()" >Back</a>
+ <a href="javascript:history.back()" >Back</a><br/>
+ <a href="referentials" >Home</a>
</div>
</body>
</html>
diff --git a/public/500.html b/public/500.html
index 7e2d4c927..2fc08ee58 100644
--- a/public/500.html
+++ b/public/500.html
@@ -32,12 +32,14 @@
<h1>Désolé, une erreur est survenue</h1>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">N'hésitez pas à nous décrire le problème</a>, nous essaierons de le résoudre.<br/>Merci d'avance<br/> <br/>
Vous pouvez néanmoins continuer à utiliser l'application CHOUETTE<br/>
- <a href="javascript:history.back()" >Retour</a>
+ <a href="javascript:history.back()" >Retour</a><br/>
+ <a href="referentials" >Accueil</a>
<br/> <br/><br/> <br/>
<h1>We're sorry, but something went wrong.</h1>
<a href="http://www.chouette.mobi/spip.php?rubrique38" target="_blank">Please describe us what happened</a>, we'll try to come back with an answer. <br/>Thank you. <br/> <br/>
You can still continue the use the CHOUETTE application. <br/>
- <a href="javascript:history.back()" >Back</a>
+ <a href="javascript:history.back()" >Back</a><br/>
+ <a href="referentials" >Home</a>
</div>
</body>
</html> \ No newline at end of file