summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/tower.html
blob: cfbb4ffa3b5551e28071b990d17333616afa160b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<& elements/process.html, 
    table       => 'tower',
    viewall_dir => 'browse',
    process_o2m => { 'table'  => 'tower_sector',
                     'fields' => [qw(
                       sectorname ip_addr height freq_mhz direction width
                       downtilt v_width db_high db_low power line_loss
                       antenna_gain hardware_typenum
                       sector_range
                     )],
                   },
&>