Update of /cvsroot/stack/stack-1-0/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17401/html
Modified Files:
quizchoose.html
Log Message:
Index: quizchoose.html
===================================================================
RCS file: /cvsroot/stack/stack-1-0/html/quizchoose.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** quizchoose.html 15 Sep 2005 08:50:41 -0000 1.2
--- quizchoose.html 26 Oct 2005 17:48:50 -0000 1.3
***************
*** 18,21 ****
--- 18,29 ----
<input type='hidden' name='subjectID' value='-1' />
<input type='hidden' name='action' value='review' />
+ <?php
+ if (isset($uID)) {
+ if ( '0' == $uID) {
+ echo get_string('quiz_version_no','stack','')." <input type='text' name='seed' value='' /><br />";
+ echo "\n<font size='-1'>\n".get_string('quiz_version_info','stack','')."\n</font>\n";
+ }
+ }
+ ?>
</form>
|