From c2caba1fc2cb089d4c4798afd21408cd852ea3fa Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 14 Aug 2024 22:33:01 +0300 Subject: Applying jdlint to gn editor files. --- gn2/wqflask/templates/gn_editor.html | 139 ++++++++----- gn2/wqflask/templates/gn_editor_commit.html | 63 +++--- gn2/wqflask/templates/gn_editor_results_page.html | 63 +++--- gn2/wqflask/templates/gn_editor_settings.html | 243 ++++++++++++++-------- 4 files changed, 307 insertions(+), 201 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html index 18d4eaa1..09723dab 100644 --- a/gn2/wqflask/templates/gn_editor.html +++ b/gn2/wqflask/templates/gn_editor.html @@ -1,65 +1,94 @@ {% extends "base.html" %} -{% block title %}Genenetwork Files Editor {% endblock %} - +{% block title %}Genenetwork Files Editor{% endblock %} {% block css %} - - - - - + + {% endblock %} {% block search %}{% endblock %} {% block content %} -
-
- -
-
-
-
-
-
-
-
-
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
- -
-
-
-
- + {% endblock %} - {% block js %} - - - - - - - - - - - - - + + + + + + + + + + {% endblock %} diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html index 8fd1547b..c08c93bb 100644 --- a/gn2/wqflask/templates/gn_editor_commit.html +++ b/gn2/wqflask/templates/gn_editor_commit.html @@ -1,40 +1,37 @@
-
-
-
-

Commit your Changes

-
-
-
-
-
- -
-
-
- -
-
-
-
-
- - -
-
-
+
+
+
+
+
+ + +
+
+
-
{% block js %} - + {% endblock %} diff --git a/gn2/wqflask/templates/gn_editor_results_page.html b/gn2/wqflask/templates/gn_editor_results_page.html index d502e882..666bd432 100644 --- a/gn2/wqflask/templates/gn_editor_results_page.html +++ b/gn2/wqflask/templates/gn_editor_results_page.html @@ -1,39 +1,46 @@
-
-
-
-

Results status - {{status}}

-
-
-
- {% if error %} -

Error-type: {{error}}

-

Error-message: - {{msg}}

- {% else %} -
-

New Commit Sha: - {{commit_sha}} -

-
-

Commit Message: - {{message}} -

- -
-
+
+
+
+

+ Results status - {{ status }} +

+
+
+
+ {% if error %} +

+ Error-type: {{ error }} +

+

+ Error-message: + {{ msg }} +

+ {% else %} +
+

+ New Commit Sha: + {{ commit_sha }} + +

+
+
+

+ Commit Message: + {{ message }} +

+
+
{% endif %}
-
+
- {% block js %} - - + {% endblock %} diff --git a/gn2/wqflask/templates/gn_editor_settings.html b/gn2/wqflask/templates/gn_editor_settings.html index a87e3dc8..1e2cae10 100644 --- a/gn2/wqflask/templates/gn_editor_settings.html +++ b/gn2/wqflask/templates/gn_editor_settings.html @@ -1,100 +1,173 @@
-

Select a theme

-
-
- - -
- +

+ Select a theme +

+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+

+ Select Font Size +

+ + 16 px +
+
+
+

+ Select Wrap Option: +

+
+ + +
+
+ + +
+
+
+

+ Cursor Styles: +

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+

+ Choose KeyBoard Binding: +

- - + +
- - + +
- - + +
- - -
- -
-
-

Select Font Size

- - 16 px + +
-
-
-

Select Wrap Option:

-
- - -
-
- - -
-
-
-

Cursor Styles:

-
- - -
-
- - -
-
- - -
-
- - -
+
+
+ +
- -
- -

Choose KeyBoard Binding:

-
- - -
- -
- - -
-
- - -
-
- - -
-
-
-
- -
-
- {% block js %} - + {% endblock %} -- cgit v1.2.3