diff --git a/bookstore/src/main/resources/messages.properties b/bookstore/src/main/resources/messages.properties index d8a4df2..9fd24e4 100644 --- a/bookstore/src/main/resources/messages.properties +++ b/bookstore/src/main/resources/messages.properties @@ -59,6 +59,8 @@ page.text.list.actions = Actions page.text.list.delete = Delete page.text.list.edit = Edit page.text.list.json = Get +page.text.list.authenticated = Logged in as +page.text.list.anon.info = Nothing but empty abyss here. Sign in to see some content. page.text.apiref.warning.a = NOTE\:\ these direct JSON keys may differ in name \&\ count when comparing to publicly exposed JSON book data due to custom JSON serializers used in Java code. page.text.apiref.warning.b = NOTE\:\ You may need to escape \&\ symbol when using multiple parameters with curl command in a shell environment. Altenatively, use quotes. @@ -96,6 +98,9 @@ button.book.edit = Update book button.page.list.return = Return to book list page button.page.list.json = Get list as JSON +button.page.login = Sign in +button.page.logout = Sign out + button.page.apiref = How to: REST API link references page.symbols.currency = \u20AC \ No newline at end of file diff --git a/bookstore/src/main/resources/templates/bookadd.html b/bookstore/src/main/resources/templates/bookadd.html index eb26170..a11494b 100644 --- a/bookstore/src/main/resources/templates/bookadd.html +++ b/bookstore/src/main/resources/templates/bookadd.html @@ -12,222 +12,32 @@
-