[% PROCESS 'html-incblocks.txt' %] [% INCLUDE setdate %] [% thepath=path(token) %] [% INCLUDE htmlstart title=thepath printpath=1 %]

[% xmlnorm(nodeParam(token,'comment')) %]

[% INCLUDE variables %] [% INCLUDE legend %]

Leaf nodes:

[% FOREACH child = sortTokens(children(token)); IF isLeaf(child); INCLUDE shortgraph token=child nodename=nodeName(path(child)) comment=nodeParam(child,'comment',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(token) text="Default view" title="Restore default subtree view" %]
[% INCLUDE bottomline %] [% INCLUDE htmlend %]