Subversion Repositories wimsdev

Rev

Rev 2368 | Rev 3066 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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