summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/de/unifr/rz/infoscreen/component/NavbarDateTime.html23
-rw-r--r--src/main/resources/de/unifr/rz/infoscreen/component/WeekCalendar.html16
-rw-r--r--src/main/resources/de/unifr/rz/infoscreen/component/test.ics67
-rw-r--r--src/main/resources/de/unifr/rz/infoscreen/component/test.ics.orage0
4 files changed, 106 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
diff --git a/src/main/resources/de/unifr/rz/infoscreen/component/WeekCalendar.html b/src/main/resources/de/unifr/rz/infoscreen/component/WeekCalendar.html
new file mode 100644
index 0000000..e9ea863
--- /dev/null
+++ b/src/main/resources/de/unifr/rz/infoscreen/component/WeekCalendar.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html xmlns:wicket="http://wicket.apache.org">
+<head>
+<title>WeekCalendar</title>
+<wicket:head>
+<style type="text/css">
+</style>
+</wicket:head>
+
+</head>
+<body>
+ <wicket:panel>
+ <div wicket:id="calendar"></div>
+ </wicket:panel>
+</body>
+</html> \ No newline at end of file
diff --git a/src/main/resources/de/unifr/rz/infoscreen/component/test.ics b/src/main/resources/de/unifr/rz/infoscreen/component/test.ics
new file mode 100644
index 0000000..5bfb987
--- /dev/null
+++ b/src/main/resources/de/unifr/rz/infoscreen/component/test.ics
@@ -0,0 +1,67 @@
+BEGIN:VCALENDAR
+PRODID:QIS-LSF HIS GmbH
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:Europe/Berlin
+X-LIC-LOCATION:Europe/Berlin
+BEGIN:DAYLIGHT
+TZOFFSETFROM:+0100
+TZOFFSETTO:+0200
+TZNAME:CEST
+DTSTART:19700329T020000
+RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
+END:DAYLIGHT
+BEGIN:STANDARD
+TZOFFSETFROM:+0200
+TZOFFSETTO:+0100
+TZNAME:CET
+DTSTART:19701025T030000
+RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
+END:STANDARD
+END:VTIMEZONE
+METHOD:PUBLISH
+BEGIN:VEVENT
+DTSTART;TZID=Europe/Berlin:20120903T080000
+DTEND;TZID=Europe/Berlin:20120903T120000
+EXDATE:
+LOCATION:KG II - Audimax
+DTSTAMP:20120910T121316Z
+UID:108075184056
+DESCRIPTION:
+SUMMARY:Landgericht Freiburg - Frau Kerner
+CATEGORIES:Klausur
+END:VEVENT
+BEGIN:VEVENT
+DTSTART;TZID=Europe/Berlin:20120906T080000
+DTEND;TZID=Europe/Berlin:20120906T140000
+EXDATE:
+LOCATION:KG II - Audimax
+DTSTAMP:20120910T121316Z
+UID:112467194866
+DESCRIPTION:
+SUMMARY:Landeslehrerprüfungsamt - Frau Thegtmeier
+CATEGORIES:Klausur
+END:VEVENT
+BEGIN:VEVENT
+DTSTART;TZID=Europe/Berlin:20120906T180000
+DTEND;TZID=Europe/Berlin:20120906T200000
+EXDATE:
+LOCATION:KG II - Audimax
+DTSTAMP:20120910T121316Z
+UID:102150172358
+DESCRIPTION:
+SUMMARY:Rechtswissenschaftliche Fakultät - Klausurenkurs - Frau Waldenberger
+CATEGORIES:Kurs
+END:VEVENT
+BEGIN:VEVENT
+DTSTART;TZID=Europe/Berlin:20120908T080000
+DTEND;TZID=Europe/Berlin:20120908T130000
+EXDATE:
+LOCATION:KG II - Audimax
+DTSTAMP:20120910T121316Z
+UID:102150172359
+DESCRIPTION:
+SUMMARY:Rechtswissenschaftliche Fakultät - Klausurenkurs - Frau Waldenberger
+CATEGORIES:Kurs
+END:VEVENT
+END:VCALENDAR \ No newline at end of file
diff --git a/src/main/resources/de/unifr/rz/infoscreen/component/test.ics.orage b/src/main/resources/de/unifr/rz/infoscreen/component/test.ics.orage
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/main/resources/de/unifr/rz/infoscreen/component/test.ics.orage