Rev 16193 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1406 | bpr | 1 | !if $wims_user=supervisor |
16193 | guerimand | 2 | $name_show1 |
3 | !if $seq_cnt>0 |
||
4 | $name_show2 |
||
5 | !else |
||
6 | $name_show1c |
||
7 | !endif |
||
16337 | guerimand | 8 | !if $sequence_open=yes |
9 | $name_show3 |
||
1406 | bpr | 10 | !endif |
16337 | guerimand | 11 | !endif |
8447 | guerimand | 12 | |
1406 | bpr | 13 | !set sequence_Title=!defof sequence_Title in wimshome/log/classes/$wims_class/seq/.def |
14 | !if $wims_sequence!= |
||
12004 | obado | 15 | !read adm/class/sequence $wims_sequence |
16 | !reset wims_sequence |
||
17 | !else |
||
12569 | bpr | 18 | !for i=1 to $seq_cnt |
12004 | obado | 19 | !read adm/class/sequence $i |
16337 | guerimand | 20 | !next i |
1406 | bpr | 21 | !endif |
12004 | obado | 22 | |
23 | !read adm/class/seq_legend.phtml |