From 1aa79eafd6394610a3e0bc582cabdb1fda98ec7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 6 May 2016 10:29:36 +0200 Subject: [PATCH] Moved to own (user) sub-folder to have recruiter's own templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../localization/bundle_de_DE.properties | 6 ++-- .../localization/bundle_en_US.properties | 6 ++-- .../guest/{ => user}/guest_login_form.tpl | 4 +-- web/guest/user/login.xhtml | 33 +++++++++++++++++++ 4 files changed, 41 insertions(+), 8 deletions(-) rename web/WEB-INF/templates/guest/{ => user}/guest_login_form.tpl (90%) create mode 100644 web/guest/user/login.xhtml diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 3ebaa15d..13a5475d 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -30,9 +30,9 @@ BUTTON_RESET_FORM=Formular zur\u00fccksetzen ADMIN_BUTTON_EDIT_ENTRIES=\u00c4ndern ADMIN_BUTTON_DELETE_ENTRIES=L\u00f6schen PLEASE_FILL_ALL_FIELDS=Bitte alle Felder ausf\u00fcllen: -GUEST_ENTER_LOGIN_DATA_TITLE=Bitte geben Sie Ihrem Benutzernamen und Passwort ein: -GUEST_ENTER_LOGIN_DATA_LEGEND_TITLE=Bitte geben Sie Ihren Benutzernamen und das dazugeh\u00f6rige Passwort ein. -GUEST_ENTER_LOGIN_DATA_LEGEND=Bitte Zugangsdaten eingeben: +GUEST_ENTER_USER_LOGIN_DATA_TITLE=Bitte geben Sie Ihrem Benutzernamen und Passwort ein: +GUEST_ENTER_USER_LOGIN_DATA_LEGEND_TITLE=Bitte geben Sie Ihren Benutzernamen und das dazugeh\u00f6rige Passwort ein. +GUEST_ENTER_USER_LOGIN_DATA_LEGEND=Bitte Zugangsdaten eingeben: ENTER_PASSWORD=Passwort: LINK_GUEST_HOME_TITLE=Eingangsseite aufrufen LINK_GUEST_HOME=Home diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index b2161fbc..5829e49d 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -30,9 +30,9 @@ BUTTON_RESET_FORM=Reset form ADMIN_BUTTON_EDIT_ENTRIES=Edit ADMIN_BUTTON_DELETE_ENTRIES=Delete PLEASE_FILL_ALL_FIELDS=Please fill out all fields: -GUEST_ENTER_LOGIN_DATA_TITLE=Please enter your agent name and password: -GUEST_ENTER_LOGIN_DATA_LEGEND_TITLE=Please enter your assigned agent name and password. -GUEST_ENTER_LOGIN_DATA_LEGEND=Please enter your login data: +GUEST_ENTER_USER_LOGIN_DATA_TITLE=Please enter your user name and password: +GUEST_ENTER_USER_LOGIN_DATA_LEGEND_TITLE=Please enter your assigned user name and password. +GUEST_ENTER_USER_LOGIN_DATA_LEGEND=Please enter your login data: ENTER_PASSWORD=Password: LINK_GUEST_HOME_TITLE=Go to home page LINK_GUEST_HOME=Home diff --git a/web/WEB-INF/templates/guest/guest_login_form.tpl b/web/WEB-INF/templates/guest/user/guest_login_form.tpl similarity index 90% rename from web/WEB-INF/templates/guest/guest_login_form.tpl rename to web/WEB-INF/templates/guest/user/guest_login_form.tpl index 03ca598f..e34ebe30 100644 --- a/web/WEB-INF/templates/guest/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/user/guest_login_form.tpl @@ -9,11 +9,11 @@
- #{msg.GUEST_ENTER_LOGIN_DATA_TITLE} + #{msg.GUEST_ENTER_USER_LOGIN_DATA_TITLE}
- #{msg.GUEST_ENTER_LOGIN_DATA_LEGEND} + #{msg.GUEST_ENTER_USER_LOGIN_DATA_LEGEND}
diff --git a/web/guest/user/login.xhtml b/web/guest/user/login.xhtml new file mode 100644 index 00000000..e52d2790 --- /dev/null +++ b/web/guest/user/login.xhtml @@ -0,0 +1,33 @@ + + + + + + #{msg.PAGE_TITLE_USER_LOGIN} + + + #{msg.CONTENT_TITLE_USER_LOGIN} + + + +
+ + Noch kein Benutzerkonto? Einfach hier anmelden. +
+ +
+ +
+ +
+ +
+
+
+ -- 2.39.5