From 07f5140771388c9e0c8a99b0dd2e5d950bdb173b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Oct 2021 15:16:42 +1100 Subject: moving h-source subdir out. --- Application/Views/Mobile/Contact/index.php | 41 ++++++++ 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 ++++++++ Application/Views/Mobile/Credits/index.php | 65 +++++++++++++ Application/Views/Mobile/Credits/index_es.php | 65 +++++++++++++ Application/Views/Mobile/Credits/index_fr.php | 63 ++++++++++++ Application/Views/Mobile/Credits/index_gr.php | 65 +++++++++++++ Application/Views/Mobile/Credits/index_it.php | 66 +++++++++++++ Application/Views/Mobile/Hardware/left.php | 127 ++++++++++++++++++++++++ Application/Views/Mobile/Home/left.php | 87 +++++++++++++++++ Application/Views/Mobile/Home/left_de.php | 86 +++++++++++++++++ Application/Views/Mobile/Home/left_es.php | 86 +++++++++++++++++ Application/Views/Mobile/Home/left_fr.php | 88 +++++++++++++++++ Application/Views/Mobile/Home/left_gr.php | 87 +++++++++++++++++ Application/Views/Mobile/Home/left_it.php | 88 +++++++++++++++++ Application/Views/Mobile/Notebooks/page.php | 119 +++++++++++++++++++++++ Application/Views/Mobile/Project/index.php | 50 ++++++++++ Application/Views/Mobile/Project/index_de.php | 51 ++++++++++ Application/Views/Mobile/Project/index_es.php | 51 ++++++++++ Application/Views/Mobile/Project/index_fr.php | 50 ++++++++++ Application/Views/Mobile/Project/index_gr.php | 50 ++++++++++ Application/Views/Mobile/Project/index_it.php | 50 ++++++++++ Application/Views/Mobile/bottom_left.php | 29 ++++++ Application/Views/Mobile/catalogue.php | 105 ++++++++++++++++++++ Application/Views/Mobile/dialog.php | 22 +++++ Application/Views/Mobile/footer.php | 64 ++++++++++++ Application/Views/Mobile/header.php | 104 ++++++++++++++++++++ Application/Views/Mobile/if_page_deleted.php | 60 ++++++++++++ Application/Views/Mobile/moderator_dialog.php | 21 ++++ Application/Views/Mobile/page.php | 134 ++++++++++++++++++++++++++ Application/Views/Mobile/right.php | 22 +++++ Application/Views/Mobile/top_left.php | 43 +++++++++ 35 files changed, 2244 insertions(+) create mode 100644 Application/Views/Mobile/Contact/index.php create mode 100644 Application/Views/Mobile/Contact/index_de.php create mode 100644 Application/Views/Mobile/Contact/index_es.php create mode 100644 Application/Views/Mobile/Contact/index_fr.php create mode 100644 Application/Views/Mobile/Contact/index_gr.php create mode 100644 Application/Views/Mobile/Contact/index_it.php create mode 100644 Application/Views/Mobile/Credits/index.php create mode 100644 Application/Views/Mobile/Credits/index_es.php create mode 100644 Application/Views/Mobile/Credits/index_fr.php create mode 100644 Application/Views/Mobile/Credits/index_gr.php create mode 100644 Application/Views/Mobile/Credits/index_it.php create mode 100644 Application/Views/Mobile/Hardware/left.php create mode 100644 Application/Views/Mobile/Home/left.php create mode 100644 Application/Views/Mobile/Home/left_de.php create mode 100644 Application/Views/Mobile/Home/left_es.php create mode 100644 Application/Views/Mobile/Home/left_fr.php create mode 100644 Application/Views/Mobile/Home/left_gr.php create mode 100644 Application/Views/Mobile/Home/left_it.php create mode 100644 Application/Views/Mobile/Notebooks/page.php create mode 100644 Application/Views/Mobile/Project/index.php create mode 100644 Application/Views/Mobile/Project/index_de.php create mode 100644 Application/Views/Mobile/Project/index_es.php create mode 100644 Application/Views/Mobile/Project/index_fr.php create mode 100644 Application/Views/Mobile/Project/index_gr.php create mode 100644 Application/Views/Mobile/Project/index_it.php create mode 100644 Application/Views/Mobile/bottom_left.php create mode 100644 Application/Views/Mobile/catalogue.php create mode 100644 Application/Views/Mobile/dialog.php create mode 100644 Application/Views/Mobile/footer.php create mode 100644 Application/Views/Mobile/header.php create mode 100644 Application/Views/Mobile/if_page_deleted.php create mode 100644 Application/Views/Mobile/moderator_dialog.php create mode 100644 Application/Views/Mobile/page.php create mode 100644 Application/Views/Mobile/right.php create mode 100644 Application/Views/Mobile/top_left.php (limited to 'Application/Views/Mobile') diff --git a/Application/Views/Mobile/Contact/index.php b/Application/Views/Mobile/Contact/index.php new file mode 100644 index 0000000..20faef1 --- /dev/null +++ b/Application/Views/Mobile/Contact/index.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ You can suggest to implement new features or add new types of hardware in the ">issues page +
+ +
+ Discussions about also take place on the h-source-users mailing list and #h-node libera.chat IRC channel. +
+ +
+ +
diff --git a/Application/Views/Mobile/Contact/index_de.php b/Application/Views/Mobile/Contact/index_de.php new file mode 100644 index 0000000..cb273af --- /dev/null +++ b/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/Application/Views/Mobile/Contact/index_es.php b/Application/Views/Mobile/Contact/index_es.php new file mode 100644 index 0000000..8c79aa8 --- /dev/null +++ b/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/Application/Views/Mobile/Contact/index_fr.php b/Application/Views/Mobile/Contact/index_fr.php new file mode 100644 index 0000000..2b2b7dd --- /dev/null +++ b/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/Application/Views/Mobile/Contact/index_gr.php b/Application/Views/Mobile/Contact/index_gr.php new file mode 100644 index 0000000..069d14d --- /dev/null +++ b/Application/Views/Mobile/Contact/index_gr.php @@ -0,0 +1,41 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +
+ +
+ Μπορείτε να εισηγηθείτε την υλοποίηση νέων χαρακτηριστικών ή την προσθήκη νέων τύπων υλικού (hardware) στην ιστοσελίδα ">issues +
+ +
+ Αν θέλετε να έρθετε σε άμεση επαφή με την ομάδα του , χρησιμοποιείστε αυτή την ηλεκτρονική διεύθυνση: info@h-node.com +
+ +
+ +
diff --git a/Application/Views/Mobile/Contact/index_it.php b/Application/Views/Mobile/Contact/index_it.php new file mode 100644 index 0000000..d96d767 --- /dev/null +++ b/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 +
+ +
+ +
diff --git a/Application/Views/Mobile/Credits/index.php b/Application/Views/Mobile/Credits/index.php new file mode 100644 index 0000000..c54f231 --- /dev/null +++ b/Application/Views/Mobile/Credits/index.php @@ -0,0 +1,65 @@ + + +. +?> + +
+ +
+ ">Home » credits +
+ +
+ +
+ Icons: +
+ +
+ The icons used inside are taken from the ACUN Simgeleri 0.7 icon theme and from the H2O Icon Theme 0.0.5, both licensed under the GNU GPL license, from the Crystal Projects icons, licensed under the LGPL, from the glaze icons set (LGPL) and from the DarkGlass_Reworked icons theme (GPL). The flag icons are taken from the FAMFAMFAM flag icons set (Public Domain). +
+ +
+ jQuery: +
+ +
+ The jQuery, the jQuery UI and the jQuery Mobile javascript libraries (licensed under MIT/GPL) have been used through the website +
+ +
+ markitup: +
+ +
+ The markitup jQuery plugin (licensed under MIT/GPL) has been used in order to help the user to insert wiki tags +
+ +
+ php diff algorithm: +
+ +
+ This algorithm (licensed under the zlib free license) has been used in order to highlight the differences between two different revisions of the same hardware model. +
+ +
+ +
diff --git a/Application/Views/Mobile/Credits/index_es.php b/Application/Views/Mobile/Credits/index_es.php new file mode 100644 index 0000000..3be6fbf --- /dev/null +++ b/Application/Views/Mobile/Credits/index_es.php @@ -0,0 +1,65 @@ + + +. +?> + +
+ +
+ ">Home » credits +
+ +
+ +
+ Iconos: +
+ +
+ Los iconos usados dentro de son tomados de el tema de iconos ACUN Simgeleri 0.7 y de H2O Icon Theme 0.0.5, ambos licenciados bajo la licencia GNU GPL, de Crystal Projects, licenciado bajo la LGPL, de glaze icons set (LGPL) y de DarkGlass_Reworked icons theme (GPL). Los iconos de las banderas son tomados la colección de iconos de banderas FAMFAMFAM (Dominio Público) +
+ +
+ jQuery: +
+ +
+ Las bibliotecas javascript jQuery, jQuery UI y jQuery Mobile (licenciadas bajo MIT/GPL) han sido usadas en el sitio +
+ +
+ markitup: +
+ +
+ El complemento markitup jQuery (licenciado bajo MIT/GPL) ha sido usado en orden de ayudar al usuario a insertar etiquetas wiki +
+ +
+ php diff algorithm: +
+ +
+ Este algoritmo (licenciado bajo la licencia libre de zlib) ha sido usado en orden de remarcar las diferencias entre dos diferentes revisiones del mismo modelo de hardware. +
+ +
+ +
diff --git a/Application/Views/Mobile/Credits/index_fr.php b/Application/Views/Mobile/Credits/index_fr.php new file mode 100644 index 0000000..022aa70 --- /dev/null +++ b/Application/Views/Mobile/Credits/index_fr.php @@ -0,0 +1,63 @@ + + +. +?> + +
+ +
+ ">Home » credits +
+ +
+ +
+ Icons: +
+ +
+ Les icones utilisées sur sont tirées du thème ACUN Simgeleri 0.7 et du thème H2O Icon Theme 0.0.5, les deux sont licensée sous license GPL, d’autres sont aussi tirée des thèmes Crystal Projects (LGPL), glaze icons set (LGPL), DarkGlass_Reworked icons theme (GPL). Les icones de drapeau sont tirés du thème FAMFAMFAM flag icons set distribué dans le domaine publique. +
+ +
+ jQuery: +
+ +
+ jQuery , jQuery UI et la librairie javascript jQuery Mobile (licensé sous MIT/GPL) sont utilisés sur le site. +
+ +
+ markitup: +
+ +
+ Le plugin jQuery markitup (licensé sous MIT/GPL) a été utilisé afin d’aider les utilisateurs à insérer des tags wiki. +
+ +
+ Algorithme diff php: +
+ +
+ Cet algorithme (Licensé sous license libre zlib) a été utiliser afin de souligner les différences entre deux révisions d’un même modèle matériel. +
+ +
+ +
diff --git a/Application/Views/Mobile/Credits/index_gr.php b/Application/Views/Mobile/Credits/index_gr.php new file mode 100644 index 0000000..424ded1 --- /dev/null +++ b/Application/Views/Mobile/Credits/index_gr.php @@ -0,0 +1,65 @@ + + +. +?> + +
+ +
+ ">Home » credits +
+ +
+ +
+ Εικόνες: +
+ +
+ Οι εικόνες που χρησιμοποιούνται μέσα στο πάρθηκαν από το θέμα εικόνας ACUN Simgeleri 0.7 και από το H2O Icon Theme 0.0.5, που είναι αδειοδοτημένα και τα δύο υπό την Άδεια GNU GPL, από τις εικόνες Crystal Projects, που είναι αδειοδοτημένες υπό την LGPL, από το glaze icons set (LGPL) και από το DarkGlass_Reworked icons theme (GPL). Οι εικόνες flag πάρθηκαν από το FAMFAMFAM flag icons set (Public Domain). +
+ +
+ jQuery: +
+ +
+ Σε όλο τον ιστότοπο χρησιμοποιήθηκαν οι βιβλιοθήκες javascript jQuery και η jQuery UI (που αδειοδοτούνται υπό την MIT/GPL). +
+ +
+ markitup: +
+ +
+ Χρησιμοποιήθηκε το markitup jQuery plugin (που αδειοδοτείται υπό την MIT/GPL), για να βοηθηθεί ο χρήστης να εισαγάγει wiki tags +
+ +
+ php diff algorithm: +
+ +
+ Χρησιμοποιήθηκε ο αλγόριθμος This algorithm (που αδειοδοτείται υπό την ελεύθερη άδεια zlib), για να αναδειχθούν οι διαφορές ανάμεσα στις δύο διαφορετικές αναθεωρήσεις του ίδιου μοντέλου υλικού (hadrware). +
+ +
+ +
diff --git a/Application/Views/Mobile/Credits/index_it.php b/Application/Views/Mobile/Credits/index_it.php new file mode 100644 index 0000000..6b1a512 --- /dev/null +++ b/Application/Views/Mobile/Credits/index_it.php @@ -0,0 +1,66 @@ + + +. +?> + +
+ +
+ ">Home » credits +
+ +
+ +
+ Icone: +
+ +
+ Le icone utilizzate nel sito h-node.com appartengono ai temi di icone ACUN Simgeleri 0.7 e H2O Icon Theme 0.0.5, entrambi sotto licenza GNU GPL, e al tema Crystal Projects, sotto licenza LGPL, al set di icone glaze (LGPL) e al tema DarkGlass_Reworked (GPL). Le icone bandiere derivano dal set di icone FAMFAMFAM (Public Domain). +
+ + +
+ jQuery: +
+ +
+ Le librerie javascript jQuery , jQuery UI e jQuery Mobile (sotto licenza MIT/GPL) sono state usate nel sito +
+ +
+ markitup: +
+ +
+ Il plugin jQuery markitup (sotto licenza MIT/GPL) è stato usato per aiutare gli utenti a inserire i tag della wiki
+ +
+ Algoritmo php diff: +
+ +
+ Questo algoritmo (sotto licenza libera zlib) è stato usato per sottolineare la differenza tra due diverse revisioni dello stesso modello di hardware. +
+ + +
+ +
diff --git a/Application/Views/Mobile/Hardware/left.php b/Application/Views/Mobile/Hardware/left.php new file mode 100644 index 0000000..d0c17b9 --- /dev/null +++ b/Application/Views/Mobile/Hardware/left.php @@ -0,0 +1,127 @@ + + +. +?> + +
+ +
+ ">Home » Hardware +
+ + +
\ No newline at end of file diff --git a/Application/Views/Mobile/Home/left.php b/Application/Views/Mobile/Home/left.php new file mode 100644 index 0000000..b4ec21e --- /dev/null +++ b/Application/Views/Mobile/Home/left.php @@ -0,0 +1,87 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Objectives: +
+
+ The project aims at the construction of a hardware database in order to identify what devices work with a fully free operating system. The website is structured like a wiki in which all the users can modify or insert new contents. The h-node project is developed in collaboration and as an activity of the FSF. +
+ +
+ Contribute: +
+
+ You can contribute by creating an account at and editing its user-generated contents. All your modification will be saved in the history of the product you are editing/adding. Each revision (the current one or the old ones) will be marked by the name of the user who created it.
You can also contribute by suggesting new hardware that should be added to the database or features that should be implemented. +
+ +
+ Free software: +
+
+ + + In order to add a device to the h-node database, you must verify that it works using only free software. For this purpose, you must be running either: + +

