source: trunk/templates/index2.tmpl@ 847

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

/trunk

Should have moved the <table> tag instead of deleting it in r845; put
it back in the right place

File size: 651 bytes
Line 
1<br>
2<TMPL_IF vrflist>
3<table width="100%" cellspacing="0">
4<TMPL_LOOP NAME=vrflist>
5<tr class="heading row0"><td width="20%">
6<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showvrf&amp;vrf=<TMPL_VAR NAME=vrf>"><TMPL_VAR NAME=vrf></a>
7</td><td width="40%"><TMPL_VAR comment></td>
8<td>&nbsp;</td>
9</tr>
10<tr><td colspan="3">
11<TMPL_INCLUDE showvrf.tmpl>
12</td></tr>
13<tr><td colspan=3><br><hr class="w90"></td></tr>
14</TMPL_LOOP>
15</table>
16<TMPL_ELSE>
17<div class="heading">No VRFs defined</div>
18</TMPL_IF>
19<TMPL_IF addvrf>
20<div class="center">
21<br>
22<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=addvrf">Add new VRF</a>
23</div>
24</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.