Subversion Repositories wimsdev

Rev

Rev 5195 | Rev 5756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5195 Rev 5648
Line -... Line 1...
-
 
1
<!-- adm/sheet/main.phtml START -->
1
 
2
 
2
!if $job=print
3
!if $job=print
3
 !changeto print.phtml
4
 !changeto print.phtml
4
!endif
5
!endif
5
 
6
 
Line 23... Line 24...
23
<hr/>
24
<hr/>
24
<pre>
25
<pre>
25
 !sh awk 'BEGIN {a=0};\
26
 !sh awk 'BEGIN {a=0};\
26
        /^:/ {a=1};\
27
        /^:/ {a=1};\
27
        a==1 {print}' bases/sheet/$sh.def
28
        a==1 {print}' bases/sheet/$sh.def
28
 </pre>
29
</pre>
29
 <hr/>
30
<hr/>
30
 
31
 
31
!set wims_menu_items=!append line participantview,1,cmd=resume&job=read \
32
!set wims_menu_items=!append line participantview,1,cmd=resume&job=read \
32
to $wims_menu_items
33
to $wims_menu_items
33
 
34
 
34
 !tail
35
 !tail
35
 !exit
36
 !exit
36
!endif
37
!endif
37
 
38
 
38
!set intro=!record 0 of $data
39
!set intro=!record 0 of $data
39
!set dur=!words2items $(intro[3;])
40
!set dur=!words2items $(intro[3;])
40
!distribute items $dur into duration,year
41
!distribute items $dur into duration,year
41
!if ? notin $duration
42
!if ? notin $duration
Line 74... Line 75...
74
 !endif
75
 !endif
75
!endif
76
!endif
76
 
77
 
77
!set wims_menu_items=!append line printable,1,cmd=reply&job=print\
78
!set wims_menu_items=!append line printable,1,cmd=reply&job=print\
78
to $wims_menu_items
79
to $wims_menu_items
-
 
80
 
-
 
81
<!-- adm/sheet/main.phtml END -->
79
 
82
 
80
!tail
83
!tail
81
 
84