1) A GNU/Linux distribution that is on the FSF's list of endorsed distributions

+ +

2) Debian GNU/Linux, with only the main archive area enabled. The "contrib" and "non-free" areas must not be enabled when testing hardware. Double-check this by running apt-cache policy. The only package archive area mentioned in the output should be main.

+ +

h-node lists only hardware that works with free drivers and without non-free firmware. Other GNU/Linux distributions (or Debian with contrib, non-free, or some 3rd-party archives enabled) include non-free firmware files, so they cannot be used for testing.

+
+ +
+ License: +
+
+ Any text submitted by you will be put in the Public Domain (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text you have submitted to h-node.org, for any purpose, commercial or non-commercial, and by any means. +
+ +
+ Other resources on the net: +
+
+

Here is a list of other archives collecting information about hardware working with free software:

+ +
+ +
+ About the website: +
+
+ The has to be considered in beta version. It is constantly growing and many features have not been implemented yet (for example new hardware devices have to be inserted in the database). Some problems may occur: if you find out a bug please add an issue ">here with the topic maybe a bug. +
+
+
diff --git a/Application/Views/Mobile/Home/left_de.php b/Application/Views/Mobile/Home/left_de.php new file mode 100644 index 0000000..75467ea --- /dev/null +++ b/Application/Views/Mobile/Home/left_de.php @@ -0,0 +1,86 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Ziele: +
+
+ Mit dem Projekt soll eine Hardwaredatenbank mit Peripheriegeräten aufgebaut werdem, die mit einem vollständig freien Betriebssystem arbeiten. Die Webseite von h-node.org ist wie ein Wiki aufgebaut, dessen Inhalte von allen Benutzer geändert und ergänzt werden können. Das Projekt h-node wird in Zusammenarbeit und als eine Aktivität der FSF entwickelt. +
+ +
+ Mithelfen: +
+
+ Sie können nach Ihrer Anmeldung bei h-node.org dazu beitragen und die benutzergenerierten Inhalte bearbeiten. Alle Änderungen die Sie bearbeiten oder hinzufügen, werden im Produktverlauf protokolliert. Jede Version (die aktuelle oder die alte) wird der/dem BenutzerIn zugeordnet, die/der sie erstellte.
+ Neue Hardware, die in die Datenbank aufgenommen, oder neue Funktionen, die hinzugefügt werden sollten, können Sie ebenfalls vorschlagen. +
+ +
+ Freie Software: +
+
+ In order to add a device to the h-node database, you must verify that it works using only free software. For this purpose, you must be running either: + +

1) A GNU/Linux distribution that is on the FSF's list of endorsed distributions

