Update of /cvsroot/stack/stack-dev/lib/ui
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14580/lib/ui
Modified Files:
report.php
Log Message:
Uncommented links to interactive reporting. With a warning it is still experimental.
Index: report.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/ui/report.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** report.php 20 Dec 2010 12:43:50 -0000 1.14
--- report.php 20 Dec 2010 14:38:00 -0000 1.15
***************
*** 82,93 ****
echo $report->simpleInterface();
! /*
// Interactive link hidden whilst under development
echo ' <div class="section">
! <h3>Interactive report</h3>
<p> <a href="report.php?type=interactive"><button >Load the interactive interface</button></a> </p>
</div>';
- */
/* Old interfaces, very likely no longer working.
--- 82,93 ----
echo $report->simpleInterface();
!
// Interactive link hidden whilst under development
echo ' <div class="section">
! <h3>Interactive report - Experimental</h3>
! <p>The interactive report is still experimental code, you may expect buggy behaviour.</p>
<p> <a href="report.php?type=interactive"><button >Load the interactive interface</button></a> </p>
</div>';
/* Old interfaces, very likely no longer working.
|