Add feature to download results

This commit is contained in:
Eike Foken
2011-09-29 10:23:56 +02:00
parent 9813a2070c
commit 0e6cadb467
3 changed files with 34 additions and 4 deletions

View File

@@ -7,6 +7,15 @@
<div class="box">
<h3><?=_('Results');?></h3>
<?php
if (count($results) > 0):
?>
<p>
<a href="<?=site_url('results/download/'.$experiment['id']);?>" class="button download"><?=_('Download');?></a>
</p>
<?php
endif;
?>
<table class="tableList">
<?php
$i = 0;