+ +

2) Debian GNU/Linux, with only the main archive area enabled. The "contrib" and "non-free" areas must not be enabled when testing hardware. Double-check this by running apt-cache policy. The only package archive area mentioned in the output should be main.

+ +

h-node lists only hardware that works with free drivers and without non-free firmware. Other GNU/Linux distributions (or Debian with contrib, non-free, or some 3rd-party archives enabled) include non-free firmware files, so they cannot be used for testing.

+
+ +
+ Lizenz: +
+
+ Jeder von Ihnen übermittelte Text wird in die Gemeinfreiheit („Public Domain“) entlassen (siehe CC0 1.0 Universell (CC0 1.0) für detaillierte Informationen). Jede Person darf das Werk/den Inhalt, den Sie an h-node.org übermittelt haben, kopieren, verändern, verbreiten und aufführen, sogar zu kommerziellen Zwecken, ohne um weitere Erlaubnis bitten zu müssen und auf jedem Medium. +
+ +
+ Weitere Ressourcen im Internet: +
+
+

Weitere Archive mit gesammelten Informationen über Hardware, die mit Freie Software arbeitet:

+ +
+ +
+ Über h-node.org: +
+
+ h-node muss als im Beta-Stadium betrachtet werden. Es wird ständig ergänzt haben und viele Funktionen wurden noch nicht implementiert (z. B. müssen neue Hardware-Geräte in die Datenbank eingepflegt werden). Es können Probleme auftreten: Wenn Sie einen Fehler finden, melden Sie diesen bitte im ">Web-Log mit dem Thema evtl. ein Fehler. +
+
+
diff --git a/Application/Views/Mobile/Home/left_es.php b/Application/Views/Mobile/Home/left_es.php new file mode 100644 index 0000000..4b310c7 --- /dev/null +++ b/Application/Views/Mobile/Home/left_es.php @@ -0,0 +1,86 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Objetivos: +
+
+ El proyecto tiene como meta la construcción de una base de datos de todo el hardware de manera que se pueda identificar que dispositivos funcionan con un sistema operativo completamente libre. El sitio esta estructurado como un wiki, en el cual todos los usuarios pueden modificar o integrar nuevos contenidos. El proyecto h-node es desarrollado en colaboración y como una actividad de la FSF. +
+ +
+ Contribuir: +
+
+ Puede contribuir creando una cuenta en y editar los contenidos generados. Todas sus modificaciones serás guardadas en el historial del producto que edite/agregue. Cada revisión (actual o previa) será marcada con el nombre del usuario que la creo.
También puede contribuir al sugerir nuevo hardware que deba ser agregado a la base de datos o características que deberían ser implementadas. +
+ +
+ Software Libre: +
+
+ In order to add a device to the h-node database, you must verify that it works using only free software. For this purpose, you must be running either: + +

