From 3ff03dc4f0a72432b34c00da620272cf011e4ddd Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 29 Jul 2021 14:17:20 +1000 Subject: Publishing h-node.org code. - this is the h-node.org code, except - removed a js file (3x copies at three different locations) without license / copyright headers - /Js/linkToForm.js - /Public/Js/linkToForm.js - /admin/Public/Js/linkToForm.js - removed config files containing credentials - /Application/Include/params.php - /Config/Config.php - /admin/Application/Include/params.php - /admin/Config/Config.php - added license and copyright header to one php file - /admin/Library/ErrorReporting.php (almost identical to /Library/ErrorReporting.php which has the headers) --- .../Application/Views/Mobile/Contact/index.php | 29 +++++++++------ .../Application/Views/Mobile/Contact/index_de.php | 41 ++++++++++++++++++++++ .../Application/Views/Mobile/Contact/index_es.php | 41 ++++++++++++++++++++++ .../Application/Views/Mobile/Contact/index_fr.php | 41 ++++++++++++++++++++++ .../Application/Views/Mobile/Contact/index_gr.php | 41 ++++++++++++++++++++++ .../Application/Views/Mobile/Contact/index_it.php | 41 ++++++++++++++++++++++ 6 files changed, 224 insertions(+), 10 deletions(-) create mode 100644 h-source/Application/Views/Mobile/Contact/index_de.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_es.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_fr.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_gr.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_it.php (limited to 'h-source/Application/Views/Mobile/Contact') diff --git a/h-source/Application/Views/Mobile/Contact/index.php b/h-source/Application/Views/Mobile/Contact/index.php index 9d4d806..51e0466 100644 --- a/h-source/Application/Views/Mobile/Contact/index.php +++ b/h-source/Application/Views/Mobile/Contact/index.php @@ -20,13 +20,22 @@ // along with h-source. If not, see . ?> - +
+ +
+ ">Home » contact +
+ +
+ +
+ You can suggest to implement new features or add new types of hardware in the ">issues page +
+ +
+ If you want to directly contact the team use this e-mail address: info@h-node.com +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_de.php b/h-source/Application/Views/Mobile/Contact/index_de.php new file mode 100644 index 0000000..cb273af --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_de.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Sie können neu zu implementierende Funktionen vorschlagen oder neue Hardware-Typen in der Seite ">Web-Log hinzufügen +
+ +
+ Wenn Sie das h-node-Team direkt kontaktieren möchten: info@h-node.com +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_es.php b/h-source/Application/Views/Mobile/Contact/index_es.php new file mode 100644 index 0000000..8c79aa8 --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_es.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Puede sugerir el implementar nuevas caracteriticas o agregar nuevo hardware en la página de ">incidencias +
+ +
+ Si desea contactar directamente al equipo de use esta dirección de correo electronico: info@h-node.com +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_fr.php b/h-source/Application/Views/Mobile/Contact/index_fr.php new file mode 100644 index 0000000..2b2b7dd --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_fr.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Vous pouvez suggérez l’implémentation de nouvelles fonctionnalitée ou l’ajout d’un nouveau type de matériel dans la page ">problème. +
+ +
+ Si vous voulez contatez directement l’équipe , utilisez cette adresse mail : info@h-node.com +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_gr.php b/h-source/Application/Views/Mobile/Contact/index_gr.php new file mode 100644 index 0000000..069d14d --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_gr.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Μπορείτε να εισηγηθείτε την υλοποίηση νέων χαρακτηριστικών ή την προσθήκη νέων τύπων υλικού (hardware) στην ιστοσελίδα ">issues +
+ +
+ Αν θέλετε να έρθετε σε άμεση επαφή με την ομάδα του , χρησιμοποιείστε αυτή την ηλεκτρονική διεύθυνση: info@h-node.com +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_it.php b/h-source/Application/Views/Mobile/Contact/index_it.php new file mode 100644 index 0000000..d96d767 --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_it.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Potete suggerire nuove caratteristiche da implementare o aggiungere nuovi tipi di hardware nella pagina ">issues +
+ +
+ Se volete direttamente contattare il team di potete farlo a questo indirizzo e-mail: info@h-node.com +
+ +
+ +
-- cgit v1.2.3