summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-alarm_station.html
blob: 71ed0db0cf8ca311b7ce0cff065fc14c9a8a627e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% #if ( scalar(@domains) < 2 ) {
% #} else {
  <TR>
    <TD ALIGN="right"><% $opt{'label'} || 'Central Station' %></TD>
    <TD>
      <% include( '/elements/select-alarm_station.html', %opt) %>
    </TD>
   </TR>
% #}
<%init>
  my %opt = @_;
</%init>