- Timestamp:
- 05/27/15 17:56:44 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r733 r735 1255 1255 $page->param(oldtype => $disp_alloctypes{$binfo->{type}}); 1256 1256 $page->param(ismaster => $binfo->{type} eq 'mm'); 1257 $page->param(iscontainer => $webvar{alloctype} eq 'rm' || $webvar{alloctype} =~ /.c/);1258 1257 $page->param(ispool => $webvar{alloctype} =~ /.[dp]/); 1259 1258 $page->param(isleaf => $webvar{alloctype} =~ /.[enr]/); … … 1268 1267 my $malloc_list = listForMerge($ip_dbh, $binfo->{parent_id}, $newblock, 'a'); 1269 1268 $page->param(mergealloc => $malloc_list); 1270 my $fb_list = listForMerge($ip_dbh, $binfo->{parent_id}, $newblock, 'f');1271 $page->param(mergefree => $fb_list);1272 1269 1273 1270 $page->param(vis_scope => $merge_display{$webvar{scope}}); -
trunk/templates/confmerge.tmpl
r733 r735 44 44 </tr> 45 45 46 <TMPL_IF iscontainer> 46 <TMPL_UNLESS ismaster> 47 <TMPL_UNLESS isleaf> 47 48 <tr> 48 49 <td>Merge scope:</td> 49 50 <td><TMPL_VAR NAME=vis_scope></td> 50 51 </tr> 51 </TMPL_IF> 52 </TMPL_UNLESS> 53 </TMPL_UNLESS> 52 54 53 55 <TMPL_IF ispool> … … 55 57 <td colspan="2" class="warning"> 56 58 Warning: Any end-use suballocations within <TMPL_VAR NAME=newblock> will be converted<br> 57 to clusters of "used" IPs on a best-effort basis in this merge.<br>58 Use the Back button and select a container type if you wish to keep these .59 to clusters of "used" IPs on a best-effort basis as per the merge scope above.<br> 60 Use the Back button and select a container type if you wish to keep these as netblocks. 59 61 </td> 60 62 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.