Rev 1198 | Rev 1409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1198 | Rev 1361 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | !if 0$delay2>0 and $status!=$empty |
23 | !if 0$delay2>0 and $status!=$empty |
24 | !set now_=$wims_nowseconds |
24 | !set now_=$wims_nowseconds |
25 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
25 | !read js/chrono.phtml $[max(0,$delay1-($now_-$starttime))] |
26 | !endif |
26 | !endif |
27 | !set wims_html_header=!append line $header_js to $wims_html_header |
27 | !set wims_html_header=!append line $header_js to $wims_html_header |
28 | !set wims_html_header |
28 | !set wims_html_header=!append line $oefcss to $wims_html_header |
29 | $wims_html_header |
- | |
30 | 29 | ||
31 | !header1 |
30 | !header1 |
32 | <h1 class="oeftitle">$title</h1> |
31 | <h1 class="oeftitle">$title</h1> |
33 | 32 | ||
34 | !if $module_checkdata!=yes |
33 | !if $module_checkdata!=yes |
35 | !read oef/ |
34 | !read oef/$module_language/nodata.phtml |
36 | !goto end |
35 | !goto end |
37 | !endif |
36 | !endif |
38 | 37 | ||
39 | !if $title=$empty |
38 | !if $title=$empty |
40 | Questo modulo contiene un gruppo di esercizi. Apparentemete non è |
39 | Questo modulo contiene un gruppo di esercizi. Apparentemete non è |
Line 154... | Line 153... | ||
154 | !endif |
153 | !endif |
155 | </small> |
154 | </small> |
156 | !endif |
155 | !endif |
157 | 156 | ||
158 | !read ./endhook.phtml |
157 | !read ./endhook.phtml |
- | 158 | !!## transfer in the "bottom menu" |
|
159 | !!!if $wims_user=supervisor and exam notin $session and \ |
159 | !!!if $wims_user=supervisor and exam notin $session and \ |
160 | !! ..classes/ notin ..$module and ..adm/ notin ..$module and \ |
160 | !! ..classes/ notin ..$module and ..adm/ notin ..$module and \ |
161 | !! ..devel/ notin ..$module and \ |
161 | !! ..devel/ notin ..$module and \ |
162 | !! GNU isin $module_copyright and \ |
162 | !! GNU isin $module_copyright and \ |
163 | !! _check notin $session and \ |
163 | !! _check notin $session and \ |
Line 166... | Line 166... | ||
166 | !! !href module=adm/createxo&existing=$thisexo&catmodule=$module Importa |
166 | !! !href module=adm/createxo&existing=$thisexo&catmodule=$module Importa |
167 | !! questo esercizio nel tuo corso (dove puoi modificarlo). |
167 | !! questo esercizio nel tuo corso (dove puoi modificarlo). |
168 | !!!endif |
168 | !!!endif |
169 | :end |
169 | :end |
170 | !tail |
170 | !tail |
171 | - |