diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-02 19:41:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-02 19:41:44 (GMT) |
commit | dcb4367bee1cee9b2b881c993ef56bb9560a0796 (patch) | |
tree | 0a60fc240b13ad1e9a2b7c1affe183c37be959ab /abs/core/supplemental-web/contents/fe_status.shtml | |
parent | 115cadecb464d5fd48af6ddb56774bae80cc4b59 (diff) | |
download | linhes_pkgbuild-dcb4367bee1cee9b2b881c993ef56bb9560a0796.zip linhes_pkgbuild-dcb4367bee1cee9b2b881c993ef56bb9560a0796.tar.gz linhes_pkgbuild-dcb4367bee1cee9b2b881c993ef56bb9560a0796.tar.bz2 |
supplemental-web: fe_status: add a loading screen
move to main menu and a few other tweaks
Diffstat (limited to 'abs/core/supplemental-web/contents/fe_status.shtml')
-rw-r--r-- | abs/core/supplemental-web/contents/fe_status.shtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/supplemental-web/contents/fe_status.shtml b/abs/core/supplemental-web/contents/fe_status.shtml index d821600..845a931 100644 --- a/abs/core/supplemental-web/contents/fe_status.shtml +++ b/abs/core/supplemental-web/contents/fe_status.shtml @@ -1,12 +1,14 @@ <html> <head> <style type="text/css">@import "/frame.css";</style> + <meta http-equiv="pragma" content="no-cache" /> </head> + <body> <div id="header"> - <h1>LinHES Frontend Status </h1> - + <h1>MythFrontend Status</h1> </div> - <!--#exec cmd="/root/fe_status.py" --> + <!--#exec cmd="MYTHCONFDIR=/usr/share/mythtv /data/srv/httpd/htdocs/fe_status.py" --> </body> </html> + |