Rev 2559 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2559 | Rev 14298 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !distribute items $wims_read_parm into record,_year,_month,_day |
1 | !distribute items $wims_read_parm into record,_year,_month,_day |
- | 2 | !set lang_exists=yes |
|
2 | !bound record within date,months default $ |
3 | !bound record within date,months default $ |
3 | !set months=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sept,Oct,Nov,Dec |
4 | !set months=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sept,Oct,Nov,Dec |
4 | !if $record=$empty |
5 | !if $record=$empty |
5 | !exit |
6 | !exit |
6 | !endif |
7 | !endif |