summaryrefslogtreecommitdiffstats
path: root/bwlpMonitor_template.html
diff options
context:
space:
mode:
authorJannik Schönartz2018-11-20 16:25:07 +0100
committerJannik Schönartz2018-11-20 16:25:07 +0100
commitaf78b994ff41acdae65ff0b5907bbd0e6debe9c4 (patch)
tree9798b106acfa4bdcbd844e778448577f51b6efac /bwlpMonitor_template.html
downloadbwlp-monitoring-af78b994ff41acdae65ff0b5907bbd0e6debe9c4.tar.gz
bwlp-monitoring-af78b994ff41acdae65ff0b5907bbd0e6debe9c4.tar.xz
bwlp-monitoring-af78b994ff41acdae65ff0b5907bbd0e6debe9c4.zip
Initial Commmit
Diffstat (limited to 'bwlpMonitor_template.html')
-rw-r--r--bwlpMonitor_template.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/bwlpMonitor_template.html b/bwlpMonitor_template.html
new file mode 100644
index 0000000..e90b251
--- /dev/null
+++ b/bwlpMonitor_template.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="icon" type="image/x-icon" href="img/favicon.ico">
+ <title>bwLp Status Monitor</title>
+ </head>
+ <body>
+ <div id="header">
+ <div id="header_left">
+ <a href="">
+ <img id="header_image" src="img/logo_bwlehrpool.png" alt="bwLehrpool">
+ </a>
+ </div>
+ <div id="header_center">
+ <label id="header_label">Status Monitor</label>
+ </div>
+ <div id="header_right">
+ <div>
+ <a href="https://www.bwlehrpool.de/doku.php/start">
+ <img id="header_wiki" src="img/wiki_bwlehrpool.png" alt="bwLehrpool">
+ </a>
+ </div>
+ <a id="header_wiki_label" href="https://www.bwlehrpool.de/doku.php/start">bwlp Wiki</a>
+ </div>
+ </div>
+ <div id="body">
+ <div id="content">
+%CONTENT%
+ </div>
+
+ <div id="log">
+%LOG%
+ </div>
+ </div>
+
+ </body>
+
+</html>