From a8b91483596499f3ae8660372b1996efa208d95c Mon Sep 17 00:00:00 2001 From: jendib Date: Tue, 30 Jul 2013 21:00:16 +0200 Subject: [PATCH] Edition and display of tags on documents --- docs-parent/TODO | 2 - docs-web/src/main/webapp/index.html | 6 +- docs-web/src/main/webapp/js/app.js | 2 +- .../main/webapp/js/controller/DocumentEdit.js | 10 ++- .../main/webapp/js/controller/Navigation.js | 8 +++ .../src/main/webapp/js/directive/SelectTag.js | 64 +++++++++++++++++++ .../webapp/partial/directive.selecttag.html | 9 +++ .../main/webapp/partial/document.edit.html | 6 ++ .../main/webapp/partial/document.view.html | 3 + 9 files changed, 102 insertions(+), 8 deletions(-) create mode 100644 docs-web/src/main/webapp/js/controller/Navigation.js create mode 100644 docs-web/src/main/webapp/js/directive/SelectTag.js create mode 100644 docs-web/src/main/webapp/partial/directive.selecttag.html diff --git a/docs-parent/TODO b/docs-parent/TODO index 8b224fd8..fefb14e4 100644 --- a/docs-parent/TODO +++ b/docs-parent/TODO @@ -1,5 +1,3 @@ -- Client side edition of tags on documents -- Client side displaying of tags on documents - Client/server side edition of created date - Client/server side search on tags - Client/server side search on creation date diff --git a/docs-web/src/main/webapp/index.html b/docs-web/src/main/webapp/index.html index 6155d322..c543450e 100644 --- a/docs-web/src/main/webapp/index.html +++ b/docs-web/src/main/webapp/index.html @@ -33,16 +33,18 @@ + + - +
+ +
+ +
+
diff --git a/docs-web/src/main/webapp/partial/document.view.html b/docs-web/src/main/webapp/partial/document.view.html index 689f25d3..01230456 100644 --- a/docs-web/src/main/webapp/partial/document.view.html +++ b/docs-web/src/main/webapp/partial/document.view.html @@ -7,6 +7,9 @@