Changeset 687 for trunk/templates/showsubs.tmpl
- Timestamp:
- 01/29/15 17:02:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/showsubs.tmpl
r682 r687 1 <div class="tbltitle">Subnets in <TMPL_VAR NAME=block></div> 1 <div class="tbltitle">Subnets in <TMPL_VAR NAME=block> 2 (<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=self_id>&basetype=b">Edit</a>) 3 </div> 4 2 5 <TMPL_VAR NAME=addperm> 3 6 4 7 <TMPL_IF contlist> 5 <br>6 8 <hr class="w30"> 7 9 <div class="tbltitle">Containers</div> 8 10 <br> 9 <table class="center " width="98%" cellspacing="0">10 <tr >11 <table class="center altrows" width="98%" cellspacing="0"> 12 <tr class="headrow"> 11 13 <td class="heading">Container block</td> 12 14 <td class="heading">Location</td> … … 19 21 20 22 <TMPL_LOOP NAME=contlist> 21 <tr class="row<TMPL_IF __odd__>0<TMPL_ELSE>1</TMPL_IF>">23 <tr> 22 24 <td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=block></a></td> 23 25 <td><TMPL_VAR NAME=city></td> … … 39 41 <div class="tbltitle">Usage allocations</div> 40 42 <br> 41 <table width="98%" cellspacing="0" class="center ">43 <table width="98%" cellspacing="0" class="center altrows"> 42 44 <tr> 43 45 <td class="heading">CIDR allocation</td> … … 50 52 51 53 <TMPL_LOOP NAME=alloclist> 52 <tr class="row<TMPL_IF __odd__>0<TMPL_ELSE>1</TMPL_IF>">54 <tr> 53 55 <td> 54 56 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&id=<TMPL_VAR NAME=id>&basetype=b"><TMPL_VAR NAME=block></a> … … 74 76 <fieldset><legend class="noshow"> </legend> 75 77 <input type=hidden name=action value="delete"> 76 <input type=hidden name=block value="<TMPL_VAR NAME= del_id>">78 <input type=hidden name=block value="<TMPL_VAR NAME=self_id>"> 77 79 <input type=hidden name=basetype value="b"> 78 80 <input type=submit value=" Remove this block "> … … 88 90 89 91 <TMPL_IF freelist> 90 <table width="98%" cellspacing="0" class="center ">92 <table width="98%" cellspacing="0" class="center altrows"> 91 93 <tr> 92 94 <td class="heading">CIDR block</td> … … 95 97 96 98 <TMPL_LOOP name=freelist> 97 <tr class="row<TMPL_IF __odd__>0<TMPL_ELSE>1</TMPL_IF>">99 <tr> 98 100 <TMPL_IF newvrf><td colspan=2>vrf: <TMPL_VAR NAME=newvrf></td> 99 101 <TMPL_ELSE>
Note:
See TracChangeset
for help on using the changeset viewer.