From 232aa1924c8c0f10d87b210b46c9f061af5c844c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 17 Oct 2010 13:29:57 +0000 Subject: added files --- h-source/Application/Views/Contact/index.php | 29 ++ h-source/Application/Views/Contact/index_es.php | 29 ++ h-source/Application/Views/Contact/index_it.php | 29 ++ h-source/Application/Views/Credits/index.php | 63 ++++ h-source/Application/Views/Credits/index_es.php | 63 ++++ h-source/Application/Views/Credits/index_it.php | 64 ++++ h-source/Application/Views/Download/index.php | 68 ++++ h-source/Application/Views/Download/index_es.php | 68 ++++ h-source/Application/Views/Download/index_it.php | 68 ++++ h-source/Application/Views/Download/xml.php | 20 ++ h-source/Application/Views/Hardware/left.php | 47 +++ h-source/Application/Views/Help/index.php | 361 ++++++++++++++++++++ h-source/Application/Views/Help/index_es.php | 361 ++++++++++++++++++++ h-source/Application/Views/Help/index_fr.php | 352 +++++++++++++++++++ h-source/Application/Views/Help/index_it.php | 378 +++++++++++++++++++++ h-source/Application/Views/History/viewall.php | 38 +++ h-source/Application/Views/Home/left.php | 34 ++ h-source/Application/Views/Home/left_es.php | 31 ++ h-source/Application/Views/Home/left_fr.php | 30 ++ h-source/Application/Views/Home/left_it.php | 30 ++ h-source/Application/Views/Issues/view.php | 202 +++++++++++ h-source/Application/Views/Issues/viewall.php | 118 +++++++ h-source/Application/Views/My/email.php | 31 ++ h-source/Application/Views/My/goodbye.php | 61 ++++ h-source/Application/Views/My/panel.php | 35 ++ h-source/Application/Views/My/password.php | 31 ++ h-source/Application/Views/My/profile.php | 31 ++ h-source/Application/Views/News/index.php | 49 +++ h-source/Application/Views/Notebooks/catalogue.php | 80 +++++ h-source/Application/Views/Notebooks/form.php | 114 +++++++ h-source/Application/Views/Notebooks/page.php | 92 +++++ h-source/Application/Views/Printers/catalogue.php | 80 +++++ h-source/Application/Views/Printers/form.php | 104 ++++++ h-source/Application/Views/Printers/page.php | 92 +++++ h-source/Application/Views/Project/index.php | 29 ++ h-source/Application/Views/Project/index_es.php | 29 ++ h-source/Application/Views/Project/index_it.php | 29 ++ h-source/Application/Views/Scanners/catalogue.php | 80 +++++ h-source/Application/Views/Scanners/form.php | 104 ++++++ h-source/Application/Views/Scanners/page.php | 92 +++++ h-source/Application/Views/Search/form.php | 72 ++++ h-source/Application/Views/Search/form_es.php | 72 ++++ h-source/Application/Views/Search/form_it.php | 72 ++++ h-source/Application/Views/Search/results.php | 66 ++++ h-source/Application/Views/Users/add.php | 70 ++++ h-source/Application/Views/Users/change.php | 28 ++ h-source/Application/Views/Users/confirmation.php | 42 +++ h-source/Application/Views/Users/contributions.php | 50 +++ h-source/Application/Views/Users/forgot.php | 55 +++ h-source/Application/Views/Users/login.php | 57 ++++ h-source/Application/Views/Users/logout.php | 25 ++ h-source/Application/Views/Users/meet.php | 89 +++++ h-source/Application/Views/Users/notice.php | 94 +++++ .../Application/Views/Videocards/catalogue.php | 79 +++++ h-source/Application/Views/Videocards/form.php | 98 ++++++ h-source/Application/Views/Videocards/page.php | 87 +++++ h-source/Application/Views/Wifi/catalogue.php | 80 +++++ h-source/Application/Views/Wifi/form.php | 98 ++++++ h-source/Application/Views/Wifi/page.php | 87 +++++ h-source/Application/Views/bottom_left.php | 27 ++ h-source/Application/Views/climb.php | 35 ++ h-source/Application/Views/dialog.php | 100 ++++++ h-source/Application/Views/differences.php | 43 +++ h-source/Application/Views/footer.php | 38 +++ h-source/Application/Views/header.php | 78 +++++ h-source/Application/Views/history.php | 53 +++ h-source/Application/Views/if_page_deleted.php | 49 +++ h-source/Application/Views/license_notice.php | 24 ++ h-source/Application/Views/moderator_dialog.php | 62 ++++ h-source/Application/Views/right.php | 118 +++++++ h-source/Application/Views/suggest_dialog.php | 41 +++ h-source/Application/Views/talk.php | 140 ++++++++ h-source/Application/Views/top_left.php | 142 ++++++++ 73 files changed, 5917 insertions(+) create mode 100644 h-source/Application/Views/Contact/index.php create mode 100644 h-source/Application/Views/Contact/index_es.php create mode 100644 h-source/Application/Views/Contact/index_it.php create mode 100644 h-source/Application/Views/Credits/index.php create mode 100644 h-source/Application/Views/Credits/index_es.php create mode 100644 h-source/Application/Views/Credits/index_it.php create mode 100644 h-source/Application/Views/Download/index.php create mode 100644 h-source/Application/Views/Download/index_es.php create mode 100644 h-source/Application/Views/Download/index_it.php create mode 100644 h-source/Application/Views/Download/xml.php create mode 100644 h-source/Application/Views/Hardware/left.php create mode 100644 h-source/Application/Views/Help/index.php create mode 100644 h-source/Application/Views/Help/index_es.php create mode 100644 h-source/Application/Views/Help/index_fr.php create mode 100644 h-source/Application/Views/Help/index_it.php create mode 100644 h-source/Application/Views/History/viewall.php create mode 100644 h-source/Application/Views/Home/left.php create mode 100644 h-source/Application/Views/Home/left_es.php create mode 100644 h-source/Application/Views/Home/left_fr.php create mode 100644 h-source/Application/Views/Home/left_it.php create mode 100644 h-source/Application/Views/Issues/view.php create mode 100644 h-source/Application/Views/Issues/viewall.php create mode 100644 h-source/Application/Views/My/email.php create mode 100644 h-source/Application/Views/My/goodbye.php create mode 100644 h-source/Application/Views/My/panel.php create mode 100644 h-source/Application/Views/My/password.php create mode 100644 h-source/Application/Views/My/profile.php create mode 100644 h-source/Application/Views/News/index.php create mode 100644 h-source/Application/Views/Notebooks/catalogue.php create mode 100644 h-source/Application/Views/Notebooks/form.php create mode 100644 h-source/Application/Views/Notebooks/page.php create mode 100644 h-source/Application/Views/Printers/catalogue.php create mode 100644 h-source/Application/Views/Printers/form.php create mode 100644 h-source/Application/Views/Printers/page.php create mode 100644 h-source/Application/Views/Project/index.php create mode 100644 h-source/Application/Views/Project/index_es.php create mode 100644 h-source/Application/Views/Project/index_it.php create mode 100644 h-source/Application/Views/Scanners/catalogue.php create mode 100644 h-source/Application/Views/Scanners/form.php create mode 100644 h-source/Application/Views/Scanners/page.php create mode 100644 h-source/Application/Views/Search/form.php create mode 100644 h-source/Application/Views/Search/form_es.php create mode 100644 h-source/Application/Views/Search/form_it.php create mode 100644 h-source/Application/Views/Search/results.php create mode 100755 h-source/Application/Views/Users/add.php create mode 100644 h-source/Application/Views/Users/change.php create mode 100644 h-source/Application/Views/Users/confirmation.php create mode 100644 h-source/Application/Views/Users/contributions.php create mode 100644 h-source/Application/Views/Users/forgot.php create mode 100755 h-source/Application/Views/Users/login.php create mode 100755 h-source/Application/Views/Users/logout.php create mode 100644 h-source/Application/Views/Users/meet.php create mode 100644 h-source/Application/Views/Users/notice.php create mode 100644 h-source/Application/Views/Videocards/catalogue.php create mode 100644 h-source/Application/Views/Videocards/form.php create mode 100644 h-source/Application/Views/Videocards/page.php create mode 100644 h-source/Application/Views/Wifi/catalogue.php create mode 100644 h-source/Application/Views/Wifi/form.php create mode 100644 h-source/Application/Views/Wifi/page.php create mode 100644 h-source/Application/Views/bottom_left.php create mode 100644 h-source/Application/Views/climb.php create mode 100644 h-source/Application/Views/dialog.php create mode 100644 h-source/Application/Views/differences.php create mode 100644 h-source/Application/Views/footer.php create mode 100644 h-source/Application/Views/header.php create mode 100644 h-source/Application/Views/history.php create mode 100644 h-source/Application/Views/if_page_deleted.php create mode 100644 h-source/Application/Views/license_notice.php create mode 100644 h-source/Application/Views/moderator_dialog.php create mode 100644 h-source/Application/Views/right.php create mode 100644 h-source/Application/Views/suggest_dialog.php create mode 100644 h-source/Application/Views/talk.php create mode 100644 h-source/Application/Views/top_left.php (limited to 'h-source/Application/Views') diff --git a/h-source/Application/Views/Contact/index.php b/h-source/Application/Views/Contact/index.php new file mode 100644 index 0000000..bac30f4 --- /dev/null +++ b/h-source/Application/Views/Contact/index.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +

