X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=1fd50da8d774ce26f2fbca82c5a0ac55545ec50e;hb=e6d20615692495e78975a958af76bfef06d427f5;hp=20e8fb8179c50ae6a07fccbbcfb8e5bcb5cce9ee;hpb=f7fd2a3e34da751cbc02bbf215e99c6dc89adc15;p=freeside.git diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 20e8fb817..1fd50da8d 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -1,12 +1,9 @@ -<%= include( '/elements/header.html', 'Search RADIUS sessions', '', '', ' - - - - -') %> -
-<% #include( '/elements/table.html' ) %> -<%= ntable('#cccccc') %> +<% include( '/elements/header.html', 'Search RADIUS sessions' ) %> + + +% #include( '/elements/table.html' ) + +<% ntable('#cccccc') %> Username: @@ -15,13 +12,12 @@ (leave blank to show all users) +% my @part_export = qsearch( 'part_export', { 'exporttype' => 'sqlradius' } ); +% push @part_export, +% qsearch( 'part_export', { 'exporttype' => 'sqlradius_withdomain' } ); +% +% if ( grep { ! $_->option('hide_ip') } @part_export ) { -<% my @part_export = qsearch( 'part_export', { 'exporttype' => 'sqlradius' } ); - push @part_export, - qsearch( 'part_export', { 'exporttype' => 'sqlradius_withdomain' } ); -%> - -<% if ( grep { ! $_->option('hide_ip') } @part_export ) { %> IP address: @@ -30,9 +26,9 @@ (leave blank to show all IPs) -<% } %> +% } +% if ( grep { $_->option('show_called_station') } @part_export ) { -<% if ( grep { $_->option('show_called_station') } @part_export ) { %> Destination prefix: @@ -45,50 +41,13 @@ (leave blank to show all destinations) -<% } %> +% } + + +<% include( '/elements/tr-input-beginning_ending.html', 'input_time'=>1 ) %> - - From: - - - - - - - - m/d/y - - - To: - - - - - - - - m/d/y -
(leave one or both dates blank for an open-ended search) - -
- - - +<% include('/elements/footer.html') %>