1) A GNU/Linux distribution that is on the FSF's list of endorsed distributions

+ +

2) Debian GNU/Linux, with only the main archive area enabled. The "contrib" and "non-free" areas must not be enabled when testing hardware. Double-check this by running apt-cache policy. The only package archive area mentioned in the output should be main.

+ +

h-node lists only hardware that works with free drivers and without non-free firmware. Other GNU/Linux distributions (or Debian with contrib, non-free, or some 3rd-party archives enabled) include non-free firmware files, so they cannot be used for testing.

+
+ +
+ Licencias: +
+
+ Cualquier texto agregado por usted sera colocado en Dominio Publico (vea la página CC0 para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto que ha integrado a h-node.org, para cualquier propósito, comercial o no comercial, y por cualquier método. +
+ +
+ Otros recursos en la red: +
+
+

Aquí una lista de otras actividades recolectando información acerca de hardware funcionando con software libre:

+ +
+ +
+ Acerca del sitio : +
+
+ El sitio debe ser considerado una versión beta. Esta en constantemente crecimiento y varias características no han sido implementadas aun (por ejemplo, nuevos dispositivos de hardware tienen que ser incluidos en la base de datos). Algunos problemas pueden ocurrir: Si encuentra un error por favor agregue una incidencia ">aquí bajo el tema maybe a bug. +
+
+ +
diff --git a/Application/Views/Mobile/Home/left_fr.php b/Application/Views/Mobile/Home/left_fr.php new file mode 100644 index 0000000..f68a53f --- /dev/null +++ b/Application/Views/Mobile/Home/left_fr.php @@ -0,0 +1,88 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Objectifs: +
+ +
+ Le but du projet h-node est de créer une base de données de matériel afin d'identifier les dispositifs qui fonctionne avec un système d’exploitation entièrement libre. Le site h-node est structuré comme un wiki, dont tout les utilisateurs peuvent modifier ou insérer des contenus. Le projet h-node est dévellopé en collaboration et en tant qu'activitée de la FSF. +
+ +
+ Contribution: +
+
+ Vous pouvez contribuer en créant un compte sur h-node et modifier le contenus créé par les utilisateurs. Toutes vos modifications seront enregistrées dans l’historique de l’élément que vous modifiez ou ajouter. Toutes versions (l’actuelle ou les précédentes) seront marquées au nom de l’utilisateur qui les a crées.
Vous pouvez aussi contribuer en suggérant un autre type de matériel qui devrais être ajouté à la base de données ou une nouvelle fonctionnalitée qui devrais être implémentée +
+ +
+ Logiciel libre: +
+
+ In order to add a device to the h-node database, you must verify that it works using only free software. For this purpose, you must be running either: + +

1) A GNU/Linux distribution that is on the FSF's list of endorsed distributions