write in the file Application/Views/Contact/index.php your contact information

+ +
diff --git a/h-source/Application/Views/Contact/index_es.php b/h-source/Application/Views/Contact/index_es.php new file mode 100644 index 0000000..acaf264 --- /dev/null +++ b/h-source/Application/Views/Contact/index_es.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ + + +
diff --git a/h-source/Application/Views/Contact/index_it.php b/h-source/Application/Views/Contact/index_it.php new file mode 100644 index 0000000..acaf264 --- /dev/null +++ b/h-source/Application/Views/Contact/index_it.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ + + +
diff --git a/h-source/Application/Views/Credits/index.php b/h-source/Application/Views/Credits/index.php new file mode 100644 index 0000000..fe327f3 --- /dev/null +++ b/h-source/Application/Views/Credits/index.php @@ -0,0 +1,63 @@ + + +. +?> + +
+ +
+ ">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 and the jQuery UI 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 hadrware model. +
+ +
+ +
diff --git a/h-source/Application/Views/Credits/index_es.php b/h-source/Application/Views/Credits/index_es.php new file mode 100644 index 0000000..3efea33 --- /dev/null +++ b/h-source/Application/Views/Credits/index_es.php @@ -0,0 +1,63 @@ + + +. +?> + +
+ +
+ ">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 y jQuery UI (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/h-source/Application/Views/Credits/index_it.php b/h-source/Application/Views/Credits/index_it.php new file mode 100644 index 0000000..0d32ebd --- /dev/null +++ b/h-source/Application/Views/Credits/index_it.php @@ -0,0 +1,64 @@ + + +. +?> + +
+ +
+ ">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 e jQuery UI (sotto licenza MIT/GPL) sono state usate nel sito +
+ +
+ markitup: +
+ +
+ Il plugin jQuery markitup (sotto licenza MIT/GPL) è stata usata per aiutare gli utenti a inserire i tag della wiki
+ +
+ Algoritmo php diff: +
+ +
+ Questo algoritmo (sotto licenza libera zlib) è stata usata per sottolineare la differenza tra due diverse revisioni dello stesso modello di hardware. +
+ + +
+ +
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php new file mode 100644 index 0000000..e296711 --- /dev/null +++ b/h-source/Application/Views/Download/index.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Download the h-node hardware database in xml format: +
+ +
+ You can download all the h-node database in one unique xml file in order to parse its contents by means of some proper script (for example a Python or Perl or PHP script) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Download the xml file of all the database">
Download the xml file of all the notebooks in the database">
Download the xml file of all the wifi cards in the database">
Download the xml file of all the video cards in the database">
Download the xml file of all the printers in the database">
Download the xml file of all the scanners in the database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/index_es.php b/h-source/Application/Views/Download/index_es.php new file mode 100644 index 0000000..b181b23 --- /dev/null +++ b/h-source/Application/Views/Download/index_es.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Descargue la base de datos de h-node.com en formato xml: +
+ +
+ Puede descargar toda la base de datos de h-node en un único archivo xml en orden de procesar sus contenidos por medio de un algoritmo (por ejemplo un algoritmo en Python o Perl o PHP) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Descargue el archivo xml de toda la base de datos">
Descargue el archivo xml de todas las laptops en la base de datos">
Descargue el archivo xml de todas las tarjetas inalámbricas en la base de datos">
Descargue el archivo xml de todas las tarjetas de video en la base de datos">
Descargue el archivo xml de todas las impresoras en la base de datos">
Download the xml file of all the scanners in the database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/index_it.php b/h-source/Application/Views/Download/index_it.php new file mode 100644 index 0000000..16fb40a --- /dev/null +++ b/h-source/Application/Views/Download/index_it.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Scarica il database dell'hardware di h-node in formato xml: +
+ +
+ Puoi scaricare l'intero database di h-node in un unico file xml per analizzarne i contenuti utilizzando uno script appropriato (ad esempio uno script Python o Perl o PHP) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Scarica il file xml dell'intero database">
Scarica il file xml di tutti i notebooks del database">
Scarica il file xml di tutte le schede wifi del database">
Scarica il file xml di tutte le schede video del database">
Scarica il file xml di tutte le stampanti del database">
Scarica il file xml di tutti gli scanner del database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/xml.php b/h-source/Application/Views/Download/xml.php new file mode 100644 index 0000000..b473875 --- /dev/null +++ b/h-source/Application/Views/Download/xml.php @@ -0,0 +1,20 @@ + + + +. +?> \ No newline at end of file diff --git a/h-source/Application/Views/Hardware/left.php b/h-source/Application/Views/Hardware/left.php new file mode 100644 index 0000000..974340d --- /dev/null +++ b/h-source/Application/Views/Hardware/left.php @@ -0,0 +1,47 @@ + + +. +?> + +
+ +
+ ">Home » Hardware +
+ +
+ Notebooks +
+ + + + + +
+ Printers +
+ +
+ Scanners +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php new file mode 100644 index 0000000..8412f1d --- /dev/null +++ b/h-source/Application/Views/Help/index.php @@ -0,0 +1,361 @@ + + +. +?> + +
+ +
+ ">Home » help +
+ + + +

Wiki syntax

+ +

List of wiki tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nametagresultdescription
bold[b]text[/b]texttext bold
italic[i]text[/i]texttext italic
del[del]text[/del]texttext deleted
underline[u]text[/u]texttext underlined
head 1[h1]text[/h1]
text
head 1
head 2[h2]text[/h2]
text
head 2
head 3[h3]text[/h3]
text
head 3
paragraph[p]text[/p]

text

