source: trunk/templates/index.tmpl@ 626

Last change on this file since 626 was 626, checked in by Kris Deugau, 10 years ago

/trunk

Commit 2/mumble for work done intermittently over the past ~year.
See #5, comment 25:

  • Update index/summary page template to match r625
File size: 994 bytes
Line 
1<br>
2<div class="center">
3<table class="center" width="98%" cellspacing="0">
4<TMPL_IF masterlist>
5<tr class="heading">
6<td>Master netblock</td>
7<td>Primary VRF</td>
8<td>Aggregation/Containers</td>
9<td>Allocated netblocks</td>
10<td>Free netblocks</td>
11<td>Largest free block</td>
12</tr>
13<TMPL_LOOP NAME=masterlist>
14<tr class="row<TMPL_IF __odd__>0<TMPL_ELSE>1</TMPL_IF>">
15<td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&amp;parent=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=master></a></td>
16<td><TMPL_VAR NAME=vrf></td>
17<td><TMPL_VAR NAME=routed></td>
18<td><TMPL_VAR NAME=allocated></td>
19<td><TMPL_VAR NAME=free></td>
20<td><TMPL_VAR ESCAPE=HTML NAME=bigfree></td>
21</tr>
22</TMPL_LOOP>
23<TMPL_ELSE>
24<tr class="heading">
25<td>No netblock data</td>
26</tr>
27</TMPL_IF>
28</table>
29<TMPL_IF addmaster>
30<br>
31<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=addmaster">Add new master block</a>
32</TMPL_IF>
33<br><br>
34Note: Free blocks noted here include both routed and unrouted blocks.
35</div>
36
Note: See TracBrowser for help on using the repository browser.