Changeset 633 for trunk/templates
- Timestamp:
- 10/08/14 18:01:55 (10 years ago)
- Location:
- trunk/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/assign.tmpl
r585 r633 16 16 </TMPL_IF> 17 17 <td><TMPL_VAR NAME=allocfrom><input type="hidden" name="allocfrom" value="<TMPL_VAR NAME=allocfrom>"> 18 <input type="hidden" name="rdepth" value="<TMPL_VAR NAME=rdepth>"> 18 <input type="hidden" name="parent" value="<TMPL_VAR NAME=parent>"> 19 <input type="hidden" name="fbid" value="<TMPL_VAR NAME=fbid>"> 19 20 </td> 20 21 </tr> … … 81 82 82 83 <tr class="<TMPL_VAR NAME=rowa>"> 83 <td> Wifi tower/Fibre demarc</td>84 <td>Layer-2/demarc node</td> 84 85 <td> 85 86 <select name="node"> … … 88 89 <option value="<TMPL_VAR NAME=node_id>"><TMPL_VAR NAME=node_name></option></TMPL_LOOP> 89 90 </select> 90 <a href="javascript:popNotes('<TMPL_VAR NAME=webpath>/cgi-bin/newnode.cgi')">Add new demarc /tower</a>91 <a href="javascript:popNotes('<TMPL_VAR NAME=webpath>/cgi-bin/newnode.cgi')">Add new demarc node</a> 91 92 </td> 92 93 </tr> … … 94 95 <TMPL_UNLESS allocfrom> 95 96 <tr class="<TMPL_VAR NAME=rowb>"> 96 <td> Route from/through:</td>97 <td>Limit to blocks in this location:</td> 97 98 <td> 98 99 <select name="pop"> … … 105 106 106 107 <tr class="<TMPL_VAR NAME=rowa>"> 107 <td> Route/allocate fromthis master: </td>108 <td>Limit to blocks in this master: </td> 108 109 <td> 109 110 <select name="allocfrom"> 110 111 <option selected="selected">-</option> 111 112 <TMPL_LOOP NAME=masterlist> 112 <option ><TMPL_VAR NAME=master></option></TMPL_LOOP>113 <option value=<TMPL_VAR NAME=id>><TMPL_VAR NAME=master><TMPL_IF vrf> (<TMPL_VAR NAME=vrf>)</TMPL_IF></option></TMPL_LOOP> 113 114 </select> 114 115 Allow automatic allocation from private IP ranges:<input type="checkbox" name="allowpriv"></td> -
trunk/templates/confirm.tmpl
r585 r633 44 44 45 45 <tr class="row0"> 46 <td> Demarc switch/wifi tower:</td>46 <td>Layer-2/demarc node:</td> 47 47 <td><TMPL_VAR NAME=nodename></td> 48 48 </tr> … … 84 84 <td class="center" colspan="2"> 85 85 <TMPL_UNLESS poollist><input type="hidden" name="alloc_from" value="<TMPL_VAR NAME=alloc_from>"></TMPL_UNLESS> 86 <input type="hidden" name="rdepth" value="<TMPL_VAR NAME=rdepth>"> 86 <input type="hidden" name="parent" value="<TMPL_VAR NAME=parent>"> 87 <input type="hidden" name="fbid" value="<TMPL_VAR NAME=fbid>"> 87 88 <input type="hidden" name="fullcidr" value="<TMPL_VAR NAME=cidr>"> 88 89 <input type="hidden" name="rdns" value="<TMPL_VAR NAME=rdns>"> -
trunk/templates/insert.tmpl
r575 r633 12 12 </TMPL_IF> 13 13 </div> 14 <div class="center">IPs in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=parent>&rdepth=<TMPL_VAR NAME=rdepth>"><TMPL_VAR NAME=parent></a></div> 14 <div class="center">IPs in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR 15 NAME=parent>"><TMPL_VAR NAME=pool></a></div> 15 16 <TMPL_ELSE> 16 17 <div class="center"> … … 20 21 </TMPL_IF> 21 22 </div> 22 <div class="center">Allocations in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs& block=<TMPL_VAR NAME=parent>&rdepth=<TMPL_VAR NAME=rdepth>"><TMPL_VAR NAME=parent></a></div>23 <div class="center">Allocations in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=parentid>"><TMPL_VAR NAME=parentblock></a></div> 23 24 </TMPL_IF> 24 25 </TMPL_IF>
Note:
See TracChangeset
for help on using the changeset viewer.