Rev 17123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17123 | Rev 17176 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | !set wims_texsize=1 |
21 | !set wims_texsize=1 |
22 | !instex \narrower\narrower {\bf $name_exo} $quest_ |
22 | !instex \narrower\narrower {\bf $name_exo} $quest_ |
23 | !set wims_texsize=0 |
23 | !set wims_texsize=0 |
24 | !set question_url=$ins_url |
24 | !set question_url=$ins_url |
25 | !else |
25 | !else |
26 | <img src="$question_url" alt="question" |
26 | <img src="$question_url" alt="question"> |
27 | !endif |
27 | !endif |
28 | </div> |
28 | </div> |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !if $format=html or $format= |
31 | !if $format=html or $format= |
Line 41... | Line 41... | ||
41 | !if $credits!=$empty and .. notin $credits and \ notin $credits \ |
41 | !if $credits!=$empty and .. notin $credits and \ notin $credits \ |
42 | and ($wims_user iswordof supervisor or $wims_user=$empty) |
42 | and ($wims_user iswordof supervisor or $wims_user=$empty) |
43 | !set credits=!replace internal < by < in $credits |
43 | !set credits=!replace internal < by < in $credits |
44 | !!!if .png isin $credits |
44 | !!!if .png isin $credits |
45 | !! !set logo_img=!nospace $credits |
45 | !! !set logo_img=!nospace $credits |
46 | !! !set credits=<img src="$module_dir/images/$logo_img" alt="logo" |
46 | !! !set credits=<img src="$module_dir/images/$logo_img" alt="logo"> |
47 | !!!endif |
47 | !!!endif |
48 | <div class="wims_credits"><cite>$credits</cite></div> |
48 | <div class="wims_credits"><cite>$credits</cite></div> |
49 | !endif |
49 | !endif |
50 | !endif |
50 | !endif |
51 | !endif |
51 | !endif |
Line 53... | Line 53... | ||
53 | !if $plot_fn!=$empty |
53 | !if $plot_fn!=$empty |
54 | <p style="text-align:center" class="oef_plot_fn"> |
54 | <p style="text-align:center" class="oef_plot_fn"> |
55 | !insplot $plot_fn notitle |
55 | !insplot $plot_fn notitle |
56 | </p> |
56 | </p> |
57 | !endif |
57 | !endif |
58 | <br class="clearall" |
58 | <br class="clearall"> |
59 | </div> |
59 | </div> |
60 | 60 | ||
61 | <!-- End oef/present.phtml --> |
61 | <!-- End oef/present.phtml --> |