[% PROCESS 'html-incblocks.txt' %]
[% INCLUDE setdate %]
[% comment = xmlnorm(param(token, 'comment')) %]
[% INCLUDE htmlstart title=comment contentClass="SingleColumnContent" %]
[% ELSE %]
[% END %]
[% nodename=nodeParam(node,'descriptive-nickname');
IF nodename=='';
nodename=path(node);
END;
INCLUDE shortgraph
token=node
nodename=nodename
comment=nodeParam(parent(node),'comment',1)
%]
[% IF pos == 1 %]
[% SET pos = 2 %]
[% ELSE %]
[% SET pos = 1 %]
[% END %]
[% END %]
[%
IF global.hwpredict;
IF variables.NOHW;
INCLUDE shortcut url=url(token, view, 'NOHW', '')
text="Enable Holt-Winters"
title="Switch Holt-Winters prediction boundaries";
ELSE;
INCLUDE shortcut url=url(token, view, 'NOHW', 1)
text="Disable Holt-Winters"
title="Switch Holt-Winters prediction boundaries";
END;
END
%]
[% INCLUDE shortcut url=url('SS') text="Back to tokensets list"
title="List of non-empty tokensets"%]
[% INCLUDE tsetbottomline %]
[% INCLUDE htmlend %]