source: trunk/templates/utilbar.tmpl@ 891

Last change on this file since 891 was 809, checked in by Kris Deugau, 8 years ago

/trunk

Breadcrumb template change to match code change in r808

File size: 512 bytes
Line 
1<div id="utils">
2<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
3</div>
4
5<div id="breadcrumb">
6<a href="<TMPL_VAR NAME=webpath>/index.shtml">Home</a>
7<TMPL_IF breadcrumb>
8<TMPL_LOOP NAME=breadcrumb> > <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=<TMPL_IF ispool>listpool&amp;pool<TMPL_ELSE><TMPL_IF isvrf>showvrf&amp;vrf<TMPL_ELSE>showsubs&amp;parent</TMPL_IF></TMPL_IF>=<TMPL_VAR NAME=link>"><TMPL_VAR NAME=cidr></a>
9</TMPL_LOOP>
10</TMPL_IF>
11</div>
12
Note: See TracBrowser for help on using the repository browser.