summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/tower.html
blob: f870d1237ac5929edfcc2fa0bb815097895597a1 (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 up_rate down_rate
                     )],
                   },
&>