summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-07-08 00:01:46 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-07-08 00:01:46 +0200
commit9fbf4201087d121c0296a12460bcdaf2704eae1d (patch)
tree548b470303846e303da911829d03a34941c44757
parent9731cd9dc5e1dbfee167d99e1d0b4403916cb0ef (diff)
downloadIshtar-9fbf4201087d121c0296a12460bcdaf2704eae1d.tar.bz2
Ishtar-9fbf4201087d121c0296a12460bcdaf2704eae1d.zip
Add a file for maintenance mode.
-rw-r--r--ishtar_common/templates/maintenance/maintenance-fr.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/ishtar_common/templates/maintenance/maintenance-fr.html b/ishtar_common/templates/maintenance/maintenance-fr.html
new file mode 100644
index 000000000..d950ad5ab
--- /dev/null
+++ b/ishtar_common/templates/maintenance/maintenance-fr.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+
+<head>
+ <title>Ishtar</title>
+<script type='text/javascript'>
+ setTimeout(function(){ window.location.replace( window.location.origin); }, 5000);
+</script>
+</head>
+<body>
+ <p>Ishtar est en maintenance.</p>
+</body>
+</html>