From 5b39c3d1cd300503750162bad0af715161b1bb20 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 4 Jan 2012 09:07:08 +0000 Subject: added pages related to footer links --- h-source/Application/Include/version.php | 3 + .../Application/Views/Mobile/Contact/index.php | 31 ++++++++++ .../Application/Views/Mobile/Contact/index_es.php | 31 ++++++++++ .../Application/Views/Mobile/Contact/index_it.php | 31 ++++++++++ .../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_it.php | 66 ++++++++++++++++++++++ .../Application/Views/Mobile/Project/index.php | 31 ++++++++++ .../Application/Views/Mobile/Project/index_es.php | 31 ++++++++++ .../Application/Views/Mobile/Project/index_it.php | 31 ++++++++++ h-source/Application/Views/Mobile/footer.php | 18 ++---- h-source/Public/Css/mobile.css | 28 ++++++++- 13 files changed, 481 insertions(+), 13 deletions(-) create mode 100644 h-source/Application/Views/Mobile/Contact/index.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_es.php create mode 100644 h-source/Application/Views/Mobile/Contact/index_it.php create mode 100644 h-source/Application/Views/Mobile/Credits/index.php create mode 100644 h-source/Application/Views/Mobile/Credits/index_es.php create mode 100644 h-source/Application/Views/Mobile/Credits/index_fr.php create mode 100644 h-source/Application/Views/Mobile/Credits/index_it.php create mode 100644 h-source/Application/Views/Mobile/Project/index.php create mode 100644 h-source/Application/Views/Mobile/Project/index_es.php create mode 100644 h-source/Application/Views/Mobile/Project/index_it.php diff --git a/h-source/Application/Include/version.php b/h-source/Application/Include/version.php index d0e3928..ab0134a 100644 --- a/h-source/Application/Include/version.php +++ b/h-source/Application/Include/version.php @@ -26,6 +26,9 @@ class Version public static $mobileAllowed = array( 'home,index', + 'contact,index', + 'credits,index', + 'project,index', ); //get the subfolder of the Views folder where to look for the view files diff --git a/h-source/Application/Views/Mobile/Contact/index.php b/h-source/Application/Views/Mobile/Contact/index.php new file mode 100644 index 0000000..e5fd9ca --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ +

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

+ +
diff --git a/h-source/Application/Views/Mobile/Contact/index_es.php b/h-source/Application/Views/Mobile/Contact/index_es.php new file mode 100644 index 0000000..a38814c --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_es.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ + + +
diff --git a/h-source/Application/Views/Mobile/Contact/index_it.php b/h-source/Application/Views/Mobile/Contact/index_it.php new file mode 100644 index 0000000..a38814c --- /dev/null +++ b/h-source/Application/Views/Mobile/Contact/index_it.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » contact +
+ + + +
diff --git a/h-source/Application/Views/Mobile/Credits/index.php b/h-source/Application/Views/Mobile/Credits/index.php new file mode 100644 index 0000000..8759c51 --- /dev/null +++ b/h-source/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 hadrware model. +
+ +
+ +
diff --git a/h-source/Application/Views/Mobile/Credits/index_es.php b/h-source/Application/Views/Mobile/Credits/index_es.php new file mode 100644 index 0000000..3be6fbf --- /dev/null +++ b/h-source/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/h-source/Application/Views/Mobile/Credits/index_fr.php b/h-source/Application/Views/Mobile/Credits/index_fr.php new file mode 100644 index 0000000..022aa70 --- /dev/null +++ b/h-source/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/h-source/Application/Views/Mobile/Credits/index_it.php b/h-source/Application/Views/Mobile/Credits/index_it.php new file mode 100644 index 0000000..6b1a512 --- /dev/null +++ b/h-source/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/h-source/Application/Views/Mobile/Project/index.php b/h-source/Application/Views/Mobile/Project/index.php new file mode 100644 index 0000000..8fe1bd2 --- /dev/null +++ b/h-source/Application/Views/Mobile/Project/index.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ +

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

+ +
diff --git a/h-source/Application/Views/Mobile/Project/index_es.php b/h-source/Application/Views/Mobile/Project/index_es.php new file mode 100644 index 0000000..02a4c27 --- /dev/null +++ b/h-source/Application/Views/Mobile/Project/index_es.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ + + +
diff --git a/h-source/Application/Views/Mobile/Project/index_it.php b/h-source/Application/Views/Mobile/Project/index_it.php new file mode 100644 index 0000000..02a4c27 --- /dev/null +++ b/h-source/Application/Views/Mobile/Project/index_it.php @@ -0,0 +1,31 @@ + + +. +?> + +
+ +
+ ">Home » h-project +
+ + + +
diff --git a/h-source/Application/Views/Mobile/footer.php b/h-source/Application/Views/Mobile/footer.php index 3490393..830f2bd 100644 --- a/h-source/Application/Views/Mobile/footer.php +++ b/h-source/Application/Views/Mobile/footer.php @@ -20,18 +20,12 @@ // along with h-source. If not, see . ?> -
- - - - - +
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index f86bc74..efd5750 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -17,6 +17,16 @@ img border:0px; } +#footer div +{ + text-align:center; +} +#footer a +{ +/* text-decoration:none; */ +/* color:#FFF; */ +} + .navigation-bar { background-color: #015512; @@ -34,7 +44,7 @@ img border-top:1px solid #DC143C; border-bottom:1px solid #DC143C; } -.position_tree_box a +.position_tree_box a, .position_tree_box a.ui-link:visited { text-decoration:none; color:#DC143C; @@ -44,6 +54,22 @@ img font-weight:bold; } +.credits_item_title +{ + margin:15px 5px 5px 5px; + padding:5px; + padding-left:0px; + border-bottom:1px solid #228B22; + font-weight:bold; +} +.credits_item_description +{ + padding:5px; + padding-left:0px; + margin:5px; + overflow:hidden; + width:100%; +} /*jquery mobile*/ .ui-bar-a { -- cgit v1.2.3