source: trunk/templates/admin/nodereport.tmpl@ 941

Last change on this file since 941 was 941, checked in by Kris Deugau, 17 months ago

/trunk

Add termination/demarc node report to admin tools

File size: 592 bytes
Line 
1Allocations tagged for <TMPL_VAR node_name>:<br>
2<a href="<TMPL_VAR NAME=webpath>/listnode-<TMPL_VAR node>.csv">Download</a>
3 IP, CustID, Circuit ID, Description as CSV</div>
4
5<table border=1>
6<tr><td>Allocation</td><td>CustID</td><td>Type</td><td>Circuit ID</td><td>Description</td></tr>
7<TMPL_LOOP NAME=alloclist>
8<tr>
9<td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=id>&basetype=b"><TMPL_VAR cidr></a></td>
10<td><TMPL_VAR custid></td>
11<td><TMPL_VAR dispname></td>
12<td><TMPL_VAR circuitid></td>
13<td><TMPL_VAR description></td>
14</tr>
15</TMPL_LOOP>
16</table>
Note: See TracBrowser for help on using the repository browser.