about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/templates/gn_editor_commit.html35
-rw-r--r--gn2/wqflask/templates/gn_editor_results_page.html17
2 files changed, 52 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html
new file mode 100644
index 00000000..5a158e1a
--- /dev/null
+++ b/gn2/wqflask/templates/gn_editor_commit.html
@@ -0,0 +1,35 @@
+<section classs="row commit-content"  style="padding-top:25px">
+  <div  class="col-sm-10 col-sm-offset-1">
+    <div>
+      <div>
+        <h2> <i>Commit your Changes</i></h2>
+      </div>
+    </div>
+    <br>
+    <div>
+      <div class="row">
+        <label class="col-sm-4" for="message-text"> <i>*Commit Message*</i></label>
+
+      </div>
+      <br>
+      <div class="row">
+        <textarea class="col-sm-12">
+        </textarea>
+
+      </div>
+    </div>
+    <br>
+    <br>
+    <div class="row">
+      <button class="btn btn-secondary col-sm-2 col-sm-offset-1">
+        Cancel
+      </button>
+
+      <button class="btn btn-primary col-sm-2 col-sm-offset-1">
+        Commit
+      </button>
+    </div>
+    <br>
+
+  </div>
+</section>
diff --git a/gn2/wqflask/templates/gn_editor_results_page.html b/gn2/wqflask/templates/gn_editor_results_page.html
new file mode 100644
index 00000000..f19ef7ab
--- /dev/null
+++ b/gn2/wqflask/templates/gn_editor_results_page.html
@@ -0,0 +1,17 @@
+<section classs="row commit-content"  style="padding-top:25px">
+  <div  class="col-sm-10 col-sm-offset-1">
+    <div>
+      <div>
+        <h2> <i>Results status</i></h2>
+      </div>
+    </div>
+    <br>
+    <div>
+      <h3>Commit Sha:</h3>
+
+      <h3>Commit Message</h3>
+    </div>
+    <br> 
+  </div>
+</section>
+