Subversion Repositories wimsdev

Rev

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

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