From 0777bbe2370c580244ebccfd746430f869f03a60 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 2 Oct 2025 23:14:42 +1000 Subject: [PATCH] remove more dead code --- templates/viewer.html | 332 ------------------------------------------ 1 file changed, 332 deletions(-) delete mode 100644 templates/viewer.html diff --git a/templates/viewer.html b/templates/viewer.html deleted file mode 100644 index 3639aa4..0000000 --- a/templates/viewer.html +++ /dev/null @@ -1,332 +0,0 @@ -{% extends "base.html" %} {% block main_content %} -{# make the form-switch / toggle info color set, give or take #} - - - - - - - -
- - {% set max=eids.split(',')|length %} - -
- -
- - - -
-
- - {% if objs[current].type.name != "Image" %} - - {% endif %} -
- -
- -
- - - -
-{# use this for color of toggles: https://www.codeply.com/p/4sL9uhevwJ #} -
- {# this whole div, just takes up the same space as the left button and is hidden for alignment only #} -
- -
- Show: -
- - -
-
- - -
-
- - -
-
- AI Model: - {# can use 0 as default, it will be (re)set correctly in DrawImg() anyway #} - {{CreateSelect( "model", 0, ["N/A", "normal", "slow/accurate"], "", "rounded norm-txt", [0,1,2])|safe }} -
-
- - - - - - - - - -
-
-{% endblock main_content %} -{% block script_content %} - -{% endblock script_content %}