From 04c439057d9529f1231a6c95d311cfb3fa7174b1 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 21:20:05 +0200 Subject: initial play icon --- views/hootstream/filters.ejs | 29 +++++++++++++++++ views/hootstream/hootform.ejs | 8 +++++ views/hootstream/index.ejs | 11 +++++++ views/hootstream/templates.ejs | 59 ++++++++++++++++++++++++++++++++++ views/pages/stream.ejs | 6 +--- views/partials/hootstream.ejs | 73 ------------------------------------------ 6 files changed, 108 insertions(+), 78 deletions(-) create mode 100644 views/hootstream/filters.ejs create mode 100644 views/hootstream/hootform.ejs create mode 100644 views/hootstream/index.ejs create mode 100644 views/hootstream/templates.ejs delete mode 100644 views/partials/hootstream.ejs (limited to 'views') diff --git a/views/hootstream/filters.ejs b/views/hootstream/filters.ejs new file mode 100644 index 0000000..27177aa --- /dev/null +++ b/views/hootstream/filters.ejs @@ -0,0 +1,29 @@ +
+ + + + +
+ · +
+
+ sort by +
+
+ + + +
+
\ No newline at end of file diff --git a/views/hootstream/hootform.ejs b/views/hootstream/hootform.ejs new file mode 100644 index 0000000..2dbad9e --- /dev/null +++ b/views/hootstream/hootform.ejs @@ -0,0 +1,8 @@ +
+
+ + +
+
+
+ diff --git a/views/hootstream/index.ejs b/views/hootstream/index.ejs new file mode 100644 index 0000000..165e7e7 --- /dev/null +++ b/views/hootstream/index.ejs @@ -0,0 +1,11 @@ +<% include ../hootstream/filters %> + +
+ +
+
+
+
+ <% include ./hootform %> + <% include ./templates %> +
\ No newline at end of file diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs new file mode 100644 index 0000000..9e9a114 --- /dev/null +++ b/views/hootstream/templates.ejs @@ -0,0 +1,59 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/views/pages/stream.ejs b/views/pages/stream.ejs index 575d88a..cd16530 100644 --- a/views/pages/stream.ejs +++ b/views/pages/stream.ejs @@ -1,9 +1,5 @@ <% include ../partials/header %> -
- -
-<% include ../partials/hootstream %> -<% include ../partials/threads %> +<% include ../hootstream/index %> <% include ../partials/footer %> diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs deleted file mode 100644 index 4a94aa2..0000000 --- a/views/partials/hootstream.ejs +++ /dev/null @@ -1,73 +0,0 @@ -
-
-
- - -
-
-
-
-
- - - - - - - - - - - - - -
\ No newline at end of file -- cgit v1.2.3-70-g09d2