X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=645505101cdf6eea83c52f034741129c9e2fc98c;hp=48a3d8680169e634d37f79c987bee803b6e49fe8;hb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 48a3d8680..645505101 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -1,10 +1,6 @@ -<%= include( '/elements/header.html', 'Search RADIUS sessions', '', '', ' - - - - -') %> -
+<%= include( '/elements/header.html', 'Search RADIUS sessions' ) %> + + <% #include( '/elements/table.html' ) %> <%= ntable('#cccccc') %> @@ -15,56 +11,42 @@ (leave blank to show all users) - - IP address: - - - - - (leave blank to show all IPs) - - - From: - - - - - - - - m/d/y - - - To: - - - - - - - - m/d/y -
(leave one or both dates blank for an open-ended search) - - + +<% 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: + + + + + (leave blank to show all IPs) + +<% } %> + +<% if ( grep { $_->option('show_called_station') } @part_export ) { %> + + Destination prefix: + + + + + (country code or country code and prefix) + + + + (leave blank to show all destinations) + +<% } %> + +<%= include( '/elements/tr-input-beginning_ending.html' ) %> +
- - - +<%= include('/elements/footer.html') %>