From 32e60f1c2228e2a46707d15bec10cd54e476076c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 21 Jul 2011 14:17:28 +0000 Subject: added ethernet cards to the list of allowed hardware --- h-source/Application/Views/Download/index.php | 4 + .../Application/Views/Ethernetcards/catalogue.php | 89 ++++++++++++++++++++++ h-source/Application/Views/Hardware/left.php | 5 +- 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 h-source/Application/Views/Ethernetcards/catalogue.php (limited to 'h-source/Application/Views') diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 5fbbef8..11d53c2 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -85,6 +85,10 @@ fingerprint readers in the database");?> "> + + ethernet cards in the database");?> + "> + diff --git a/h-source/Application/Views/Ethernetcards/catalogue.php b/h-source/Application/Views/Ethernetcards/catalogue.php new file mode 100644 index 0000000..09cad9a --- /dev/null +++ b/h-source/Application/Views/Ethernetcards/catalogue.php @@ -0,0 +1,89 @@ + + +. +?> + +
+
+ +
+
+
viewArgs['vendor'])?>
+
viewArgs['comm_year']?>
+
viewArgs['ethernet_card_works']?>
+
viewArgs['interface']?>
+
viewArgs['sort-by']?>
+
+
+ + + +
+ .. +
+ + + + +
+ +
+ : +
+ + +
+
:
+
+
+ + +
+
:
+
+
+ +
+
:
+
+
+ +
+
:
+
+
+ +
+
+
+
+ + + +
+ + + +
+ : +
+ \ No newline at end of file diff --git a/h-source/Application/Views/Hardware/left.php b/h-source/Application/Views/Hardware/left.php index 101a6ce..21fa3ec 100644 --- a/h-source/Application/Views/Hardware/left.php +++ b/h-source/Application/Views/Hardware/left.php @@ -69,5 +69,8 @@
Fingerprint readers
- + +
+ Ethernet cards +
\ No newline at end of file -- cgit v1.2.3