From 954121a36362e4a5bd17d7625323d92a9454d740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 30 Mar 2022 12:32:20 +0200 Subject: [PATCH] chg: Improve rendering capture page --- website/web/templates/capture.html | 158 ++++++++++++++++------------- 1 file changed, 86 insertions(+), 72 deletions(-) diff --git a/website/web/templates/capture.html b/website/web/templates/capture.html index 29ae2a10..5e06fcd4 100644 --- a/website/web/templates/capture.html +++ b/website/web/templates/capture.html @@ -25,12 +25,10 @@
Lookyloo + alt="Lookyloo" width="30%">
-
{{ render_messages(container=True, dismissible=True) }} -
@@ -41,87 +39,103 @@
+
-
-

Browser Configuration (Lookyloo uses an emulated browser for all captures)

-
- {% if personal_ua %} -
-
-
- - +
+ +
+
+ +
+
+ {% if personal_ua %} +
+
+
+ + +
+
+
+ +
Or pick the user agent of your choice:
+
+ {% endif %} + +
+ +
+ +
+
+ + {% for os, browsers in user_agents.items() %} + +
+ +
+ + +
+
+ {% for browser, user_agents in browsers.items()%} + + + {% endfor%} + {% endfor%} + +
Or type the user-agent of your choice:
+
+
+ +
+
- -
Or pick the user agent of your choice:
-
- {% endif %} - -
- -
- -
-
- - {% for os, browsers in user_agents.items() %} - -
- -
- - -
-
- {% for browser, user_agents in browsers.items()%} - - - {% endfor%} - {% endfor%} - -
Or type the user-agent of your choice:
-
-
- -
- -
-
+ + +