From 1e37402a96397fe344c32e0abf7434b4b595ea49 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 28 Jan 2011 02:49:15 +0000 Subject: torrus, RT10574 --- torrus/templates/default-dir.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'torrus/templates') diff --git a/torrus/templates/default-dir.html b/torrus/templates/default-dir.html index 4b653be17..fe13a9bbe 100644 --- a/torrus/templates/default-dir.html +++ b/torrus/templates/default-dir.html @@ -1,8 +1,13 @@ [% PROCESS 'html-incblocks.txt' %] +[% thepath=path(token) %] [% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %] [% INCLUDE legend %] +[% IF matches(thepath,'Interface_Counters/$') %] + [% freesideComponent('/elements/init_overlib.html') %] +[% END %] +

Directories you can jump to:

[% hasLeaves = 0; hasSubtrees = 0; @@ -39,6 +44,9 @@ [% nodeName(child) %] [% hidden ? '':''; thisIsAlias ? '':''; %] + [% IF matches(thepath,'Interface_Counters/$') %] + [% popup_link('nms-add_iface.html',nodeName(parent(token)),uri_escape(nodeName(child))) %] + [% END %] [% IF comment %] -- cgit v1.2.1