Subversion Repositories wimsdev

Rev

Rev 2368 | Rev 3066 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2368 Rev 3049
1
!!!### language independant
1
!!!### language independant
2
 
2
 
3
 
3
 
4
!reset confirm
4
!reset confirm
5
!read adm/css.phtml
5
!read adm/css.phtml
6
!header1
6
!header1
7
 
7
 
8
 
8
 
9
!if $job iswordof student chseries
9
!if $job iswordof student chseries
10
 !changeto $job.phtml
10
 !changeto $job.phtml
11
!endif
11
!endif
12
 
12
 
13
!read adm/title.phtml 1\
13
!read adm/title.phtml 1\
14
$wims_classname - $wims_institutionname\
14
$wims_classname - $wims_institutionname\
15
$name_title $name_title2
15
$name_title $name_title2
16
 
16
 
17
<p>
17
<p>
18
!if $error!=$empty
18
!if $error!=$empty
19
 <p>
19
 <p>
20
 !read lang/msg.phtml.$moduclass_lang
20
 !read lang/msg.phtml.$moduclass_lang
21
 <p>
21
 <p>
22
 !goto end
22
 !goto end
23
!endif
23
!endif
24
 
24
 
25
!if $job=getsource
25
!if $job=getsource
26
 !read getsource.phtml
26
 !read getsource.phtml
27
 !goto end
27
 !goto end
28
!endif
28
!endif
29
 
29
 
30
!if $activetest>-1
30
!if $activetest>-1
31
 <b>$name_info:</b>
31
 <b>$name_info:</b>
32
!endif
32
!endif
33
!read adm/sheet/sheetinfo.phtml
33
!read adm/sheet/sheetinfo.phtml
34
 
34
 
35
!ifval $activetest=-1
35
!ifval $activetest=-1
36
 !goto end
36
 !goto end
37
!endif
37
!endif
38
 
38
 
39
:end1
39
:end1
40
<a name=list></a>
40
<a name="list"></a>
41
<b>$name_content:</b>
41
<b>$name_content:</b>
42
!if $exocnt=0
42
!if $exocnt=0
43
 <p>$name_warning
43
 <p>$name_warning
44
!else
44
!else
45
 <small>[
45
 <small>[
46
 !href module=adm/sheet&sh=$sheet&job=print $wims_name_printable
46
 !href module=adm/sheet&sh=$sheet&job=print $wims_name_printable
47
 ]</small>
47
 ]</small>
48
 !read adm/sheet/sheetcontent.phtml
48
 !read adm/sheet/sheetcontent.phtml
49
!endif
49
!endif
50
 
50
 
51
!if $activetest=0
51
!if $activetest=0
52
 <p>$name_text1
52
 <p>$name_text1
53
  <ul>
53
  <ul>
54
   <li> $name_text2:
54
   <li> $name_text2:
55
        !read adm/search_engine/form.phtml
55
        !read adm/search_engine/form.phtml
56
   </li>
56
   </li>
57
   <li>
57
   <li>
58
    !href cmd=reply&job=prep_putsource $wims_name_putsource
58
    !href cmd=reply&job=prep_putsource $wims_name_putsource
59
   </li>
59
   </li>
60
   <li> $name_text3
60
   <li> $name_text3
61
   !href module=classes/$lang&special_parm=.nocache. $wims_name_classexo
61
   !href module=classes/$lang&special_parm=.nocache. $wims_name_classexo
62
   </li>
62
   </li>
63
   !if $wims_devel_modules iswordof open
63
   !if $wims_devel_modules iswordof open
64
    <li> $name_text4
64
    <li> $name_text4
65
    !href module=adm/modtool $wims_name_modtool
65
    !href module=adm/modtool $wims_name_modtool
66
    </li>
66
    </li>
67
   !endif
67
   !endif
68
   !if $name_helpprog!=$empty
68
   !if $name_helpprog!=$empty
69
    <li>$(name_helpprog[1])
69
    <li>$(name_helpprog[1])
70
     !href module=help/teacher/program $(name_helpprog[2])
70
     !href module=help/teacher/program $(name_helpprog[2])
71
     $(name_helpprog[3])
71
     $(name_helpprog[3])
72
    </li>
72
    </li>
73
   !endif
73
   !endif
74
  </ul>
74
  </ul>
75
!endif
75
!endif
76
 
76
 
77
:end
77
:end
78
!if $activetest>=0
78
!if $activetest>=0
79
 !if $activetest=0
79
 !if $activetest=0
80
  !let wims_menu_items=!append line putsource,1,cmd=reply&job=prep_putsource to $wims_menu_items
80
  !let wims_menu_items=!append line putsource,1,cmd=reply&job=prep_putsource to $wims_menu_items
81
 !endif
81
 !endif
82
 !if $job!=getsource
82
 !if $job!=getsource
83
  !let wims_menu_items=!append line sheetsource,1,cmd=reply&job=getsource to $wims_menu_items
83
  !let wims_menu_items=!append line sheetsource,1,cmd=reply&job=getsource to $wims_menu_items
84
 !endif
84
 !endif
85
 !let wims_menu_items=!append line ,0,\
85
 !let wims_menu_items=!append line ,0,\
86
printable,1,module=adm/sheet&sh=$sheet&job=print\
86
printable,1,module=adm/sheet&sh=$sheet&job=print\
87
participantview,1,module=adm/sheet&sh=$sheet to $wims_menu_items
87
participantview,1,module=adm/sheet&sh=$sheet to $wims_menu_items
88
!endif
88
!endif
89
 
89
 
90
!tail
90
!tail
91
 
91
 
92
!distribute item ,, into job,source,title,desc,prpage
92
!distribute item ,, into job,source,title,desc,prpage
93
 
93
 
94
 
94