From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- .../app/templates/default/dialogs/addAccount.html | 42 +++++++++++++++++++ .../templates/default/dialogs/addPluginConfig.html | 26 ++++++++++++ .../templates/default/dialogs/confirmDelete.html | 11 +++++ .../templates/default/dialogs/interactionTask.html | 37 ++++++++++++++++ .../app/templates/default/dialogs/linkgrabber.html | 49 ++++++++++++++++++++++ .../web/app/templates/default/dialogs/modal.html | 10 +++++ 6 files changed, 175 insertions(+) create mode 100755 module/web/app/templates/default/dialogs/addAccount.html create mode 100755 module/web/app/templates/default/dialogs/addPluginConfig.html create mode 100644 module/web/app/templates/default/dialogs/confirmDelete.html create mode 100755 module/web/app/templates/default/dialogs/interactionTask.html create mode 100755 module/web/app/templates/default/dialogs/linkgrabber.html create mode 100755 module/web/app/templates/default/dialogs/modal.html (limited to 'module/web/app/templates/default/dialogs') diff --git a/module/web/app/templates/default/dialogs/addAccount.html b/module/web/app/templates/default/dialogs/addAccount.html new file mode 100755 index 000000000..bdc8a609a --- /dev/null +++ b/module/web/app/templates/default/dialogs/addAccount.html @@ -0,0 +1,42 @@ + + + \ No newline at end of file diff --git a/module/web/app/templates/default/dialogs/addPluginConfig.html b/module/web/app/templates/default/dialogs/addPluginConfig.html new file mode 100755 index 000000000..e7a42a208 --- /dev/null +++ b/module/web/app/templates/default/dialogs/addPluginConfig.html @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/module/web/app/templates/default/dialogs/confirmDelete.html b/module/web/app/templates/default/dialogs/confirmDelete.html new file mode 100644 index 000000000..65ae1cb21 --- /dev/null +++ b/module/web/app/templates/default/dialogs/confirmDelete.html @@ -0,0 +1,11 @@ + + + \ No newline at end of file diff --git a/module/web/app/templates/default/dialogs/interactionTask.html b/module/web/app/templates/default/dialogs/interactionTask.html new file mode 100755 index 000000000..ae325e83d --- /dev/null +++ b/module/web/app/templates/default/dialogs/interactionTask.html @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/module/web/app/templates/default/dialogs/linkgrabber.html b/module/web/app/templates/default/dialogs/linkgrabber.html new file mode 100755 index 000000000..08418cf03 --- /dev/null +++ b/module/web/app/templates/default/dialogs/linkgrabber.html @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/module/web/app/templates/default/dialogs/modal.html b/module/web/app/templates/default/dialogs/modal.html new file mode 100755 index 000000000..1e44cc99c --- /dev/null +++ b/module/web/app/templates/default/dialogs/modal.html @@ -0,0 +1,10 @@ + + + \ No newline at end of file -- cgit v1.2.3