From 28ebae4525f35672acd6253b3022bdb8cdc1cbd1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 28 Feb 2018 21:32:48 +0000 Subject: Update readme. Fix result parsing bug. Rearrange files - Prefix query result fields with an underscore to avoid clashing with JS builtin property/function names which causes issues with Tabulator - Move html files into their own dir --- html/editor-instance.html | 45 +++++++++++++++++++++++++ html/index.html | 26 ++++++++++++++ html/new-connection.html | 73 ++++++++++++++++++++++++++++++++++++++++ html/query-executor-wrapper.html | 7 ++++ 4 files changed, 151 insertions(+) create mode 100644 html/editor-instance.html create mode 100644 html/index.html create mode 100644 html/new-connection.html create mode 100644 html/query-executor-wrapper.html (limited to 'html') diff --git a/html/editor-instance.html b/html/editor-instance.html new file mode 100644 index 0000000..eaa2599 --- /dev/null +++ b/html/editor-instance.html @@ -0,0 +1,45 @@ + + + + + + SQL++ + + + + + + + + + + + + +
+
+ +
+ + +
+
+ +
+
+
+
+
+ + +
+ + + + \ No newline at end of file diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..b1997bf --- /dev/null +++ b/html/index.html @@ -0,0 +1,26 @@ + + + + + SQL++ + + + + + + + +
+
+
+ +
+
+ +
+ + + + \ No newline at end of file diff --git a/html/new-connection.html b/html/new-connection.html new file mode 100644 index 0000000..192c9b9 --- /dev/null +++ b/html/new-connection.html @@ -0,0 +1,73 @@ + + + + + SQL++ - New connection + + + + + +

Add new connection

+
+
+ +
+ +
+

This is shown as the title of the connection tab

+
+
+ +
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/html/query-executor-wrapper.html b/html/query-executor-wrapper.html new file mode 100644 index 0000000..ddc9ffc --- /dev/null +++ b/html/query-executor-wrapper.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3