diff --git a/website/web/templates/index.html b/website/web/templates/index.html index 3ca9145..ffc5517 100644 --- a/website/web/templates/index.html +++ b/website/web/templates/index.html @@ -4,12 +4,13 @@ {% block content %}
-

Scrape a page



+

Scrape a page

+

{% for uuid, page_title in titles %} - {{ page_title }}
-
+ {{ page_title }} +

{% endfor %}
{% endblock %} diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html index 032e936..af28cb3 100644 --- a/website/web/templates/tree.html +++ b/website/web/templates/tree.html @@ -3,132 +3,134 @@ {% block title %}Tree{% endblock %} {% block scripts %} - {{ super() }} - - + {{ super() }} + + {% endblock %} {% block content %} {{super()}}
- +
-
-
-
-
- Legend -
-
- -
-
-
-
- JavaScript Javascript
- - Cookie received Cookie received
- - Cookie read Cookie read
- - Redirect Redirect
- - Font Font
- - HTML HTML
- - JSON JSON
- - CSS CSS
- - EXE EXE
- - Image Image
- - Video Video
- - iFrame iFrame
- - Content type not set/unknown Content type not set/unknown
-
-
-
+
+
+
+
+ Legend +
+
-
-
- Legend -
+
+
+
+ JavaScript Javascript
+ + Cookie received Cookie received
+ + Cookie read Cookie read
+ + Redirect Redirect
+ + Font Font
+ + HTML HTML
+ + JSON JSON
+ + CSS CSS
+ + EXE EXE
+ + Image Image
+ + Video Video
+ + iFrame iFrame
+ + Content type not set/unknown Content type not set/unknown
+
+
+
+ +
+
+ Legend +
+
-
-
-
-
- Tree details -
-
- -
-
-
-
- Root URL: {{ root_url }}
- Start time: {{ start_time }}
- User Agent: {{ user_agent }}
- {% if meta %} - {%for k, v in meta.items()%} - {{k.title()}}: {{ v }}
- {%endfor%} - {%endif%} - Screenshot: - Download - -
-
-
-
+
+
+
+
+ Tree details +
+
-
-
- Tree details -
+
+
+
+ Root URL: {{ root_url }}
+ Start time: {{ start_time }}
+ User Agent: {{ user_agent }}
+ {% if meta %} + {%for k, v in meta.items()%} + {{k.title()}}: {{ v }}
+ {%endfor%} + {%endif%} + Screenshot: + Download + +
+
+
+
+ +
+
+ Tree details +
+
{% endblock content %}