+ +

2) Debian GNU/Linux, with only the main archive area enabled. The "contrib" and "non-free" areas must not be enabled when testing hardware. Double-check this by running apt-cache policy. The only package archive area mentioned in the output should be main.

+ +

h-node lists only hardware that works with free drivers and without non-free firmware. Other GNU/Linux distributions (or Debian with contrib, non-free, or some 3rd-party archives enabled) include non-free firmware files, so they cannot be used for testing.

+
+ +
+ License: +
+ +
+ Tout les textes que vous publierez sur le site seront dans le Domain public (Consultez la page CC0 pour plus d'informations). Tout un chacun est autorisé à copier, modifier, publier, utiliser, vendre ou distribuer le texte que vous avez envoyé sur h-node.org, pour quelque utilisation que ce soit et par tout les moyens. +
+ +
+ Ressource supplémentaire sur Internet: +
+
+

Voici une liste d'autres archives qui collecte des informations à propos du matériel fonctionnant avec du logiciel libre:

+ +
+ +
+ A propos du site : +
+
+ Le site doit être considéré comme en version beta, il s’aggrandit constamment et beaucoup de fonctionnalitée n’ont pas encore été implémentée ( par exemple, de nouveau type d’appareil doivent être ajouter dans la base de données) . Des problèmes peuvent arriver, si vous trouver un bug, merci de remplir un ">ticket bug (maybe a bug). +
+
+ +
diff --git a/Application/Views/Mobile/Home/left_gr.php b/Application/Views/Mobile/Home/left_gr.php new file mode 100644 index 0000000..5e15b4c --- /dev/null +++ b/Application/Views/Mobile/Home/left_gr.php @@ -0,0 +1,87 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Σκοποί: +
+
+ + Το project έχει ως σκοπό την κατασκευή μίας βάσης δεδομένων υλικού, έτσι ώστε να μπορεί να εντοπισθεί ποιες συσκευές δουλεύουν με ένα πλήρως ελεύθερο Λειτουργικό Σύστημα. Ο ιστότοπος είναι δομημένος σαν ένα wiki, εντός του οποίου όλοι οι χρήστες μπορούν να τροποποιούν ή να εισαγάγουν νέα περιεχόμενα. Το h-node project αναπτύχθηκε σε συνεργασία με και σαν δραστηριότητα του FSF. +
+ +
+ Συνεισφέρετε: +
+
+ Μπορείτε να συνεισφέρετε φτιάχνοντας έναν λογαριασμό στο και τροποποιώντας τα περιεχόμενα που δημιούργησαν οι ίδιοι οι χρήστες. Όλες σας οι τροποποιήσεις θα αποθηκεύονται στο ιστορικό του προϊόντος το οποίο επεξεργάζεσθε/εμπλουτίζετε. Κάθε αναθεώρηση (τόσο η τρέχουσα όσο και οι παλιές) θα επισημαίνεται με το όνομα του χρήστη που την δημιούργησε. Μπορείτε, επίσης, να συνεισφέρετε προτείνοντας νέο υλικό που θα έπρεπε να προστεθεί στη βάση δεδομένων, ή εισηγούμενοι χαρακτηριστικά που θα έπρεπε να υλοποιηθούν. +
+ +
+ Ελεύθερο Λογισμικό +
+
+ + In order to add a device to the h-node database, you must verify that it works using only free software. For this purpose, you must be running either: + +

1) A GNU/Linux distribution that is on the FSF's list of endorsed distributions

+ +

2) Debian GNU/Linux, with only the main archive area enabled. The "contrib" and "non-free" areas must not be enabled when testing hardware. Double-check this by running apt-cache policy. The only package archive area mentioned in the output should be main.

+ +

h-node lists only hardware that works with free drivers and without non-free firmware. Other GNU/Linux distributions (or Debian with contrib, non-free, or some 3rd-party archives enabled) include non-free firmware files, so they cannot be used for testing.

+
+ +
+ Άδεια: +
+
+ Οποιοδήποτε κείμενο που υποβάλετε, θα μπαίνει σε Δημόσια Διάθεση/Public Domain (δείτε τη σελίδα CC0 page για πιο λεπτομερείς πληροφορίες). Οποιοσδήποτε είναι ελεύθερος να αντιγράφει, να τροποποιεί, να δημοσιεύει, να χρησιμοποιεί, να πωλεί, ή και να ανδιανέμει το κείμενο που εσείς υποβάλλατε στο h-node.com, για οποιοδήποτε λόγο, εμπορικό ή μη-εμπορικό, και με οποιονδήποτε τρόπο. +
+ +
+ Άλλοι πόροι στο Διαδίκτυο: +
+
+

Ακολουθεί, εδώ, ένας κατάλογος άλλων αρχείων που συγκεντρώνουν πληροφορίες σχετικά με υλικό που δουλεύει με ελεύθερο λογισμικό:

