1 [% PROCESS 'html-incblocks.txt' %]
3 [% comment = xmlnorm(param(token, 'comment')) %]
4 [% INCLUDE htmlstart title=comment contentClass="SingleColumnContent" %]
10 [% INCLUDE variables %]
12 [% SET pos = 1; SET global.hwpredict = 0 %]
13 [% FOREACH node = sortTokens(tsetMembers(token)) %]
15 <DIV CLASS="ShortLeft">
17 <DIV CLASS="ShortRight">
19 [% nodename=nodeParam(node,'descriptive-nickname');
26 comment=nodeParam(parent(node),'comment',1)
36 <DIV CLASS="BottomShortcuts">
40 INCLUDE shortcut url=url(token, view, 'NOHW', '')
41 text="Enable Holt-Winters"
42 title="Switch Holt-Winters prediction boundaries";
44 INCLUDE shortcut url=url(token, view, 'NOHW', 1)
45 text="Disable Holt-Winters"
46 title="Switch Holt-Winters prediction boundaries";
51 [% INCLUDE shortcut url=url('SS') text="Back to tokensets list"
52 title="List of non-empty tokensets"%]
55 [% INCLUDE tsetbottomline %]