X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsector.html;h=636935489e5c771fd2c5fd44974defb6710c2e5b;hp=d03963237e84ea018dd23f6bfa0006aa751731f0;hb=HEAD;hpb=1d50ab91a52be49724771accae7cc82740e83956 diff --git a/httemplate/search/sector.html b/httemplate/search/sector.html index d03963237..636935489 100644 --- a/httemplate/search/sector.html +++ b/httemplate/search/sector.html @@ -11,8 +11,24 @@ font-weight: bold; color: green; } + .grid th { + padding-left: 3px; + padding-right: 3px; + padding-bottom: 2px; + border: none; + empty-cells: show; + font-size:90%; + border-bottom: 1px solid #999999; + } + .grid td { + padding-left: 3px; + padding-right: 3px; + padding-bottom: 2px; + border: none; + empty-cells: show; + } - +
@@ -20,9 +36,10 @@ +% my $row = 0; % foreach my $sector (@sectors) { % my $sectornum = $sector->sectornum; - + +% $row++; % } # foreach $sector
Tower / sector
<% $sector->description |h %> @@ -47,22 +64,25 @@ 'create_'.$sectornum, [ 'sectornum' ], $fsurl.'misc/sector-create_map.html', - { 'message' => 'Map generated' }, + { 'message' => 'Map generated', + 'url' => $cgi->self_url }, "sector$sectornum" &> <% $text %> + % } % if ( length($sector->image) > 0 ) { - View map + View map—<% $sector->margin %>dB margin % }