diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-19 15:24:36 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-19 15:24:36 +0000 |
commit | 930a411469143eab9ee3922fc628c7d0b5665438 (patch) | |
tree | 67254eacb9eb81c64497d9e48795a53bfa5e3477 /h-source/Application/Views | |
parent | 931861e0513be7e110fc1d98e366cbd4efb831ce (diff) |
h-source:added acquisition cards and fingerptint readers - part 2
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 8 | ||||
-rw-r--r-- | h-source/Application/Views/Hardware/left.php | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 1eb2a63..5fbbef8 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -77,6 +77,14 @@ <td><?php echo gtext("Download the xml file of all the <b>bluetooth devices</b> in the database");?></td> <td><a href="<?php echo $this->baseUrl."/download/bluetooth/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> </tr> + <tr> + <td><?php echo gtext("Download the xml file of all the <b>acquisition cards</b> in the database");?></td> + <td><a href="<?php echo $this->baseUrl."/download/acquisitioncards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> + <tr> + <td><?php echo gtext("Download the xml file of all the <b>fingerprint readers</b> in the database");?></td> + <td><a href="<?php echo $this->baseUrl."/download/fingerprintreaders/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> </table> </div> </div> diff --git a/h-source/Application/Views/Hardware/left.php b/h-source/Application/Views/Hardware/left.php index 4583a9c..101a6ce 100644 --- a/h-source/Application/Views/Hardware/left.php +++ b/h-source/Application/Views/Hardware/left.php @@ -67,7 +67,7 @@ </div> <div class="hardware_element"> - <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/Crystal/cam_mount.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/fingerprintreaders/catalogue/<?php echo $lang;?>">Fingerprint readers</a> + <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/fingerprint_icon.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/fingerprintreaders/catalogue/<?php echo $lang;?>">Fingerprint readers</a> </div> </div>
\ No newline at end of file |