Last change
on this file since 823 was 821, checked in by Kris Deugau, 9 years ago |
/trunk
Fix bug generating the links in the index page with integrated master blocks
|
File size:
651 bytes
|
Rev | Line | |
---|
[450] | 1 | <br>
|
---|
[818] | 2 | <table width="100%" cellspacing="0">
|
---|
[806] | 3 | <TMPL_IF vrflist>
|
---|
| 4 | <TMPL_LOOP NAME=vrflist>
|
---|
[818] | 5 | <tr class="heading row0"><td width="20%">
|
---|
| 6 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showvrf&vrf=<TMPL_VAR NAME=vrf>"><TMPL_VAR NAME=vrf></a>
|
---|
| 7 | </td><td width="40%"><TMPL_VAR comment></td>
|
---|
| 8 | <td> </td>
|
---|
[450] | 9 | </tr>
|
---|
[818] | 10 | <tr><td colspan="3">
|
---|
[821] | 11 | <TMPL_INCLUDE showvrf.tmpl>
|
---|
[818] | 12 | </td></tr>
|
---|
| 13 | <tr><td colspan=3><br><hr class="w90"></td></tr>
|
---|
[450] | 14 | </TMPL_LOOP>
|
---|
[818] | 15 | </table>
|
---|
[626] | 16 | <TMPL_ELSE>
|
---|
[818] | 17 | <div class="heading">No VRFs defined</div>
|
---|
[626] | 18 | </TMPL_IF>
|
---|
[806] | 19 | <TMPL_IF addvrf>
|
---|
[818] | 20 | <div class="center">
|
---|
[626] | 21 | <br>
|
---|
[806] | 22 | <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=addvrf">Add new VRF</a>
|
---|
[818] | 23 | </div>
|
---|
[450] | 24 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.