+ +
+ +
+ Σχετικά με τον ιστότοπο : +
+
+ Το πρέπει να θεωρείται πως βρίκεται σε έκδοση beta. Αναπτύσσεται συνεχώς και πολλά χαρακτηριστικά δεν έχουν ακόμη υλοποιηθεί (π.χ. πρέπει ακόμη να προστεθούν νέες συσκευές υλικού στη βάση δεδομένων). Μπορεί να παρατηρηθούν ορισμένα προβλήματα: αν εντοπίσετε ένα σφάλμα (bug), παρακαλώ προσθέστε μία αναφορά προβλήματος ">εδώ με θέμα ίσως να πρόκειται για ένα bug. +
+
+
diff --git a/Application/Views/Mobile/Home/left_it.php b/Application/Views/Mobile/Home/left_it.php new file mode 100644 index 0000000..dc9a6bb --- /dev/null +++ b/Application/Views/Mobile/Home/left_it.php @@ -0,0 +1,88 @@ + + +. +?> + +
+ +
+ Home +
+ + + +
+
+ Obiettivi: +
+ +
+ Il progetto h-node mira alla costruzione di un database di hardware allo scopo di identificare quali dispositivi funzionino con un sistema operativo completamente libero. Il sito h-node.org è strutturato come una wiki in cui tutti gli utenti possono inserire nuovi contenuti o modificare i contenuti già presenti. Il progetto h-node è sviluppato in collaborazione e come attività della FSF. +
+ +
+ Contribuire: +
+
+ Puoi contribuire creandoti un account su h-node.org e modificando i suoi contenuti generati dagli utenti. Tutte le tue modifiche saranno salvate nella storia del prodotto che stai modificando/aggiungendo. Ogni revisione (quella attuale o le precedenti) sarà contrassegnata col nome dell'utente che l'ha creata.
Puoi inoltre contribuire suggerendo del nuovo hardware da aggiungere al database o delle caratteristiche da implementare. +
+ +
+ Software libero: +
+
+ Per poter aggiungere un dispositivo nel database di h-node, devi verificare che funzioni usando solo software libero. Per questo scopo, puoi unicamente utilizzare: + +

1) Una delle distribuzioni GNU/Linux elencate nella lista delle distribuzioni approvate dalla FSF

+ +

2) Debian GNU/Linux, con solo la zona archivio main attivata. Le aree "contrib" e "non-free" non devono essere abilitate durante il test dell'hardware. Controlla che sia così lanciando apt-cache policy. La sola zona archivio dei pacchetti deve essere main.

+ +

h-node elenca solo hardware che funziona con driver liberi e senza firmware non libero. Le altre distribuzioni GNU/Linux (oppure Debian con contrib, non-free, o archivi di terze parti abilitati) includono file di firmware non liberi, quindi non possono essere utilizzate per i test.

