summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/tower.html
blob: e17cd55ae3f8a967055959864e88220f7ff08d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
<& 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 margin
                       sector_range up_rate down_rate
                     )],
                   },
&>