Rev 4298 | Rev 5648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4298 | Rev 5195 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | !endif |
36 | !endif |
37 | 37 | ||
38 | !set intro=!record 0 of $data |
38 | !set intro=!record 0 of $data |
39 | !set dur=!words2items $(intro[3;]) |
39 | !set dur=!words2items $(intro[3;]) |
40 | !distribute items $dur into duration,year |
40 | !distribute items $dur into duration,year |
- | 41 | !if ? notin $duration |
|
- | 42 | !let duration=- $name_duration $duration mn |
|
- | 43 | !else |
|
- | 44 | !let duration=$empty |
|
- | 45 | !endif |
|
41 | !read adm/title.phtml 3\ |
46 | !read adm/title.phtml 3\ |
42 | $sheet_title\ |
47 | $sheet_title\ |
43 | $name_level $(intro[5; |
48 | $name_level : $(name_wims_level_$(intro[5;])) $duration - $year<br>$(intro[8;])\ |
44 | 49 | ||
45 | <div class="wims_sheet_desc">$sheet_desc</div> |
50 | <div class="wims_sheet_desc">$sheet_desc</div> |
46 | <p id="sheet_remark">$sheet_remark</p> |
51 | <p id="sheet_remark">$sheet_remark</p> |
47 | 52 | ||
48 | !if $n=0 |
53 | !if $n=0 |