From 3bfd52b4d7d5383b45f552ead23e3a00f9b86f78 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 5 Aug 2024 17:43:42 +0300 Subject: Add initial template for gn editor UI --- gn2/wqflask/templates/gn_editor.html | 134 +++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 gn2/wqflask/templates/gn_editor.html diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html new file mode 100644 index 00000000..60a73b1f --- /dev/null +++ b/gn2/wqflask/templates/gn_editor.html @@ -0,0 +1,134 @@ +{% extends "base.html" %} +{% block title %}Genenetwork Files Editor {% endblock %} + +{% block css %} + +{% endblock %} +{% block search %}{% endblock %} +{% block content %} +
+
+ + +
+ +
+
+
+ +
+
+
+
+ Tristique nulla aliquet enim tortor, at auctor urna nunc id cursus metus aliquam eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci, a scelerisque! Laoreet suspendisse interdum consectetur libero. +
+
+ +
+
+
+
+ +{% endblock %} + +{% block js %} + + + + + + + + + + +{% endblock %} + -- cgit v1.2.3