Subversion Repositories wimsdev

Rev

Rev 2184 | Rev 3908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2184 Rev 3049
Line 5... Line 5...
5
<table border=0 cellspacing=0 cellpadding=0>
5
<table border=0 cellspacing=0 cellpadding=0>
6
<caption>$name_enter (/ $maxscore): </caption>
6
<caption>$name_enter (/ $maxscore): </caption>
7
!set t_=!item $cc of $titles
7
!set t_=!item $cc of $titles
8
!set w_=!item $cc of $weights
8
!set w_=!item $cc of $weights
9
!default w_=1
9
!default w_=1
10
<tr><td align=right>$wims_name_title=<td><input size=15 name=title value="$t_">
10
<tr><td align="right">$wims_name_title=<td><input size=15 name="title" value="$t_">
11
$name_weight=<input size=3 name=weight value="$w_">
11
$name_weight=<input size=3 name="weight" value="$w_">
12
!for u=1 to $ucnt
12
!for u=1 to $ucnt
13
 !set n_=!item $u of $ulist
13
 !set n_=!item $u of $ulist
14
 !set u_=!positionof item $n_ in $uulist
14
 !set u_=!positionof item $n_ in $uulist
15
 !if $u_>0
15
 !if $u_>0
16
  !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades
16
  !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades
Line 19... Line 19...
19
  !set c_=
19
  !set c_=
20
 !endif
20
 !endif
21
 !set f_=!item $u of $flist
21
 !set f_=!item $u of $flist
22
 !set l_=!item $u of $llist
22
 !set l_=!item $u of $llist
23
 <tr><td><small>$l_, $f_
23
 <tr><td><small>$l_, $f_
24
 <td><input size=6 name=c$u value="$c_">
24
 <td><input size=6 name="c$u" value="$c_">
25
!next u
25
!next u
26
</table> <p>
26
</table> <p>
27
<input type=submit name=reg value="$wims_name_tosave">
27
<input type=submit name="reg" value="$wims_name_tosave">
28
</center> <p></form>
28
</center> <p></form>
29
 
29
 
30
 
30