From a1d2d486dc66ef10e8a26249e598eaf0670b2c9b Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 5 Dec 2011 18:42:44 +0000 Subject: prepared the system for mobile version --- .../Application/Views/Search/lspci_results.php | 108 --------------------- 1 file changed, 108 deletions(-) delete mode 100644 h-source/Application/Views/Search/lspci_results.php (limited to 'h-source/Application/Views/Search/lspci_results.php') diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php deleted file mode 100644 index b74867b..0000000 --- a/h-source/Application/Views/Search/lspci_results.php +++ /dev/null @@ -1,108 +0,0 @@ - - -. -?> - -
- -
- ">Home » "> » -
- -
- : -
- -
- - - -
- "> -
- - -
- 0) { ?> -
- : -
- - - -
-
- ".$row['hardware']['type']." - ".$row['hardware']['model']."";?> -
-
- ".gtext($row['hardware']['wifi_works']).""; - break; - case 'videocard': - echo gtext("does it work with free software?"). " ".gtext(Videocard::$videoReverse[$row['hardware']['video_card_works']]).""; - break; - case 'soundcard': - echo gtext("does it work with free software?"). " ".gtext($row['hardware']['sound_card_works']).""; - break; - case 'ethernet-card': - echo gtext("does it work with free software?"). " ".gtext($row['hardware']['ethernet_card_works']).""; - break; - case 'acquisition-card': - echo gtext("does it work with free software?"). " ".gtext($row['hardware']['compatibility']).""; - break; - case 'sd-card-reader': - echo gtext("does it work with free software?"). " ".gtext($row['hardware']['sd_card_works']).""; - break; - } - ?> -
-
- -
- -
- 0) { ?> -
- :
- -
- - - -
-
- ".Hardware::getTypeFromClass($device['classId'])." - ".$device['deviceName'];?> -
-
    -
  • :
  • -
  • :
  • -
- insert -
-
-
- -
-
- -
-- cgit v1.2.3