diff --git a/python/web/src/templates/index.html b/python/web/src/templates/index.html index f787be89..b8bcedeb 100644 --- a/python/web/src/templates/index.html +++ b/python/web/src/templates/index.html @@ -193,143 +193,6 @@
- -
-
- - {{ _("Attach Device") }} - - -
- - - - - - - {% for type in device_types.keys() %} - - - - - - {% endfor %} -
{{ _("Device") }}{{ _("Key") }}{{ _("Parameters and Actions") }}
-
{{ device_types[type]["name"] }}
-
-
{{ type }}
-
-
- - {% for key, value in device_types[type]["params"] | dictsort %} - - {% if value.isnumeric() %} - - {% elif key == "interface" %} - - {% else %} - - {% endif %} - {% endfor %} - {% if type in DISK_DEVICE_TYPES %} - - - - - {% endif %} - - - - - -
-
-
- -
-
@@ -530,6 +393,142 @@
+
+
+ + {{ _("Attach Device") }} + +
    + + {% if bridge_configured %} +
  • {{ _("The piscsi_bridge network bridge is active and ready to be used by an emulated network adapter!") }}
  • + {% else %} +
  • {{ _("Please configure the piscsi_bridge network bridge before attaching an emulated network adapter!") }}
  • + {% endif %} +
  • {{ _("To browse the modern web, install a vintage web proxy such as Macproxy.", url="https://github.com/PiSCSI/piscsi/wiki/Vintage-Web-Proxy#macproxy") }}
  • + +
  • {{ _("Read more about supported device types on the wiki.", url="https://github.com/PiSCSI/piscsi/wiki/Supported-Device-Types") }} +
  • +
+
+ + + + + + + {% for type in device_types.keys() %} + + + + + + {% endfor %} +
{{ _("Device") }}{{ _("Key") }}{{ _("Parameters and Actions") }}
+
{{ device_types[type]["name"] }}
+
+
{{ type }}
+
+
+ + {% for key, value in device_types[type]["params"] | dictsort %} + + {% if value.isnumeric() %} + + {% elif key == "interface" %} + + {% else %} + + {% endif %} + {% endfor %} + {% if type in DISK_DEVICE_TYPES %} + + + + + {% endif %} + + + + + +
+
+
+ +
+
@@ -586,6 +585,69 @@
+
+
+ + {{ _("Create Empty Disk Image") }} + +
    +
  • {{ _("Please refer to wiki documentation to learn more about the supported image file types.", url="https://github.com/PiSCSI/piscsi/wiki/Supported-Device-Types#image-types") }}
  • +
  • {{ _("It is not recommended to use the Lido hard disk driver with the Macintosh Plus.") }}
  • +
+
+ +
+ + + + + + + + + + + +
+
+ +
+

{{ _("Create Disk Image With Properties") }}

+
+ +
+
@@ -661,66 +723,4 @@
-
-
- - {{ _("Create Empty Disk Image") }} - -
    -
  • {{ _("Please refer to wiki documentation to learn more about the supported image file types.", url="https://github.com/PiSCSI/piscsi/wiki/Supported-Device-Types#image-types") }}
  • -
  • {{ _("It is not recommended to use the Lido hard disk driver with the Macintosh Plus.") }}
  • -
-
- -
- - - - - - - - - - - -
-
- -
-

{{ _("Create Disk Image With Properties") }}

-
- -
{% endblock content %}