Last change
on this file since 823 was 809, checked in by Kris Deugau, 9 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&pool<TMPL_ELSE><TMPL_IF isvrf>showvrf&vrf<TMPL_ELSE>showsubs&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.