From: Simon H. <sim...@us...> - 2010-11-01 18:18:37
|
Update of /cvsroot/stack/stack-dev/lib/ui In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12921/lib/ui Modified Files: report.php Log Message: Stable interim commit towards deployment updating. Index: report.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/report.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** report.php 30 Sep 2010 16:56:15 -0000 1.11 --- report.php 1 Nov 2010 18:18:29 -0000 1.12 *************** *** 80,88 **** echo '<h1>Select a report type</h1>'; ! echo ' <div class="section"> <h3>Interactive report</h3> <p> <a href="report.php?type=interactive"><button >Load the interactive interface</button></a> </p> </div>'; ! echo '<form action="report.php?type=question" method="post">' . $report->questionFilterInterface($_REQUEST) --- 80,88 ---- echo '<h1>Select a report type</h1>'; ! /*echo ' <div class="section"> <h3>Interactive report</h3> <p> <a href="report.php?type=interactive"><button >Load the interactive interface</button></a> </p> </div>'; ! */ echo '<form action="report.php?type=question" method="post">' . $report->questionFilterInterface($_REQUEST) |