Last change
on this file since 750 was 697, checked in by Kris Deugau, 10 years ago |
/trunk
Add "breadcrumb" navigation trace to most pages.
|
File size:
461 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>showsubs&parent</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.