Changeset 808 for trunk/templates


Ignore:
Timestamp:
03/08/16 13:16:44 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Extend UI to browse into a VRF. See #54.
Also extend breadcrumb segment to show the VRF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/showvrf.tmpl

    r802 r808  
     1<div class="tbltitle">Master netblocks in <TMPL_VAR NAME=vrf></div>
     2
    13<br>
    24<div class="center">
     
    57<tr class="heading">
    68<td>Master netblock</td>
    7 <td>Primary VRF</td>
    89<td>Aggregation/Containers</td>
    910<td>Allocated netblocks</td>
     
    1415<tr>
    1516<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>
    1717<td><TMPL_VAR NAME=routed></td>
    1818<td><TMPL_VAR NAME=allocated></td>
     
    3131<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=addmaster">Add new master block</a>
    3232</TMPL_IF>
    33 <br><br>
    34 Note:  Free blocks noted here include both routed and unrouted blocks.
    3533</div>
    3634
Note: See TracChangeset for help on using the changeset viewer.