From 6799af0572575f95c127276e380bba3ae40d7400 Mon Sep 17 00:00:00 2001 From: Rayan fernandes <37145078+Rayanfer32@users.noreply.github.com> Date: Fri, 11 Jun 2021 23:36:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E2=9C=A8=20=F0=9F=92=84=20New?= =?UTF-8?q?=20Search=20bar,=20Download=20button=20for=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 148 +++++++++++++++++++++++++-------------- 1 file changed, 96 insertions(+), 52 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index d728131..36607a2 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,59 +1,103 @@ {% include 'header.html' %} - -
-
- -

{{name}}

-
- -
-
- -
-
- -
- - {% if item_list %} -
-
- {% for item in item_list %} - - - {% if item.media %} - -
{{item.insight}}
- {% else %} -
{{item.insight}}
- {% endif %} - -
- {% endfor %} +
+
+ +

{{name}}

+
+ +
+
+ +
+
+ +
+ +
+
- -
-

- {{item_list|length}} items -

- -
- {% if prev_page %} - Page {{prev_page.no}} - {% endif %} -

Page {{cur_page}}

- {% if next_page %} - Page {{next_page.no}} - {% endif %} -
- + +
+ +
+ +{% if item_list %} + +
+
+ {% for item in item_list %} + +
+ +
{{item.file_id}}
+ + + {% if item.media %} + + + + +
{{item.insight}}
+ + + + + + + + + + {% else %} - -

- No message to display! -

- + +
{{item.insight}}
+
{% endif %} -{% include 'footer.html' %} +
+ + + {% endfor %} +
+ +
+ +

+ {{item_list|length}} items +

+ +
+ {% if prev_page %} + Page {{prev_page.no}} + {% endif %} +

+ Page {{cur_page}}

+ {% if next_page %} + Page {{next_page.no}} + {% endif %} +
+ +{% else %} + +

+ No message to display! +

+ +{% endif %} + +{% include 'footer.html' %} \ No newline at end of file