Rev 13135 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13135 | Rev 15797 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | # It is read and interpreted by wims for all valid calls to the module. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
3 | !read adm/language lang/names.phtml |
3 | !read adm/language lang/names.phtml |
- | 4 | !read tabletheme |
|
4 | 5 | ||
- | 6 | !if $job=map |
|
- | 7 | !changeto map.proc |
|
- | 8 | !endif |
|
5 | max_modules=50 |
9 | max_modules=50 |
- | 10 | ||
6 | 11 | ||
- | 12 | ||
7 | !if $cmd=new or $cmd=renew |
13 | !if $cmd=new or $cmd=renew |
8 | sitestart=!mexec getstart.sh |
14 | sitestart=!mexec getstart.sh |
9 | !endif |
15 | !endif |
10 | 16 | ||
11 | !bound style within day,week,month,year,beginning default week |
17 | !bound style within day,week,month,year,beginning default week |
12 | !bound plot_type within 2,3,4 default 2 |
18 | !bound plot_type within 2,3,4 default 2 |
13 | 19 | ||
14 | start_year=!char 1,2,3,4 of $sitestart |
20 | start_year=!char 1,2,3,4 of $sitestart |
15 | start_month=!char 5,6 of $sitestart |
21 | start_month=!char 5,6 of $sitestart |
16 | start_day=!char 7,8 of $sitestart |
22 | start_day=!char 7,8 of $sitestart |
17 | insplot_set=timefmt "%Y%m%d"; xdata time; tmargin 1; nomxtics; nox2tics; size 0.7,0.7 |
23 | insplot_set=timefmt "%Y%m%d"; xdata time; tmargin 1; nomxtics; nox2tics; size 0.7,0.7 |
18 | insplot_transparent=white |
24 | insplot_transparent=white |
19 | module_type=!item $plot_type of 1,1,2,3 |
25 | module_type=!item $plot_type of 1,1,2,3 |
20 | !read tabletheme |
- | |
21 | !read adm/class/stat |
26 | !read adm/class/stat |
22 | 27 | ||
23 | !if $cmd=reply |
28 | !if $cmd=reply |
24 | show=yes |
29 | show=yes |
25 | !read date |
30 | !read date |