From: Chris S. <san...@us...> - 2011-01-24 16:03:50
|
Update of /cvsroot/stack/worksheets In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv436 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/worksheets/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 24 Jan 2011 15:30:53 -0000 1.15 --- index.php 24 Jan 2011 16:03:42 -0000 1.16 *************** *** 84,103 **** echo "</table></p>\n\n"; - echo '<h1>TEST</h1>'; - - $res=db_get_questions("TEST-"); - - echo "\n\n<p><table border='0'>\n"; - $i=0; - foreach($res as $qkey => $qu) { - if (''!=trim($qu['description'])) { - $i++; - echo ' <tr><td align="right">'.$i.'.</td>'; - echo '<td><span class="small_links">('.$qu['name'].')</span></td>'; - echo '<td><a href="'.$ws_location.'/worksheets.php?qkey='.$qu[name].'">'.$qu[description]."</a></td></tr>\n"; - } - } - echo "</table></p>\n\n"; - ?> --- 84,87 ---- |