summaryrefslogtreecommitdiffstats
path: root/src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html')
-rw-r--r--src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html b/src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html
new file mode 100644
index 0000000..f893959
--- /dev/null
+++ b/src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html xmlns:wicket="http://wicket.apache.org">
+<head>
+<title>NavbarDateTime</title>
+<wicket:head>
+<style type="text/css">
+.navDateTime {
+ font-size: 20px;
+ font-weight: 200;
+ padding: 10px 20px;
+ padding-right: 0;
+ text-shadow: 0 1px 0 #FFFFFF;
+ }
+</style>
+</wicket:head>
+
+</head>
+<body>
+ <wicket:panel>
+ <span class="navDateTime pull-right" wicket:id="dateTime">Project name</span>
+ </wicket:panel>
+</body>
+</html> \ No newline at end of file