From efe1f83a7cc419df700dfe36ef11da20607d8eae Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Nov 2015 14:40:30 +0100 Subject: implement mandator handling, supporting different styles per mandantor --- template/page.phtml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/page.phtml b/template/page.phtml index bd73065..37f192a 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -29,20 +29,20 @@ - - + + - + - - - - - + + + + + - - + + -- cgit v1.2.3 From a0b2129479ba10561811847c0651df8b55c8a6ba Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Nov 2015 15:15:53 +0100 Subject: Support an All-Conference-Closed Screen and mutliple Schedules & Relive-URLs --- template/allclosed.phtml | 14 ++++++++++++++ template/assemblies/header.phtml | 2 +- template/assemblies/upcoming.phtml | 21 +++++++++++++++++++++ template/closed.phtml | 22 +--------------------- template/embed.phtml | 2 +- template/page.phtml | 28 +++++++++++++++------------- 6 files changed, 53 insertions(+), 36 deletions(-) create mode 100644 template/allclosed.phtml create mode 100644 template/assemblies/upcoming.phtml (limited to 'template') diff --git a/template/allclosed.phtml b/template/allclosed.phtml new file mode 100644 index 0000000..31947a7 --- /dev/null +++ b/template/allclosed.phtml @@ -0,0 +1,14 @@ +
+ +

See you soon at

+ + + +

+ You can watch most of our Recordings at getReleasesUrl())?>. +

+ +


+ + +
diff --git a/template/assemblies/header.phtml b/template/assemblies/header.phtml index f57054c..a213dd3 100644 --- a/template/assemblies/header.phtml +++ b/template/assemblies/header.phtml @@ -15,7 +15,7 @@ - hasEnded() && $feedback->isEnabled()): ?> + hasEnded() && isset($feedback) && $feedback->isEnabled()): ?> diff --git a/template/assemblies/upcoming.phtml b/template/assemblies/upcoming.phtml new file mode 100644 index 0000000..7d9ffac --- /dev/null +++ b/template/assemblies/upcoming.phtml @@ -0,0 +1,21 @@ + +
+ +
+
+ + + + + + + +
+
+
+ +
+
+ +
+ diff --git a/template/closed.phtml b/template/closed.phtml index 6ca7416..0b56e74 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -29,25 +29,5 @@


- -
- -
-
- - - - - - - -
-
-
- -
-
- -
- + diff --git a/template/embed.phtml b/template/embed.phtml index dd8629a..f99ece1 100644 --- a/template/embed.phtml +++ b/template/embed.phtml @@ -1 +1 @@ -getPlayerType().'.phtml') ?> +getPlayerType().'.phtml') ?> diff --git a/template/page.phtml b/template/page.phtml index 37f192a..ac639a2 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -29,20 +29,20 @@ - - + + - + - - - - - + + + + + - - + + @@ -55,8 +55,10 @@ - + + + -- cgit v1.2.3 From 0d91cc5f111fac882f1bb375c2bf426195c9cae2 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Nov 2015 16:31:29 +0100 Subject: finish overview-page --- template/about.phtml | 2 +- template/allconferences.phtml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 template/allconferences.phtml (limited to 'template') diff --git a/template/about.phtml b/template/about.phtml index 68aa2fb..eee4896 100644 --- a/template/about.phtml +++ b/template/about.phtml @@ -6,7 +6,7 @@

If you like what we're doing, you can flattr us:

- Flattr this + Flattr this

diff --git a/template/allconferences.phtml b/template/allconferences.phtml new file mode 100644 index 0000000..2d47b82 --- /dev/null +++ b/template/allconferences.phtml @@ -0,0 +1,33 @@ +
+

+

We are currently active on multiple Conferences. Please choose which one you want access.

+ +

+ +
+ + $info): ?> + + +
+
+
+ +

+
+
+
+ +
+
-- cgit v1.2.3