summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/supplemental-web/contents')
-rw-r--r--abs/core/supplemental-web/contents/fe_status.shtml6
-rwxr-xr-xabs/core/supplemental-web/contents/fe_status_load.shtml14
2 files changed, 14 insertions, 6 deletions
diff --git a/abs/core/supplemental-web/contents/fe_status.shtml b/abs/core/supplemental-web/contents/fe_status.shtml
index 845a931..41ad117 100644
--- a/abs/core/supplemental-web/contents/fe_status.shtml
+++ b/abs/core/supplemental-web/contents/fe_status.shtml
@@ -1,7 +1,12 @@
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
+ <meta http-equiv="cache-control" content="max-age=0" />
+ <meta http-equiv="cache-control" content="no-cache" />
+ <meta http-equiv="expires" content="0" />
+ <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
+ <meta http-equiv="refresh" content="60">
</head>
<body>
@@ -11,4 +16,3 @@
<!--#exec cmd="MYTHCONFDIR=/usr/share/mythtv /data/srv/httpd/htdocs/fe_status.py" -->
</body>
</html>
-
diff --git a/abs/core/supplemental-web/contents/fe_status_load.shtml b/abs/core/supplemental-web/contents/fe_status_load.shtml
index ee058ad..4476cd1 100755
--- a/abs/core/supplemental-web/contents/fe_status_load.shtml
+++ b/abs/core/supplemental-web/contents/fe_status_load.shtml
@@ -1,18 +1,22 @@
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
- <script src="../ajaxloader.min.js"></script>
- <meta http-equiv="pragma" content="no-cache" />
- <meta http-equiv="refresh" content="0; url=../fe_status.shtml" />
+ <script src="/ajaxloader.min.js"></script>
+ <meta http-equiv="cache-control" content="max-age=0">
+ <meta http-equiv="cache-control" content="no-cache">
+ <meta http-equiv="expires" content="0">
+ <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
+ <meta http-equiv="pragma" content="no-cache">
+ <meta http-equiv="refresh" content="0; url=/fe_status.shtml">
</head>
<body>
<div id="header">
<h1>MythFrontend Status</h1>
</div>
- </br> </br>
+ <br> <br>
<h3>Querying MythFrontends...</h3>
- </br>
+ <br>
<div id="container">
<div>
<canvas id="spinner"></canvas>