aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Download/index.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-19 15:24:36 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-19 15:24:36 +0000
commit930a411469143eab9ee3922fc628c7d0b5665438 (patch)
tree67254eacb9eb81c64497d9e48795a53bfa5e3477 /h-source/Application/Views/Download/index.php
parent931861e0513be7e110fc1d98e366cbd4efb831ce (diff)
h-source:added acquisition cards and fingerptint readers - part 2
Diffstat (limited to 'h-source/Application/Views/Download/index.php')
-rw-r--r--h-source/Application/Views/Download/index.php8
1 files changed, 8 insertions, 0 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>