From 4e4b0e82b62d9a5bdce92b3caa2ab18e16122ba0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 26 Jan 2011 06:05:12 +0000 Subject: modified the search view files --- h-source/Application/Include/languages.php | 10 ++++ h-source/Application/Views/Search/form.php | 33 +++++++++--- h-source/Application/Views/Search/form_es.php | 74 --------------------------- h-source/Application/Views/Search/form_it.php | 74 --------------------------- h-source/Public/Css/website.css | 21 ++++++++ 5 files changed, 56 insertions(+), 156 deletions(-) delete mode 100644 h-source/Application/Views/Search/form_es.php delete mode 100644 h-source/Application/Views/Search/form_it.php diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 0e2b7a7..2dbc5fa 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -35,6 +35,9 @@ class Lang public static $i18n = array( 'it' => array ( + "Search one device in the archive" => "Cerca un dispositivo nell'archivio", + "hardware type" => "tipo di hardware", + "the model name contains" => "il nome del modello contiene", "List of issues" => "Lista di questioni", "TITLE" => "TITOLO", "TOPIC" => "ARGOMENTO", @@ -141,9 +144,13 @@ class Lang "contributions of" => "contributi di", "No sound cards found" => "Non è stata trovata alcuna scheda audio", "LAST UPDATE" => "ULTIMA MODIFICA", + "search by" => "cerca per", ), 'es' => array ( + "Search one device in the archive" => "Busque un dispositivo en el archivo", + "hardware type" => "tipo de hardware", + "the model name contains" => "el nombre del modelo contiene", "List of issues" => "Lista de incidencias", "TITLE" => "TITULO", "TOPIC" => "ARGUMENTO", @@ -253,6 +260,9 @@ class Lang ), 'fr' => array ( + "Search one device in the archive" => "Shercher un appareil dans les archives", + "hardware type" => "type de matériel", + "the model name contains" => "le nom du modèle contient", "List of issues" => "Liste de problème", "TITLE" => "TITRE", "TOPIC" => "SUJET", diff --git a/h-source/Application/Views/Search/form.php b/h-source/Application/Views/Search/form.php index 1615edb..9303b81 100644 --- a/h-source/Application/Views/Search/form.php +++ b/h-source/Application/Views/Search/form.php @@ -49,26 +49,43 @@
- Search one device in the archive: + :
- - +
+ +
+
- + - +
hardware type::
the model name contains::
- -
- + +
+
+ vendorid:productid +
+
+ + + + + +
:
+
+
diff --git a/h-source/Application/Views/Search/form_es.php b/h-source/Application/Views/Search/form_es.php deleted file mode 100644 index e1a5dc4..0000000 --- a/h-source/Application/Views/Search/form_es.php +++ /dev/null @@ -1,74 +0,0 @@ - - -. -?> - - - -
- -
- ">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 deleted file mode 100644 index 7833c31..0000000 --- a/h-source/Application/Views/Search/form_it.php +++ /dev/null @@ -1,74 +0,0 @@ - - -. -?> - - - -
- -
- ">Home » search form -
- -
- Cerca un dispositivo nell'archivio: -
- -
- - -
- - - - - - - - - -
tipo di hardware:
il nome del modello contiene:
-
- - -
- -
diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 1d94fdb..45b0dc9 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1100,6 +1100,18 @@ ins clear:both; margin:5px 5px 35px 5px; } +.search_form_2 +{ + clear:both; + margin:5px 5px 35px 5px; +} +.search_form_label +{ + padding:3px 10px; + background:#B7F18C; + color:#000; + margin-bottom:1em; +} .search_form .input_entry_search { width:250px; @@ -1514,4 +1526,13 @@ td.text_item_date padding:10px; border:1px solid #ED9F4A; background:#F6EA99; +} + +.noscript_notice +{ + margin:10px 0px; + padding:5px 10px; + background:#B0E0E6; + border:1px solid #4169E1; + color:#4169E1; } \ No newline at end of file -- cgit v1.2.3