From: Roland Häder Date: Tue, 3 May 2016 11:33:20 +0000 (+0200) Subject: Continued with recruiter: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43d47e0a066a6b5a68b8e3d89bcf9a5ccf2ff655;p=jjobs-war.git Continued with recruiter: - added initial recruiter pages (requires separate login) - added initial controller (interfaces and beans) - added initial recruiter-stuff into helper - removed double index.xhtml Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 3616ca1b..4d357d60 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -475,3 +475,9 @@ ADMIN_MENU_CONTACT_TITLE=Manage contact data LINK_ADMIN_LIST_CONTACT=Kontaktdaten auflisten LINK_ADMIN_LIST_CONTACT_TITLE=Listet alle Kontaktdaten auf, egal wo her sie angelegt wurden. CONTACT_IS_USER=Ist Benutzer +GUEST_AGREE_READ_PRIVACY_STATEMENT_1=Ja, ich habe die +GUEST_AGREE_READ_PRIVACY_STATEMENT_2=gelesen und auch verstanden und nehme sie hiermit an. +GUEST_AGREE_READ_TERMS_CONDITIONS_1=Ja, ich habe die +GUEST_AGREE_READ_TERMS_CONDITIONS_2=gelesen und verstanden und nehme sie hiermit an. +LINK_GUEST_TERMS_CONDITIONS=Allgemeine Gesch\u00e4ftsbestimmungen +LINK_GUEST_PRIVACY_STATEMENTS=Datenschutzbestimmungen diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index a6b36f3b..49ed84f5 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -452,3 +452,9 @@ ADMIN_MENU_CONTACT_TITLE=Manage contact data LINK_ADMIN_LIST_CONTACT=List contact data LINK_ADMIN_LIST_CONTACT_TITLE=Lists all contact data regardless where they was created. CONTACT_IS_USER=Is a user +GUEST_AGREE_READ_PRIVACY_STATEMENT_1=Yes, I have read and understand the +GUEST_AGREE_READ_PRIVACY_STATEMENT_2=and I accept them with this. +GUEST_AGREE_READ_TERMS_CONDITIONS_1=Yes, I have read and understand the +GUEST_AGREE_READ_TERMS_CONDITIONS_2=and I accept them with this. +LINK_GUEST_TERMS_CONDITIONS=Terms & Conditions +LINK_GUEST_PRIVACY_STATEMENTS=privacy statements diff --git a/web/login/index.xhtml b/web/login/index.xhtml deleted file mode 100644 index dafff409..00000000 --- a/web/login/index.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_FOO} - - - - - - #{msg.SUB_TITLE_LOGIN_FOO} - - - - Here goes your content. - - - - - -