Rev 20 | Rev 1198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1076 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | $wims_html_header |
1 | !!$wims_html_header |
3 | <body $wims_htmlbody> |
2 | !!<body $wims_htmlbody> |
4 | 3 | !header1 |
|
5 | <p><center><h3> |
4 | <p><center><h3> |
6 | !href module=$module&cmd=intro WIMS |
5 | !href module=$module&cmd=intro WIMS |
7 | $module_title<br> |
6 | $module_title<br> |
8 | <font size=-1>--- Printable version ---</font></h3></center> <p> |
7 | <font size=-1>--- Printable version ---</font></h3></center> <p> |
9 | <div class=wimsbody> |
8 | !!<div class=wimsbody> |
10 | 9 | ||
11 | !if $error!=$empty |
10 | !if $error!=$empty |
12 | !changeto oef/msg.phtml |
11 | !changeto oef/msg.phtml |
13 | !endif |
12 | !endif |
14 | 13 | ||
Line 26... | Line 25... | ||
26 | !next k |
25 | !next k |
27 | !read $(class_header)def/$(name_$i).def question |
26 | !read $(class_header)def/$(name_$i).def question |
28 | !else |
27 | !else |
29 | $(question_$i) |
28 | $(question_$i) |
30 | !endif |
29 | !endif |
31 | </a></tt></font></center> |
30 | !!</a></tt></font></center> |
32 | </h1></h2></h3></h4></b></i></em> |
31 | !! </h1></h2></h3></h4></b></i></em> |
33 | $(chce_$i) |
32 | $(chce_$i) |
34 | !endif |
33 | !endif |
35 | !next i |
34 | !next i |
36 | 35 | ||
37 | !if $wims_user!=$empty and $wims_user!=supervisor |
36 | !if $wims_user!=$empty and $wims_user!=supervisor |
38 | !goto noans |
37 | !goto noans |
39 | !endif |
38 | !endif |
40 | 39 | ||
41 | <p><hr |
40 | <p><hr> |
- | 41 | <div class="wims_solution"> |
|
42 | <center><h3>Answers</h3></center> <p> |
42 | <center><h3>Answers</h3></center> <p> |
43 | !for i=1 to $n |
43 | !for i=1 to $n |
44 | !set t=!linecnt $(ans_$i) |
44 | !set t=!linecnt $(ans_$i) |
45 | !if $t>0 |
45 | !if $t>0 |
46 | <p><b>Answer to exercise $i.</b><ul> |
46 | <p><b>Answer to exercise $i.</b><ul> |
Line 49... | Line 49... | ||
49 | !line $k of $(ans_$i) |
49 | !line $k of $(ans_$i) |
50 | !next k |
50 | !next k |
51 | </ul> |
51 | </ul> |
52 | !endif |
52 | !endif |
53 | !next i |
53 | !next i |
- | 54 | </div> |
|
54 | 55 | ||
55 | :noans |
56 | :noans |
56 | </div |
57 | </div> |
57 | < |
58 | <div class="wims_print"><hr> |
58 | !href cmd=reply&print=yes Again |
59 | !href cmd=reply&print=yes Again |
59 | |
60 | |
60 | !href module=$module&cmd=intro Back |
61 | !href module=$module&cmd=intro Back |
61 | </ |
62 | </div> |
- | 63 | </body></html> |
|
62 | 64 |