From 7a2503a49f8b665bb2727e284f2fd6e86ac117ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 3 May 2016 13:33:20 +0200 Subject: [PATCH] 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 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 | 11 ++++++++ .../localization/bundle_en_US.properties | 10 +++++++ web/login/index.xhtml | 28 ------------------- 3 files changed, 21 insertions(+), 28 deletions(-) delete mode 100644 web/login/index.xhtml diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 8835465b..e36ec5df 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -381,3 +381,14 @@ BUTTON_ADMIN_DELETE_CONTACT=Kontaktdaten l\u00f6schen ADMIN_DELETE_CONTACT_NOTICE=Sie wollen Kontaktdaten l\u00f6schen. Diese k\u00f6nnten noch evtl. mit anderen Daten verkn\u00fcft sein, was zu Fehlern f\u00fchrt. Bitte l\u00f6schen Sie nur, wenn Sie sich absolut sicher sind, dass keine fremden Daten auf diesen Datensatz mehr verweisen. ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE=Bitte geben Sie mindestens Anrede, Vor- und Nachnamen ein. ERROR_CUSTOMER_ID_NOT_FOUND=Fehler: Kundeneintrag nicht gefunden. +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 +RECRUITER_NOT_LOGGED_IN=Recruiter nicht eingeloggt. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index df1df4fc..802e4615 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -382,3 +382,13 @@ BUTTON_ADMIN_DELETE_CONTACT=Delete contact data ADMIN_DELETE_CONTACT_NOTICE=You want to delete contact data. This data could be still linked with other data which could lead to errors. Please delete only, if you are sure that no foreign data links to this record. ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE=Please enter at least gender, first name and family name. ERROR_CUSTOMER_ID_NOT_FOUND=Error: Customer entry not found. +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. - - - - - - -- 2.39.5