Rev 2415 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2415 | Rev 15189 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | modulecnt=!linecnt $stat_out |
1 | modulecnt=!linecnt $stat_out |
3 | modulecnt=$[$modulecnt-1] |
2 | modulecnt=$[$modulecnt-1] |
4 | !if $modulecnt<0 |
3 | !if $modulecnt<0 |
5 | !exit |
4 | !exit |
6 | !endif |
5 | !endif |
7 | !if $modulecnt>$max_modules |
6 | !if $modulecnt>$max_modules |
8 | modulecnt=$max_modules |
7 | modulecnt=$max_modules |
9 | !endif |
8 | !endif |
10 | 9 | ||
11 | total_click=!word 1 of $stat_out |
10 | total_click=!word 1 of $stat_out |
12 | total_session=!word 2 of $stat_out |
11 | total_session=!word 2 of $stat_out |
13 | total_site=!word 3 of $stat_out |
12 | total_site=!word 3 of $stat_out |