Rev 6145 | Rev 8054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6145 | Rev 6235 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !form reply |
9 | !form reply |
10 | <table border="0"> |
10 | <table border="0"> |
11 | <tr><td align="right">$name_supervisor_p:</td><td> |
11 | <tr><td align="right">$name_supervisor_p:</td><td> |
12 | <input type="password" size="20" name="clpass"/></td></tr> |
12 | <input type="password" size="20" name="clpass" /></td></tr> |
13 | <tr><td align="right">$name_supervisor_r</td><td> |
13 | <tr><td align="right">$name_supervisor_r</td><td> |
14 | <input type="password" size="20" name="clpass2" value="$class_password"/> |
14 | <input type="password" size="20" name="clpass2" value="$class_password" /> |
15 | <br/><span class="small">$name_warning</span> |
15 | <br /><span class="small">$name_warning</span> |
16 | </td></tr> |
16 | </td></tr> |
17 | <tr><td align="right">$name_secure</td><td> |
17 | <tr><td align="right">$name_secure</td><td> |
18 | <input size="50" name="clsecure" value="$class_secure"/> |
18 | <input size="50" name="clsecure" value="$class_secure" /> |
19 | </td></tr> |
19 | </td></tr> |
20 | <tr><td align="right">$name_expire</td><td> |
20 | <tr><td align="right">$name_expire</td><td> |
21 | <input size="10" name="clexp" value="$class_expiration"/> |
21 | <input size="10" name="clexp" value="$class_expiration" /> |
22 | </td></tr> |
22 | </td></tr> |
23 | <tr><td colspan="2"> |
23 | <tr><td colspan="2"> |
24 | <input type="submit" name="save" value="$wims_name_tosave"/> |
24 | <input type="submit" name="save" value="$wims_name_tosave" /> |
25 | <input type="submit" name="abandon" value="$wims_name_giveup"/> |
25 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
26 | </td></tr>$table_end |
26 | </td></tr>$table_end |
27 | 27 | ||
28 | 28 | ||
29 | !formend |
29 | !formend |
30 | 30 |