new paragraph
list[list]list[/list]<ul>list</ul>make a list of items
numbered list[enum]list[/enum]<ol>list</ol>make a numbered list of items
list item[*]item[/*]<li>item</li>ad an item to a list
code[code]some code[/code]
some code
ad some code
simple link[a]url[/a]<a href="url">url</a>simple link
link with text[a]url|text[/a]<a href="url">text</a>link with text
notebook[notebook]id[/notebook] link to the notebook with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
wifi[wifi]id[/wifi] link to the wifi with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
videocard[videocard]id[/videocard] link to the videocard with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
+ +

Compatibility classes

+ +

Notebooks

+ +

Class A (Platinum)

+ +

All the notebook devices work with a very good performance. Example: all the devices work, the 3D acceleration is supported

+ +

Class B (Gold)

+ +

All the notebook devices work but not at full performance. A typical example: all the devices work, but the 3D acceleration is not supported

+ +

Class C (Silver)

+ +

One main device is not supported. Example: the internal wifi card does not work. You need an external USB card

+ +

Class D (Bronze)

+ +

More than one device is not supported

+ +

Class E (Garbage)

+ +

The notebook does not work with free software

+ + +

Printers

+ +

Class A (Full)

+ +

All device functions and features are supported

+ +

Class B (Partial)

+ +

Printing supported but possibly at limited speed or print quality; scanning and/or faxing on some multifunction devices may not be supported

+ +

Class C (None)

+ +

The printer does not work with free software

+ + +

Scanners

+ +

Class A (Full)

+ +

All device functions and features are supported

+ +

Class B (Partial)

+ +

Scanning supported but possibly at limited speed or quality; some other features may not be supported

+ +

Class C (None)

+ +

The scanner does not work with free software

+ +

Discover your hardware

+
+ (Thanks lluvia) +
+ +

In order to know the details of your hardware you can carry out the following actions:

+ +

How to discover the model name of your notebook

+ +

See below your notebook or netbook

+ + + +

How to discover the kernel libre version you are using

+ +

Open a terminal and type the following command:

+ +
+		uname -r
+	
+ +

How to discover the name of your video card

+ +

Open a terminal and type the following command:

+ +
+		sudo lspci
+	
+ +

Then look for the row containing the string VGA or Display controller. You can also try one of the following commands:

+ +
+		lspci | grep "Display controller"
+	
+ +

or

+ +
+		lspci | grep "VGA"
+	
+ +

How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)

+ +
+ (Thanks Michał Masłowski and Julius22) +
+ +

If the device is integrated (example: a video card)

+ +

Open a terminal and type the following command:

+ +
+		sudo lspci -nnk
+	
+ +

You should obtain a list of hardware similar to the one written below

+ +
+	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
+	Kernel driver in use: b43-pci-bridge
+	Kernel modules: ssb
+	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
+	Kernel modules: nouveau, nvidiafb
+	
+ +

The strings in bold and placed inside the square brackets (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are the ProductID. In the above example: the VendorID:ProductID code of the wifi card (note the strings "Network controller" and "WLAN") is 14e4:4311 while the VendorID:ProductID code of the video card (note the string "VGA") is 10de:0427

+ +

If the device is an USB device (example: an external USB wifi card)

+ +

Open a terminal and type the following command:

+ +
+		sudo lsusb
+	
+ +

You should obtain a list of hardware similar to the one written below

+ +
+	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+	
+ +

The strings in bold (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are the ProductID. In the above example: the VendorID:ProductID code of the external USB wifi card (note the strings "Wireless") is 0846:4260

+ + +

How to discover if the video card works

+ +

Install rss-glx by means of the package manager of your distribution or compiling it from source and try some screensavers (for example Skyrocket or Solarwinds). Check if you can play the screensaver (and/or if you can play it smoothly)

+ +

How to discover if the 3D acceleration works

+ +

Try to enable compiz

+ +

How to discover the name of your wifi card

+ +

Open a terminal and type the following command:

+ +
+		sudo lspci
+	
+ +

Then look for the row containing the string Wireless or Network controller. You can also try one of the following commands:

+ +
+		lspci | grep "Wireless" 
+	
+ +

or

+ +
+		lspci | grep "Network" 
+	
+ +

How to discover the printer driver you are using

+ +

If you are using cups

+ +

Open a terminal and type the following command:

+ +
+		dpkg-query -W -f '${Version}\n' cups
+	
+ + +

List of fully free GNU/Linux distributions

+ +

They are listed in alphabetical order

+ + + +
diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php new file mode 100644 index 0000000..e218517 --- /dev/null +++ b/h-source/Application/Views/Help/index_es.php @@ -0,0 +1,361 @@ + + +. +?> + +
+ +
+ ">Home » help +
+ + + +

Sintaxis del Wiki

+ +

Lista de las etiquetas wiki de

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nombreetiquetaresultadodescripción
bold[b]texto[/b]textotexto en negrita
italic[i]texto[/i]textotexto en cursiva
del[del]texto[/del]textotexto eliminado
underline[u]texto[/u]textotexto subrayado
head 1[h1]texto[/h1]
texto
encabezado 1
head 2[h2]texto[/h2]
texto
encabezado 2
head 3[h3]texto[/h3]
texto
encabezado 3
paragraph[p]texto[/p]

texto

nuevo párrafo
lista[list]lista[/list]<ul>lista</ul>hace una lista de objetos
numbered list[enum]lista[/enum]<ol>lista</ol>hace una lista numerada de objetos
list item[*]objeto[/*]<li>objeto</li>agrega un objeto a la lista
code[code]código[/code]
código
agrega código
simple link[a]url[/a]<a href="url">url</a>enlace simple
link with text[a]url|text[/a]<a href="url">text</a>enlace con texto
notebook[notebook]id[/notebook] enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
wifi[wifi]id[/wifi] enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
videocard[videocard]id[/videocard] enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
+ +

Clases de Compatibilidad

+ +

Laptops

+ +

Clase A (Platino)

+ +

Todos los dispositivos funcionan con un buen desempeño. Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada

+ +

Clase B (Oro)

+ +

Todos los dispositivos funcionan pero no a su rendimiento completo. Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta soportada

+ +

Clase C (Plata)

+ +

Un dispositivo principal no esta soportado. Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa

+ +

Clase D (Bronce)

+ +

Más de un dispositivo no esta soportado

+ +

Clase E (Basura)

+ +

El equipo no funciona con software libre

+ + +

Impresoras

+ +

Clase A (Completo)

+ +

Todos los dispositivos funcionan y las características soportadas

+ +

Clase B (Parcial)

+ +

La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos dispositivos multifuncionales pueden no estar soportados

+ +

Clase C (Ninguno)

+ +

La impresora no funciona con software libre

+ + +

Scanners

+ +

Class A (Full)

+ +

All device functions and features are supported

+ +

Class B (Partial)

+ +

Scanning supported but possibly at limited speed or quality; some other features may not be supported

+ +

Class C (None)

+ +

The scanner does not work with free software

+ +

Descubra su hardware

+
+ (Gracias lluvia) +
+ +

En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:

+ +

Como descubrir el modelo de su laptop

+ +

Vea debajo de su laptop o netbook

+ + + +

Como descubrir la versión de kernel que esta usando

+ +

Abra una terminal y escriba la siguiente orden:

+ +
+		uname -r
+	
+ +

Como descubrir el nombre de su tarjeta de video

+ +

Abra una terminal y escriba la siguiente orden:

+ +
+		sudo lspci
+	
+ +

Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las siguientes ordenes:

+ +
+		lspci | grep "Display controller"
+	
+ +

o

+ +
+		lspci | grep "VGA"
+	
+ +

Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código VendorID:ProductID)

+ +
+ (Gracias Michał Masłowski y Julius22) +
+ +

Si el dispositivo es integrado (ejemplo: una tarjeta de video)

+ +

Abra una terminal y escriba la siguiente orden:

+ +
+		sudo lspci -nnk
+	
+ +

Debe de obtener una lista de hardware similar a la escriba debajo

+ +
+	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
+	Kernel driver in use: b43-pci-bridge
+	Kernel modules: ssb
+	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
+	Kernel modules: nouveau, nvidiafb
+	
+ +

Las cadenas en negritas y colocadas en los corchetes (en la lista superior) son los códigos que esta buscando. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica (note las cadenas "Network controller" y "WLAN") es 14e4:4311 mientras el código VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es 10de:0427

+ +

Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)

+ +

Abra una terminal y escriba la siguiente orden:

+ +
+		sudo lsusb
+	
+ +

Debe de obtener una lista de hardware similar a la descrita a continuación

+ +
+	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+	
+ +

Las cadenas en negritas (en la lista superior) son el código que busca. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena "Wireless") es 0846:4260

+ + +

Como descubrir si la tarjeta de video funciona

+ +

Instale rss-glx por lo medios del administrador de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de pantalla (por ejemplo Skyrocket o Solarwinds). Revise si puede ejecutar el protector de pantalla (y/o si puede mostrarlo suavemente)

+ +

Como descubrir si la aceleración 3D funciona

+ +

Intente activar compiz

+ +

Como descubrir el nombre de su tarjeta de inalámbrica

+ +

Abra una terminal y escriba la siguiente orden:

+ +
+		sudo lspci
+	
+ +

Después busque por la linea que contenga la cadena Wireless o Network controller. También puede intentar una de las siguientes ordenes

+ +
+		lspci | grep "Wireless" 
+	
+ +

o

+ +
+		lspci | grep "Network" 
+	
+ +

Como descubrir el driver de la impresora que esta usando

+ +

If you are using cups

+ +

Abra una terminal y escriba la orden siguiente:

+ +
+		dpkg-query -W -f '${Version}\n' cups
+	
+ + +

Lista de las distribuciones GNU/Linux completamente libres

+ +

Están enlistadas en orden alfabético

+ + + +
diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php new file mode 100644 index 0000000..0abcd54 --- /dev/null +++ b/h-source/Application/Views/Help/index_fr.php @@ -0,0 +1,352 @@ + + +. +?> + +
+ +
+ ">Home » help +
+ + + +

Syntaxe Wiki

+ +

Liste des tags Wiki sur

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nametagresultdescription
bold[b]text[/b]texttext bold
italic[i]text[/i]texttext italic
del[del]text[/del]texttext deleted
underline[u]text[/u]texttext underlined
head 1[h1]text[/h1]
text
head 1
head 2[h2]text[/h2]
text
head 2
head 3[h3]text[/h3]
text
head 3
paragraph[p]text[/p]

text

new paragraph
list[list]list[/list]<ul>list</ul>make a list of items
numbered list[enum]list[/enum]<ol>list</ol>make a numbered list of items
list item[*]item[/*]<li>item</li>ad an item to a list
code[code]some code[/code]
some code
ad some code
simple link[a]url[/a]<a href="url">url</a>simple link
link with text[a]url|text[/a]<a href="url">text</a>link with text
notebook[notebook]id[/notebook] link to the notebook with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
wifi[wifi]id[/wifi] link to the wifi with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
videocard[videocard]id[/videocard] link to the videocard with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
+ +

Niveau de compatibilitée

+ +

Notebooks

+ +

Classe A (Platinium)

+ +

Tout le matériel du notebook fonctionne avec du logiciel libre. Exemple : la 3D fonctionne, le son et la wifi également

+ +

Classe B (Or)

+ +

Tout le matériel du notebook fonctionne, mais avec des performances réduites. Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas

+ +

Classe C (Argent)

+ +

Un matériel principal ne fonctionne pas. Exemple : La carte wifi ne fonctionne pas

+ +

Classe D (Bronze)

+ +

Plus d'un matériel ne fonctionne pas avec du logiciel libre

+ +

Classe E (Poubelle)

+ +

Aucun matériel ne fonctionne avec du logiciel libre

+ + +

Imprimantes

+ +

Classe A (Complet)

+ +

Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre

+ +

Classe B (Partielle)

+ +

La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. Le scan ou le fax sur certains appareils peut ne pas être supportés

+ +

Classe C (Aucun)

+ +

L'imprimante ne fonctionne pas avec du logiciel libre

+ + +

Scanners

+ +

Classe A (Complet)

+ +

Toutes les fonctionnalitées du scanner sont supportées

+ +

Classe B (Partielle)

+ +

Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas fonctionner

+ +

Classe C (Aucun)

+ +

Le scanner ne fonctionne pas avec du logiciel libre

+ +

Découvrez votre matériel

+
+ (Merci lluvia) +
+ +

Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:

+ +

Comment découvrir le modèle de votre notebook

+ +

See below your notebook or netbook

+ +

Trouver la version du noyau linux libre que vous utilisez

+ +

Ouvrez un terminal et tapez la commande suivant:

+ +
+		uname -r
+	
+ +

Comment trouver le modèle de votre carte graphique

+ +

Ouvrez un terminal et taper la commande suivante:

+ +
+		sudo lspci
+	
+ +

Chercher la ligne qui contient le mot VGA ou Display Controller. Vous pouvez aussi essayer l'une des commandes suivantes:

+ +
+		lspci | grep "Display controller"
+	
+ +

ou

+ +
+		lspci | grep "VGA"
+	
+ +

Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)

+ +
+ (Merci à Michał Masłowski et Julius22) +
+ +

Si le matériel est intégré (example : une puce vidéo)

+ +

Ouvrez un terminal sudo et taper la commande suivante:

+ +
+		sudo lspci -nnk
+	
+ +

Vous devriez obtenir une liste de matériel similaire à celle-ci

+ +
+	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
+	Kernel driver in use: b43-pci-bridge
+	Kernel modules: ssb
+	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
+	Kernel modules: nouveau, nvidiafb
+	
+ +

Les lignes en gras et placée entre crochet (dans la liste ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le VendorID, le second sont le ProductID. Dans l’exemple ci dessus, le code VendorID:ProductID de la carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est 14e4:4311

+ +

Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)

+ +

Ouvrez un terminal et tapez:

+ +
+		sudo lsusb
+	
+ +

Vous devriez obtenir une liste de matériel similaire à celle ci

+ +
+	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+	
+ +

Les lignes en gras (dans la liste du dessus) sont les lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le VendorID, les autres sont le ProductID. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe (Remarquez la ligne Wireless) est 0846:4260

+ +

Comment savoir si votre carte graphique fonctionne

+ +

Installer rss-glx en utilisant le gestionnaire de paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par exemple Skyrocket ou Solarwinds). Essayer de faire fonctionner le fond d'écran, et/ou le faire fonctionner fluidement.

+ +

Comment savoir si l'accélération 3D fonctionne

+ +

Essayer d’activer compiz

+ +

Comment decouvrir le nom de votre carte wifi

+ +

Ouvrez un terminal et taper la commande suivante:

+ +
+		sudo lspci
+	
+ +

Regardez ensuite les lignes Wireless ou Network controller. Vous pouvez aussi essayer l'une de ses commandes:

+ +
+		lspci | grep "Wireless" 
+	
+ +

ou

+ +
+		lspci | grep "Network" 
+	
+ +

Comment connaitre le pilote d’imprimante que vous utilisez

+ +

Si vous utilisez cups

+ +

Ouvrez un terminal et taper ceci:

+ +
+		dpkg-query -W -f '${Version}\n' cups
+	
+ + +

Liste de dristributions GNU/Linux entièrement libre

+ +

They are listed in alphabetical order

+ + + +
diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php new file mode 100644 index 0000000..cd22c34 --- /dev/null +++ b/h-source/Application/Views/Help/index_it.php @@ -0,0 +1,378 @@ + + +. +?> + +
+ +
+ ">Home » help +
+ + + +

Sintassi della Wiki

+ +

Lista dei tag della wiki di

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nometagrisultatodescrizione
grassetto[b]text[/b]texttesto in grassetto
corsivo[i]text[/i]texttesto corsivo
cancellare[del]text[/del]texttesto cancellato
sottolineare[u]text[/u]texttesto sottolineato
head 1[h1]text[/h1]
text
head 1
head 2[h2]text[/h2]
text
head 2
head 3[h3]text[/h3]
text
head 3
paragrafo[p]text[/p]

text

crea un nuovo paragrafo
elenco[list]list[/list]<ul>list</ul>crea un elenco di item
elenco numerato[enum]list[/enum]<ol>list</ol>crea un elenco numerato di item
item di un elenco[*]item[/*]<li>item</li>aggiungi un item a un elenco
codice[code]some code[/code]
some code
aggiungi del codice
link semplice[a]url[/a]<a href="url">url</a>crea un link semplice
link con testo[a]url|text[/a]<a href="url">text</a>crea un link con testo
notebook[notebook]id[/notebook] crea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello
wifi[wifi]id[/wifi] crea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
scheda video[videocard]id[/videocard] crea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
+ +

Classi di compatibilità

+ +

Notebooks

+ +

Classe A (Platino)

+ +

Tutti i dispositivi del portatile funzionano ad alte prestazioni. Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.

+ +

Classe B (Oro)

+ +

Tutti i dispositivi del portatile funzionano ma non a piene prestazioni. Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.

+ +

Classe C (Argento)

+ +

Uno dei dispositivi principali non è supportato. Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.

+ +

Classe D (Bronzo)

+ +

Più di uno dei dispositivi principali non è supportato.

+ +

Classe E (Spazzatura)

+ +

Il portatile non funziona con software libero.

+ + +

Stampanti

+ + +

Classe A (Piena)

+ +

Sono supportate tutte le funzioni e le caratteristiche della stampante.

+ +

Classe B (Parziale)

+ +

La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti multifunzione possono non essere supportate le funzioni di scanner e/o di fax.

+ +

Classe C (Nessuna)

+ +

La stampante non funziona con software libero.

+ + +

Scanner

+ +

Classe A (Piena)

+ +

Sono supportate tutte le funzioni e le caratteristiche dello scanner.

+ +

Classe B (Parziale)

+ +

La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra caratteristica può non essere supportata.

+ +

Classe C (Nessuna)

+ +

Lo scanner non funziona con software libero.

+ +

Scopri il tuo hardware

+
+ (Grazie lluvia) +
+ +

Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:

+ +

Come scoprire il nome del modello del portatile

+ +

Guarda sotto al tuo notebook o al tuo netbook

+ +

Come scoprire che versione del kernel libre stai usando

+ +

Apri un terminale e digita questo comando:

+ +
+        uname -r
+    
+ +

Come scoprire il nome della tua scheda video

+ +

Apri un terminale e digita questo comando:

+ + +
+        sudo lspci
+    
+ +

Poi cerca la riga contenente la stringa VGA o Display controller. Puoi anche provare con uno di questi comandi:

+ +
+        lspci | grep "Display controller"
+    
+ + +

o

+ +
+        lspci | grep "VGA"
+    
+ +

Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID code)

+ +
+ (Grazie Michał Masłowski e Julius22) +
+ +

Se il dispositivo è integrato (per esempio una scheda video)

+ +

Apri un terminale e digita il seguente comando:

+ +
+        sudo lspci -nnk
+    
+ +

Dovresti ottenere una lista di hardware simile a quella scritta qui sotto

+ +
+
+    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
+    Kernel driver in use: b43-pci-bridge
+    Kernel modules: ssb
+    05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
+    Kernel modules: nouveau, nvidiafb
+    
+ +

Le stringhe in grassetto e tra parentesi quadre (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID della scheda wifi (nota le stringhe "Network controller" e "WLAN") è 14e4:4311 mentre il codice VendorID:ProductID della scheda video (nota la stringa "VGA") è 10de:0427

+ + +

Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)

+ +

Apri un terminale e digita questo comando:

+ +
+        sudo lsusb
+    
+ +

Dovresti ottenere una lista di hardware simile a quella scritta qui sotto

+ +
+
+    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+    Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+    
+ +

Le stringhe in grassetto (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la stringa "Wireless") è 0846:4260

+ +

Come scoprire se funziona la scheda video

+ +

Installa rss-glx tramite il gestore di pacchetti della tua distribuzione +o compilando dai sorgenti e prova degli screensaver (per esempio Skyrocket o Solarwinds). Controlla se parte lo screensaver (e/o se si vede "fluido")

+ +

Come scoprire se funziona l'accelerazione 3D

+ + +

Prova ad attivare compiz

+ +

Come scoprire il nome della tua scheda wifi

+ +

Apri un terminale e digita questo comando:

+ +
+        sudo lspci
+    
+ +

Poi cerca la riga contenente la stringa Wireless o Network controller. Puoi anche provare uno dei seguenti comandi:

+ + +
+        lspci | grep "Wireless"
+    
+ +

o

+ +
+        lspci | grep "Network"
+    
+ +

Come scoprire che driver per la stampante stai usando

+ +

Se stai usando cups

+ +

Apri un terminale e digita il seguente comando:

+ +
+        dpkg-query -W -f '${Version}\n' cups
+    
+ + +

Lista di distribuzioni GNU/Linux completamente libere

+ +

In ordine alfabetico

+ + + +
diff --git a/h-source/Application/Views/History/viewall.php b/h-source/Application/Views/History/viewall.php new file mode 100644 index 0000000..47848ff --- /dev/null +++ b/h-source/Application/Views/History/viewall.php @@ -0,0 +1,38 @@ + + +. +?> + + + +
+
this message has been by getUser($row['history']['created_by']));?> at with the following motivation: +
+
+
+ + + +
+ there are no details.. +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Home/left.php b/h-source/Application/Views/Home/left.php new file mode 100644 index 0000000..816a47b --- /dev/null +++ b/h-source/Application/Views/Home/left.php @@ -0,0 +1,34 @@ + + +. +?> + +
+ +
+ Home +
+ + + +

it works!!

+ +

modify the file Application/Views/Home/left.php in order to change the english version of your homepage

+ +

modify the file Application/Include/languages.php in order to add new languages

+
diff --git a/h-source/Application/Views/Home/left_es.php b/h-source/Application/Views/Home/left_es.php new file mode 100644 index 0000000..029962b --- /dev/null +++ b/h-source/Application/Views/Home/left_es.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ Home +
+ + + + + +
diff --git a/h-source/Application/Views/Home/left_fr.php b/h-source/Application/Views/Home/left_fr.php new file mode 100644 index 0000000..de2acda --- /dev/null +++ b/h-source/Application/Views/Home/left_fr.php @@ -0,0 +1,30 @@ + + +. +?> + +
+ +
+ Home +
+ + + + +
diff --git a/h-source/Application/Views/Home/left_it.php b/h-source/Application/Views/Home/left_it.php new file mode 100644 index 0000000..de2acda --- /dev/null +++ b/h-source/Application/Views/Home/left_it.php @@ -0,0 +1,30 @@ + + +. +?> + +
+ +
+ Home +
+ + + + +
diff --git a/h-source/Application/Views/Issues/view.php b/h-source/Application/Views/Issues/view.php new file mode 100644 index 0000000..20d0403 --- /dev/null +++ b/h-source/Application/Views/Issues/view.php @@ -0,0 +1,202 @@ + + +. +?> + + + +
+ + + +
+ + +
+ +
+ +
+ submitted by getUser($row['issues']['created_by']));?>, +
+ +
+ + + + + + + + + + + + + +
:
:
:
+
+ +
+ : +
+ +
+ +
+ + + +
+ Response message (from h-node.com): +
+ +
+ +
+ + + + +
+ + +
+
+ : +
+ + + + +
+
+
+ getUser($row['messages']['created_by']);?>: +
+ + ">hide + + +
+ +
+ +
+
+ submitted by getUser($row['messages']['created_by']));?>, +
+ + + +
+
message
+ ">view details +
+
+ + +
+ + + +
+ + + ">make visible + + +
+
message
+ + ">view details + +
+
+
+ submitted by getUser($row['messages']['created_by']));?>, +
+
+ +
+
+
+
+
+ + +
+ + + + + + + .. + + +
+ + + + +
+
+ +
+ + + + + +
+ : +
+
+
+ +
+
+ + + +
+ + + + + + + +
\ No newline at end of file diff --git a/h-source/Application/Views/Issues/viewall.php b/h-source/Application/Views/Issues/viewall.php new file mode 100644 index 0000000..39bd566 --- /dev/null +++ b/h-source/Application/Views/Issues/viewall.php @@ -0,0 +1,118 @@ + + +. +?> + + + +
+ +
+ ">Home » issues +
+ +
+
+ : +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ID
viewStatus;?>">getUser($row['issues']['created_by']));?> + +
+
+ +
+ : +
+ + + +
+
+ +
+ + + + + +
+ : +
+
+
+ +
+
+ + + +
+ + + + + + + +
\ No newline at end of file diff --git a/h-source/Application/Views/My/email.php b/h-source/Application/Views/My/email.php new file mode 100644 index 0000000..bda793e --- /dev/null +++ b/h-source/Application/Views/My/email.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » ">panel » e-mail +
+ + + + + +
\ No newline at end of file diff --git a/h-source/Application/Views/My/goodbye.php b/h-source/Application/Views/My/goodbye.php new file mode 100644 index 0000000..e4936a6 --- /dev/null +++ b/h-source/Application/Views/My/goodbye.php @@ -0,0 +1,61 @@ + + +. +?> + + + +
+ +
+ ">Home » ">panel » delete account +
+ + + +
+ +
viewStatus;?>" method="POST"> + I want to close my account: +
+ +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/My/panel.php b/h-source/Application/Views/My/panel.php new file mode 100644 index 0000000..d03d274 --- /dev/null +++ b/h-source/Application/Views/My/panel.php @@ -0,0 +1,35 @@ + + +. +?> + +
+ +
+ ">Home » panel +
+ + + +
\ No newline at end of file diff --git a/h-source/Application/Views/My/password.php b/h-source/Application/Views/My/password.php new file mode 100644 index 0000000..1644b88 --- /dev/null +++ b/h-source/Application/Views/My/password.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » ">panel » password +
+ + + + + +
\ No newline at end of file diff --git a/h-source/Application/Views/My/profile.php b/h-source/Application/Views/My/profile.php new file mode 100644 index 0000000..b4f51ea --- /dev/null +++ b/h-source/Application/Views/My/profile.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » ">panel » profile +
+ + + + + +
\ No newline at end of file diff --git a/h-source/Application/Views/News/index.php b/h-source/Application/Views/News/index.php new file mode 100644 index 0000000..ce2b080 --- /dev/null +++ b/h-source/Application/Views/News/index.php @@ -0,0 +1,49 @@ + + +. +?> + +
+ +
+ ">Home » news +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + 10) { ?> +
+ +
+ + +
diff --git a/h-source/Application/Views/Notebooks/catalogue.php b/h-source/Application/Views/Notebooks/catalogue.php new file mode 100644 index 0000000..b4c24ce --- /dev/null +++ b/h-source/Application/Views/Notebooks/catalogue.php @@ -0,0 +1,80 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor']?>
+
viewArgs['compatibility']?>
+
viewArgs['comm_year']?>
+
viewArgs['subtype']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ .. +
+ + + + +
+ +
+ ">: +
+ +
+
:
+
+
+ +
+
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Notebooks/form.php b/h-source/Application/Views/Notebooks/form.php new file mode 100644 index 0000000..0ef7d1b --- /dev/null +++ b/h-source/Application/Views/Notebooks/form.php @@ -0,0 +1,114 @@ + + +. +?> + + + + + +
+
action."/$lang/$token".$this->viewStatus;?>" method="POST"> + +
+ +
+ + + ">Vendor not present? +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + "> +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ * are mandatory");?> +
+ +
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php new file mode 100644 index 0000000..0a29b3d --- /dev/null +++ b/h-source/Application/Views/Notebooks/page.php @@ -0,0 +1,92 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ This is an old revision of this page, as edited by getUser($updated_by));?> at . It may differ significantly from the viewStatus;?>">current revision. +
+ + +
+ "> : (: ) + action,'view') === 0) { ?> + ask for removal + +
+ +
+
:
+
+
+ +
+
+
+
+ +
+
:
+
+
+ +
+
:
+ +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
()
+
+ +
+
:
+
()
+
+ +
+
:
+
+
+ +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/Printers/catalogue.php b/h-source/Application/Views/Printers/catalogue.php new file mode 100644 index 0000000..bf790f0 --- /dev/null +++ b/h-source/Application/Views/Printers/catalogue.php @@ -0,0 +1,80 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor']?>
+
viewArgs['compatibility']?>
+
viewArgs['comm_year']?>
+
viewArgs['interface']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ .. +
+ + + + +
+ +
+ "> : +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Printers/form.php b/h-source/Application/Views/Printers/form.php new file mode 100644 index 0000000..b6a71a6 --- /dev/null +++ b/h-source/Application/Views/Printers/form.php @@ -0,0 +1,104 @@ + + +. +?> + + + + + +
+
controller."/".$this->action."/$lang/$token".$this->viewStatus;?>" method="POST"> + +
+ +
+ + + ">Vendor not present? +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + "> +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ * are mandatory");?> +
+ +
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/Printers/page.php b/h-source/Application/Views/Printers/page.php new file mode 100644 index 0000000..100cfde --- /dev/null +++ b/h-source/Application/Views/Printers/page.php @@ -0,0 +1,92 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ This is an old revision of this page, as edited by getUser($updated_by));?> at . It may differ significantly from the controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision. +
+ + +
+ "> : (: ) + action,'view') === 0) { ?> + ask for removal + +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+ +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/Project/index.php b/h-source/Application/Views/Project/index.php new file mode 100644 index 0000000..7b8140c --- /dev/null +++ b/h-source/Application/Views/Project/index.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +

write in the file Application/Views/Project/index.php your project information

+ +
diff --git a/h-source/Application/Views/Project/index_es.php b/h-source/Application/Views/Project/index_es.php new file mode 100644 index 0000000..f934b0f --- /dev/null +++ b/h-source/Application/Views/Project/index_es.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ + + +
diff --git a/h-source/Application/Views/Project/index_it.php b/h-source/Application/Views/Project/index_it.php new file mode 100644 index 0000000..f934b0f --- /dev/null +++ b/h-source/Application/Views/Project/index_it.php @@ -0,0 +1,29 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ + + +
diff --git a/h-source/Application/Views/Scanners/catalogue.php b/h-source/Application/Views/Scanners/catalogue.php new file mode 100644 index 0000000..c988371 --- /dev/null +++ b/h-source/Application/Views/Scanners/catalogue.php @@ -0,0 +1,80 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor']?>
+
viewArgs['compatibility']?>
+
viewArgs['comm_year']?>
+
viewArgs['interface']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ ... +
+ + + + +
+ +
+ "> : +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Scanners/form.php b/h-source/Application/Views/Scanners/form.php new file mode 100644 index 0000000..78f8bcb --- /dev/null +++ b/h-source/Application/Views/Scanners/form.php @@ -0,0 +1,104 @@ + + +. +?> + + + + + +
+
controller."/".$this->action."/$lang/$token".$this->viewStatus;?>" method="POST"> + +
+ +
+ + + ">Vendor not present? +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + "> +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ * are mandatory");?> +
+ +
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/Scanners/page.php b/h-source/Application/Views/Scanners/page.php new file mode 100644 index 0000000..411fe6d --- /dev/null +++ b/h-source/Application/Views/Scanners/page.php @@ -0,0 +1,92 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ This is an old revision of this page, as edited by getUser($updated_by));?> at . It may differ significantly from the controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision. +
+ + +
+ "> : (: ) + action,'view') === 0) { ?> + ask for removal + +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+ +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/Search/form.php b/h-source/Application/Views/Search/form.php new file mode 100644 index 0000000..ab25d9e --- /dev/null +++ b/h-source/Application/Views/Search/form.php @@ -0,0 +1,72 @@ + + +. +?> + + + +
+ +
+ ">Home » search form +
+ +
+ Search one device in the archive: +
+ +
+ + +
+ + + + + + + + + +
hardware type:
the model name contains:
+
+ + +
+ +
diff --git a/h-source/Application/Views/Search/form_es.php b/h-source/Application/Views/Search/form_es.php new file mode 100644 index 0000000..f58a125 --- /dev/null +++ b/h-source/Application/Views/Search/form_es.php @@ -0,0 +1,72 @@ + + +. +?> + + + +
+ +
+ ">Home » search form +
+ +
+ Busque un dispositivo en el archivo:: +
+ +
+ + +
+ + + + + + + + + +
tipo de hardware:
el nombre del modelo contiene:
+
+ + +
+ +
diff --git a/h-source/Application/Views/Search/form_it.php b/h-source/Application/Views/Search/form_it.php new file mode 100644 index 0000000..4d89477 --- /dev/null +++ b/h-source/Application/Views/Search/form_it.php @@ -0,0 +1,72 @@ + + +. +?> + + + +
+ +
+ ">Home » search form +
+ +
+ Cerca un dispositivo nell'archivio: +
+ +
+ + +
+ + + + + + + + + +
tipo di hardware:
il nome del modello contiene:
+
+ + +
+ +
diff --git a/h-source/Application/Views/Search/results.php b/h-source/Application/Views/Search/results.php new file mode 100644 index 0000000..48c4f8b --- /dev/null +++ b/h-source/Application/Views/Search/results.php @@ -0,0 +1,66 @@ + + +. +?> + +
+ +
+ ">Home » ">search form » results +
+ +
+ : +
+ +
+ + +
+
+ : "> +
+
+ : +
+
+ : +
+
+ + + + +
+ .. +
+ + +
+ + +
+ : +
+ + +
diff --git a/h-source/Application/Views/Users/add.php b/h-source/Application/Views/Users/add.php new file mode 100755 index 0000000..0b8aabc --- /dev/null +++ b/h-source/Application/Views/Users/add.php @@ -0,0 +1,70 @@ + + +. +?> + +
+ +
+ ">Home » create account +
+ + + + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/change.php b/h-source/Application/Views/Users/change.php new file mode 100644 index 0000000..623d647 --- /dev/null +++ b/h-source/Application/Views/Users/change.php @@ -0,0 +1,28 @@ + + +. +?> + +
+ +
+

The link has expired

+

go to the ">homepage

+
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/confirmation.php b/h-source/Application/Views/Users/confirmation.php new file mode 100644 index 0000000..f1a2074 --- /dev/null +++ b/h-source/Application/Views/Users/confirmation.php @@ -0,0 +1,42 @@ + + +. +?> + +
+ +
+ ">Home » confirmation +
+ + + +
+

The account has been confirmed successfully!

+

go to the ">homepage

+
+ + + +
+

The confirmation link has expired

+

go to the ">homepage

+
+ + +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/contributions.php b/h-source/Application/Views/Users/contributions.php new file mode 100644 index 0000000..2d5995a --- /dev/null +++ b/h-source/Application/Views/Users/contributions.php @@ -0,0 +1,50 @@ + + +. +?> + +
+ +
+ ">Home » ">meet » contributions +
+ +
+ contributions of +
+ +
+ +
+ +
+ + "> +
+ +
+ +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/forgot.php b/h-source/Application/Views/Users/forgot.php new file mode 100644 index 0000000..a4c7d20 --- /dev/null +++ b/h-source/Application/Views/Users/forgot.php @@ -0,0 +1,55 @@ + + +. +?> + +
+ +
+ ">Home » request new password +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/login.php b/h-source/Application/Views/Users/login.php new file mode 100755 index 0000000..5998751 --- /dev/null +++ b/h-source/Application/Views/Users/login.php @@ -0,0 +1,57 @@ + + +. +?> + + + + +
+ Sorry.. you have to be logged if you want to insert a new device in the archive or modify an existing one.. +
+ + + + +
+
+ + + + + + + + + + + + + +
Username
Password
+ +
+
+ + + +
+ Sorry, we are updating the website... it is no possible to log-in, register new accounts or request a new password. You will be able to log-in or create a new account as soon as possible. Thanks! +
+ + diff --git a/h-source/Application/Views/Users/logout.php b/h-source/Application/Views/Users/logout.php new file mode 100755 index 0000000..39b5873 --- /dev/null +++ b/h-source/Application/Views/Users/logout.php @@ -0,0 +1,25 @@ + + +. +?> + +
+
+ +
">login
+
\ No newline at end of file diff --git a/h-source/Application/Views/Users/meet.php b/h-source/Application/Views/Users/meet.php new file mode 100644 index 0000000..ee0c708 --- /dev/null +++ b/h-source/Application/Views/Users/meet.php @@ -0,0 +1,89 @@ + + +. +?> + +
+ +
+ ">Home » meet +
+ + + + +
+ +
+
Username:
+
+ + +
+
My website:
+
+ + + +
+
My real name is:
+
+ + + +
+
My e-mail address:
+
+ + + +
+
I'm from:
+
+ + + +
+
Birthdate:
+
+ + + +
+
My favourite distro is:
+
+ + + +
+
Projects I'm working on:
+
+ + + +
+
My description:
+
+ + +
+ + +
\ No newline at end of file diff --git a/h-source/Application/Views/Users/notice.php b/h-source/Application/Views/Users/notice.php new file mode 100644 index 0000000..d556363 --- /dev/null +++ b/h-source/Application/Views/Users/notice.php @@ -0,0 +1,94 @@ + + +. +?> + +
+ +
+ ">Home » notice +
+ + + + +
+

An e-mail has been sent to your mailbox.

+

If you have received no mail, then check inside the spam too

+

Click on the confirmation link in the e-mail in order to confirm the registration of the new account.

+

The confirmation link will expire in a hour.

+

If you don't want to confirm the account registration then wait one hour and your username and e-mail will be deleted from the database.

+

go to the ">homepage

+
+ + + +
+

Registration failed

+

go to the ">homepage

+
+ + + +
+

An e-mail has been sent to your mailbox.

+

If you have received no mail, then check inside the spam too

+

Click on the confirmation link in the e-mail in order to change the password of your account.

+

The confirmation link will expire in a hour.

+

go to the ">homepage

+
+ + + +
+

Registration failed

+

go to the ">homepage

+
+ + + +
+

The new password has been sent to you by mail!

+

If you have received no mail, then check inside the spam too

+

go to the ">homepage

+
+ + + +
+

Operation failed

+

go to the ">homepage

+
+ + + +
+

Your account has been successfully deleted

+

go to the ">homepage

+
+ + + + + +
+

go to the ">homepage

+
+ + +
\ No newline at end of file diff --git a/h-source/Application/Views/Videocards/catalogue.php b/h-source/Application/Views/Videocards/catalogue.php new file mode 100644 index 0000000..0fbe2be --- /dev/null +++ b/h-source/Application/Views/Videocards/catalogue.php @@ -0,0 +1,79 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor']?>
+
viewArgs['comm_year']?>
+
viewArgs['interface']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ .. +
+ + + + +
+ +
+ "> : +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Videocards/form.php b/h-source/Application/Views/Videocards/form.php new file mode 100644 index 0000000..25f33b7 --- /dev/null +++ b/h-source/Application/Views/Videocards/form.php @@ -0,0 +1,98 @@ + + +. +?> + + + + + +
+
controller."/".$this->action."/$lang/$token".$this->viewStatus;?>" method="POST"> + +
+ +
+ + + ">Vendor not present? +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ * are mandatory");?> +
+ +
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/Videocards/page.php b/h-source/Application/Views/Videocards/page.php new file mode 100644 index 0000000..5ae071c --- /dev/null +++ b/h-source/Application/Views/Videocards/page.php @@ -0,0 +1,87 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ This is an old revision of this page, as edited by getUser($updated_by));?> at . It may differ significantly from the controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision. +
+ + +
+ "> : (: ) + action,'view') === 0) { ?> + ask for removal + +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ +
+
:
+
+
+ +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/Wifi/catalogue.php b/h-source/Application/Views/Wifi/catalogue.php new file mode 100644 index 0000000..df03820 --- /dev/null +++ b/h-source/Application/Views/Wifi/catalogue.php @@ -0,0 +1,80 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor']?>
+
viewArgs['comm_year']?>
+
viewArgs['wifi_works']?>
+
viewArgs['interface']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ .. +
+ + + + +
+ +
+ "> : +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Wifi/form.php b/h-source/Application/Views/Wifi/form.php new file mode 100644 index 0000000..c955d26 --- /dev/null +++ b/h-source/Application/Views/Wifi/form.php @@ -0,0 +1,98 @@ + + +. +?> + + + + + +
+
controller."/".$this->action."/$lang/$token".$this->viewStatus;?>" method="POST"> + +
+ +
+ + + ">Vendor not present? +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ * are mandatory");?> +
+ +
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/Wifi/page.php b/h-source/Application/Views/Wifi/page.php new file mode 100644 index 0000000..40696dc --- /dev/null +++ b/h-source/Application/Views/Wifi/page.php @@ -0,0 +1,87 @@ + + +. +?> + + + + action,'view') === 0) ? 'hardware' : 'revisions'; + ?> + + +
+ + + action,'revision') === 0) { ?> +
+ This is an old revision of this page, as edited by getUser($updated_by));?> at . It may differ significantly from the controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision. +
+ + +
+ "> : (: ) + action,'view') === 0) { ?> + ask for removal + +
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ +
+
:
+
+
+ +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/bottom_left.php b/h-source/Application/Views/bottom_left.php new file mode 100644 index 0000000..438fe0f --- /dev/null +++ b/h-source/Application/Views/bottom_left.php @@ -0,0 +1,27 @@ + + +. +?> + + action,'talk') !== 0) { ?> +
+ The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means. +
+ + + \ No newline at end of file diff --git a/h-source/Application/Views/climb.php b/h-source/Application/Views/climb.php new file mode 100644 index 0000000..f947cd5 --- /dev/null +++ b/h-source/Application/Views/climb.php @@ -0,0 +1,35 @@ + + +. +?> + +
+ + + +
+ + +
viewStatus;?>" method="POST"> + I want to make this revision the current revision: +
+ + +
+ +
\ No newline at end of file diff --git a/h-source/Application/Views/dialog.php b/h-source/Application/Views/dialog.php new file mode 100644 index 0000000..537e527 --- /dev/null +++ b/h-source/Application/Views/dialog.php @@ -0,0 +1,100 @@ + + +. +?> + + + + +
+ +
+ + + + + + + + + + + + + + +
+
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/h-source/Application/Views/differences.php b/h-source/Application/Views/differences.php new file mode 100644 index 0000000..7e3862e --- /dev/null +++ b/h-source/Application/Views/differences.php @@ -0,0 +1,43 @@ + + +. +?> + +
+ +
+ Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed. +
+ + $text) { ?> + +
+ +
+ : +
+ +
+ +
+ +
+ + + +
diff --git a/h-source/Application/Views/footer.php b/h-source/Application/Views/footer.php new file mode 100644 index 0000000..aeadbe1 --- /dev/null +++ b/h-source/Application/Views/footer.php @@ -0,0 +1,38 @@ + + +. +?> + + + + + + + diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php new file mode 100644 index 0000000..83aa59d --- /dev/null +++ b/h-source/Application/Views/header.php @@ -0,0 +1,78 @@ + + +. +?> + + + + + <?php echo $title;?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/h-source/Application/Views/history.php b/h-source/Application/Views/history.php new file mode 100644 index 0000000..4edd41b --- /dev/null +++ b/h-source/Application/Views/history.php @@ -0,0 +1,53 @@ + + +. +?> + +
+ + + +
+ +
+ page list: +
\ No newline at end of file diff --git a/h-source/Application/Views/if_page_deleted.php b/h-source/Application/Views/if_page_deleted.php new file mode 100644 index 0000000..2f9fd1e --- /dev/null +++ b/h-source/Application/Views/if_page_deleted.php @@ -0,0 +1,49 @@ + + +. +?> + + + +
+
+
+ This page has been deleted as requested by: + + getUser($user));?> + +
+
+
+ With the following motivations: +
+
+ +
+
+ motivation of getUser($row['deletion']['created_by']));?>: controller);?> +
+
+ message: +
+
+ +
+
+ + \ No newline at end of file diff --git a/h-source/Application/Views/license_notice.php b/h-source/Application/Views/license_notice.php new file mode 100644 index 0000000..71b1db9 --- /dev/null +++ b/h-source/Application/Views/license_notice.php @@ -0,0 +1,24 @@ + + +. +?> + +
+
License Informations:
+ Any text submitted by you will be put in the Public Domain (see the CC0 page for detailed information). +
\ No newline at end of file diff --git a/h-source/Application/Views/moderator_dialog.php b/h-source/Application/Views/moderator_dialog.php new file mode 100644 index 0000000..058cc3a --- /dev/null +++ b/h-source/Application/Views/moderator_dialog.php @@ -0,0 +1,62 @@ + + +. +?> + +
+
+

Write below your motivation

+ +
+
+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php new file mode 100644 index 0000000..9d778b2 --- /dev/null +++ b/h-source/Application/Views/right.php @@ -0,0 +1,118 @@ + + +. +?> + + \ No newline at end of file diff --git a/h-source/Application/Views/suggest_dialog.php b/h-source/Application/Views/suggest_dialog.php new file mode 100644 index 0000000..223bbd8 --- /dev/null +++ b/h-source/Application/Views/suggest_dialog.php @@ -0,0 +1,41 @@ + + +. +?> + + + +
+

Thanks for helping the h-node project and the free software movement!

+

You have just inserted a new notebook in the database.. can you please insert its devices separately too? Thanks!

+
\ No newline at end of file diff --git a/h-source/Application/Views/talk.php b/h-source/Application/Views/talk.php new file mode 100644 index 0000000..6ae3bca --- /dev/null +++ b/h-source/Application/Views/talk.php @@ -0,0 +1,140 @@ + + +. +?> + + + +
+ + + + + +
+ +
+ + ">hide + + +
+ +
+ +
+ by getUser($message['talk']['created_by']));?>, +
+
+ +
+ +
+ + + +
+
talk
+ ">view details +
+
+ + +
+ + + +
+ this message has been deleted + + ">make visible + + +
+
talk
+ + ">view details + +
+
+
+ submitted by getUser($message['talk']['created_by']));?>, +
+
+ +
+
+
+
+
+ + +
+ + + + +
+ + + +
+ + + + +
+
controller."/talk/$lang/$id_hard/$token".$this->viewStatus;?>#form" method="POST"> + +
+ +
+ + +
+ +
+ + +
+ + + +
+ +
+
+
+ + + + + + \ No newline at end of file diff --git a/h-source/Application/Views/top_left.php b/h-source/Application/Views/top_left.php new file mode 100644 index 0000000..3c7bede --- /dev/null +++ b/h-source/Application/Views/top_left.php @@ -0,0 +1,142 @@ + + +. +?> + +
+ +
+ ">Home » ">Hardware » +
+ + action,'view') === 0) { ?> + +
+ Specifications of the controller]['element'];?> +
+ + + + + + action,'catalogue') === 0) { ?> + +
+ List of controller]['element'];?>s in the archive +
+ + + + action,'history') === 0) { ?> + +
+ History of the controller]['element'].' '.$ne_name.'';?> +
+ + + + action,'differences') === 0) { ?> + + +
+ Differences between the revision of , created by getUser($updated_by));?>, and the revision of +
+ + + + + action,'climb') === 0) { ?> + +
+ Make current this revision of the controller]['element'].' '.$ne_name.'';?> +
+ + + + action,'revision') === 0) { ?> + +
+ Revision of the controller]['element'].' '.$ne_name.'';?> +
+ + + + action,'insert') === 0) { ?> + +
+ Insert a new controller]['element'];?> +
+ + + + action,'update') === 0) { ?> + +
+ Edit the controller]['element'].' '.$ne_name.'';?> +
+ + + + action,'talk') === 0) { ?> + +
+ Talk page of the controller]['element'].' '.$ne_name.'';?> +
+ + + + \ No newline at end of file -- cgit v1.2.3