+
+ +
+ Licenza: +
+ +
+ Qualsiasi testo da te inserito diventerà di Pubblico Dominio (visita la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere o distribuire il testo che hai inserito su h-node.org, per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo. +
+ +
+ Altre risorse in rete: +
+
+

Di seguito una lista di altri archivi contenenti informazioni sull' hardware funzionante con software libero:

+ +
+ +
+ A proposito del sito : +
+
+ deve essere considerato una versione beta. E' in costante sviluppo e molte caratteristiche non sono ancora state implementate (per esempio nuovi dispositivi hardware devono essere aggiunti al database). Potrebbero esserci dei problemi: se scopri un bug per favore invia una segnalazione ">qui con l'argomento maybe a bug. +
+
+ +
diff --git a/Application/Views/Mobile/Notebooks/page.php b/Application/Views/Mobile/Notebooks/page.php new file mode 100644 index 0000000..c7cafef --- /dev/null +++ b/Application/Views/Mobile/Notebooks/page.php @@ -0,0 +1,119 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + $displayClass = ($isDeleted and $isadmin) ? 'display_none' : null; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ getLinkToUserFromId($updated_by);?> . controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">. +
+ + +

+ +

+ +
(: )
+ +
+
(, , , ):
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ +
+
+
(".gtext("see the details inside the description entry").")";?>
+
+ +
+
+
(".gtext("see the details inside the description entry").")";?>
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
",explode(',',$item[$tableName]['kernel']));?>
+
+ +
+
:
+
()
+
+ +
+
:
+
()
+
+ +
+
:
+
()
+
+ + +

+
+ + +
+ + + \ No newline at end of file diff --git a/Application/Views/Mobile/Project/index.php b/Application/Views/Mobile/Project/index.php new file mode 100644 index 0000000..c194a3b --- /dev/null +++ b/Application/Views/Mobile/Project/index.php @@ -0,0 +1,50 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Why: +
+ +
+ The h-node project has been created to help the free software movement by creating an archive of all the hardware that can work with a fully free operating system. +
+ +
+ Who: +
+ +
+ Antonio Gallo (tonicucoz">tonicucoz), h-node.com source code developer, Giulia Fanin (Julia">Julia), designer of the website layout and icons (thanks for your advice and support), Luis Alberto Guzman Garcia (Ark74">Ark74), member of the Spanish translation team (thanks for all of your useful ideas and suggestions), Henri (Hardisk">Hardisk), member of the French translation team, Joerg Kohne (joeko">joeko), member of the German translation team, Benjamin Rochefort (oysterboy">oysterboy), member of the French translation team, Kostas Mousafiris (kosmous">kosmous), member of the Greek translation team. +
Also thanks to all of you who have believed in the project since it was born and to all of you who gave, give and will give their contribution. +
+ +
+ +
diff --git a/Application/Views/Mobile/Project/index_de.php b/Application/Views/Mobile/Project/index_de.php new file mode 100644 index 0000000..ea32f1f --- /dev/null +++ b/Application/Views/Mobile/Project/index_de.php @@ -0,0 +1,51 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Warum: +
+ +
+ Das Projekt „h-node“ wurde ins Leben gerufen, um für die Freie-Software-Bewegung ein umfassendes Hardware-Archiv für vollkommen Freie Betriebssysteme aufzubauen. +
+ +
+ Wer: +
+ +
+ Antonio Gallo (tonicucoz">tonicucoz), h-node.com source code developer, Giulia Fanin (Julia">Julia), Designer des Website-Layout und Symbole (Danke für die Ratschläge und Unterstützung), Luis Alberto Guzman Garcia (Ark74">Ark74), Mitglied des spanischen Übersetzungsteams (Danke für all die Ideen und nützlichen Anregungen), Henri (Hardisk">Hardisk), Mitglied des französischen Übersetzungsteams, Joerg Kohne (joeko">joeko), Mitglied des deutschen Übersetzungsteams, Benjamin Rochefort (oysterboy">oysterboy), Mitglied des französischen Übersetzungsteams, , Kostas Mousafiris (kosmous">kosmous), member of the Greek translation team. +
+ Vielen Dank auch an alle, die an das Projekt, seit es ins Leben gerufen wurde, geglaubt haben und an alle, die ihren Beitrag geleistet haben, leisten und leisten werden. +
+ +
+ +
diff --git a/Application/Views/Mobile/Project/index_es.php b/Application/Views/Mobile/Project/index_es.php new file mode 100644 index 0000000..1520ae5 --- /dev/null +++ b/Application/Views/Mobile/Project/index_es.php @@ -0,0 +1,51 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Por que: +
+ +
+ El proyecto h-node ha sido creado para ayudar al movimiento de software libre al crear un archivo de todo el hardware que puede funcionar con un sistema operativo completamente libre. +
+ +
+ Quien: +
+ +
+ Antonio Gallo (tonicucoz">tonicucoz), h-node.com source code developer, Giulia Fanin (Julia">Julia), diseñadora del tema e iconos del sitio, (gracias por su consejo y apoyo), Luis Alberto Guzman Garcia (Ark74">Ark74), miembro del equipo de traducción al Español (gracias por sus útiles ideas y sugerencias), Henri (Hardisk">Hardisk), miembro del equipo de traducción al Francés, Joerg Kohne (joeko">joeko), miembro del equipo de traducción al Alemán, Benjamin Rochefort (oysterboy">oysterboy), miembro del equipo de traducción al Francés, , Kostas Mousafiris (kosmous">kosmous), member of the Greek translation team. +
+ También gracias a todos aquellos que han creído en el proyecto desde que nació y a todos aquellos que dieron, dan y darán su contribución. +
+ +
+ +
diff --git a/Application/Views/Mobile/Project/index_fr.php b/Application/Views/Mobile/Project/index_fr.php new file mode 100644 index 0000000..90e3706 --- /dev/null +++ b/Application/Views/Mobile/Project/index_fr.php @@ -0,0 +1,50 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Pourquoi: +
+ +
+ Le projet h-node a été créer pour aider le mouvement du logiciel libre en créant une archive de matériel fonctionnel avec des systèmes entièrement libres. +
+ +
+ Qui: +
+ +
+ Antonio Gallo (tonicucoz">tonicucoz), h-node.com source code developer, Giulia Fanin (Julia">Julia), graphiste du site et des icones (merci pour tes conseils et ton support), Luis Alberto Guzman Garcia (Ark74">Ark74), membre de l’équipe de traduction espagnole (merci pour toutes vos bonnes idée et suggestion), Henri (Hardisk">Hardisk), membre de l’équipe de traduction française, Joerg Kohne (joeko">joeko), membre de l’équipe de traduction allemande, Benjamin Rochefort (oysterboy">oysterboy), membre de l’équipe de traduction française, Kostas Mousafiris (kosmous">kosmous), member of the Greek translation team. +
Remerciement également à tout ceux qui ont crus à ce projet depuis sa naissance et à tout ceux qui ont donné, donne ou donnerons leurs contributions. +
+ +
+ +
diff --git a/Application/Views/Mobile/Project/index_gr.php b/Application/Views/Mobile/Project/index_gr.php new file mode 100644 index 0000000..ddcee3f --- /dev/null +++ b/Application/Views/Mobile/Project/index_gr.php @@ -0,0 +1,50 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Γιατί: +
+ +
+ Το h-node project στήθηκε για να βοηθήσει το Κίνημα Ελεύθερου Λογισμικού, με τη δημιουργία ενός αρχείου για όλο το υλικό (hardware) που μπορεί να δουλέψει με ένα πλήρως ελεύθερο Λειτουργικό Σύστημα. +
+ +
+ Ποιος: +
+ +
+ Ο Antonio Gallo (tonicucoz">tonicucoz), h-node.com developer πηγαίου κώδικα, η Giulia Fanin (Julia">Julia, designer του layout και των εικόνων αυτού του ιστοτόπου (ευχαριστούμε για τις συμβουλές σου και την υποστήριξή σου), ο Luis Alberto Guzman Garcia (Ark74">Ark74), μέλος της Ισπανικής μεταφραστικής ομάδας (ευχαριστούμε για όλες τις χρήσιμες ιδέες σου και τις προτάσεις σου), ο Henri (Hardisk">Hardisk), μέλος της Γαλλικής μεταφραστικής ομάδας, ο Joerg Kohne (joeko">joeko), μέλος της Γερμανικής μεταφραστικής ομάδας, ο Benjamin Rochefort (oysterboy">oysterboy), μέλος της Γαλλικής μεταφραστικής ομάδας, Kostas Mousafiris (kosmous">kosmous), member of the Greek translation team. +
Ευχαριστούμε, επίσης, όλους εσάς που πιστέψατε σε αυτό το project από τη γέννησή του, καθώς και όλους εσάς που δώσατε, δίνετε και θα δίνετε την συνεισφορά σας. +
+ +
+ +
diff --git a/Application/Views/Mobile/Project/index_it.php b/Application/Views/Mobile/Project/index_it.php new file mode 100644 index 0000000..44fb50d --- /dev/null +++ b/Application/Views/Mobile/Project/index_it.php @@ -0,0 +1,50 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +
+ +
+ Why: +
+ +
+ Il progetto h-node è stato creato per aiutare il movimento del software libero creando un archivio di tutto l' hardware che funzioni con un sistema operativo completamente libero. +
+ +
+ Who: +
+ +
+ Antonio Gallo (tonicucoz">tonicucoz), sviluppatore del codice di h-node.com, Giulia Fanin (Julia">Julia), designer del layout del sito e delle icone (grazie per i consigli e il supporto), Luis Alberto Guzman Garcia (Ark74">Ark74), membro del team di traduzione spagnolo (grazie per tutte le idee e gli utili suggerimenti), Henri (Hardisk">Hardisk), membro del team di traduzione francese, Joerg Kohne (joeko">joeko), membro del team di traduzione tedesco, Benjamin Rochefort (oysterboy">oysterboy), membro del team di traduzione francese, , Kostas Mousafiris (kosmous">kosmous), membro del team di traduzione greco. +
Grazie anche a tutti Voi che avete creduto nel progetto sin dalla sua nascita e a tutti quelli che hanno dato, danno e daranno il loro contributo. +
+ +
+ +
diff --git a/Application/Views/Mobile/bottom_left.php b/Application/Views/Mobile/bottom_left.php new file mode 100644 index 0000000..545a6ea --- /dev/null +++ b/Application/Views/Mobile/bottom_left.php @@ -0,0 +1,29 @@ + + +. +?> + + action,'talk') !== 0) { ?> +
+ +
+ + + \ No newline at end of file diff --git a/Application/Views/Mobile/catalogue.php b/Application/Views/Mobile/catalogue.php new file mode 100644 index 0000000..199d661 --- /dev/null +++ b/Application/Views/Mobile/catalogue.php @@ -0,0 +1,105 @@ + + +. +?> + +
+ " data-inline="true" data-icon="arrow-l" data-iconpos="left" data-theme="b" data-role="button"> +
+ +
+
" method="GET"> + + + + +
+
+ + + +
+ ... +
+ + + + + +
+ 10 ) { ?> + viewArgs['page'] > 1) { ?> + + + viewArgs['page'] < $numberOfPages) { ?> + + + +
\ No newline at end of file diff --git a/Application/Views/Mobile/dialog.php b/Application/Views/Mobile/dialog.php new file mode 100644 index 0000000..55225a6 --- /dev/null +++ b/Application/Views/Mobile/dialog.php @@ -0,0 +1,22 @@ + + +. +?> + diff --git a/Application/Views/Mobile/footer.php b/Application/Views/Mobile/footer.php new file mode 100644 index 0000000..8a414f2 --- /dev/null +++ b/Application/Views/Mobile/footer.php @@ -0,0 +1,64 @@ + + +. +?> + + + + + + +
+ +
+

+
+ +
+ +
+ +
+

+
+
+ + + diff --git a/Application/Views/Mobile/header.php b/Application/Views/Mobile/header.php new file mode 100644 index 0000000..446f820 --- /dev/null +++ b/Application/Views/Mobile/header.php @@ -0,0 +1,104 @@ + + + +. +?> +'inserted','update'=>'updated'); +$currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index'; +?> + + + <?php echo $title;?> + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+ +
+ +
diff --git a/Application/Views/Mobile/if_page_deleted.php b/Application/Views/Mobile/if_page_deleted.php new file mode 100644 index 0000000..932d0dd --- /dev/null +++ b/Application/Views/Mobile/if_page_deleted.php @@ -0,0 +1,60 @@ + + +. +?> + + + +
+
+
+ This page has been deleted as requested by: + + getLinkToUserFromId($user);?> + +
+
+
+ With the following motivations: +
+
+ +
+
+ motivation of getLinkToUserFromId($row['deletion']['created_by']);?>: controller);?> +
+
+ message: +
+
+ +
+
+ + + +
+
+
+ +
+
+ + \ No newline at end of file diff --git a/Application/Views/Mobile/moderator_dialog.php b/Application/Views/Mobile/moderator_dialog.php new file mode 100644 index 0000000..47e9af9 --- /dev/null +++ b/Application/Views/Mobile/moderator_dialog.php @@ -0,0 +1,21 @@ + + +. +?> \ No newline at end of file diff --git a/Application/Views/Mobile/page.php b/Application/Views/Mobile/page.php new file mode 100644 index 0000000..9d994b4 --- /dev/null +++ b/Application/Views/Mobile/page.php @@ -0,0 +1,134 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + $displayClass = ($isDeleted) ? 'display_none' : null; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ getLinkToUserFromId($updated_by);?> . controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">. +
+ + + + + + +

+ +

+ +
(: )
+ + +
+
:
+
+
+ + +
+
:
+
controller);?>
+
+ + controller,'printers') === 0 or strcmp($this->controller,'hostcontrollers') === 0) { ?> +
+
():
+
+
+ + +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
",explode(',',$item[$tableName]['kernel']));?>
+
+ +
+ controller,'videocards') === 0 ) { ?> +
:
+ controller,'printers') === 0 ) { ?> +
:
+ controller,'scanners') === 0 ) { ?> +
:
+ +
+ +
+
+ + controller,'printers') === 0 ) { ?> +
+
+
+
+ + +
+
:
+
+
+ + +

+
+ + + + +
+ + + \ No newline at end of file diff --git a/Application/Views/Mobile/right.php b/Application/Views/Mobile/right.php new file mode 100644 index 0000000..55225a6 --- /dev/null +++ b/Application/Views/Mobile/right.php @@ -0,0 +1,22 @@ + + +. +?> + diff --git a/Application/Views/Mobile/top_left.php b/Application/Views/Mobile/top_left.php new file mode 100644 index 0000000..7bfcf27 --- /dev/null +++ b/Application/Views/Mobile/top_left.php @@ -0,0 +1,43 @@ + + +. +?> + +
+ +
+ ">Home » ">Hardware » +
+ + action,'view') === 0) { ?> + + + + + + action,'catalogue') === 0) { ?> + + + + \ No newline at end of file -- cgit v1.2.3