From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- httemplate/search/sqlradius.html | 123 --------------------------------------- 1 file changed, 123 deletions(-) delete mode 100644 httemplate/search/sqlradius.html (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html deleted file mode 100644 index 8c405982f..000000000 --- a/httemplate/search/sqlradius.html +++ /dev/null @@ -1,123 +0,0 @@ -<% include( '/elements/header.html', 'Search RADIUS sessions' ) %> - -
-% #include( '/elements/table.html' ) - -<% ntable('#cccccc') %> - - Username: - - - - - (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 ) { - - - 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) - -% } - - - Show: - - Completed sessions
- Open sessions - - - - - Session start - - - <% include( '/elements/tr-input-beginning_ending.html', - 'prefix' => 'starttime', - 'input_time' => 1, - ) - %> - - - - - Session end - - - <% include( '/elements/tr-input-beginning_ending.html', - 'prefix' => 'stoptime', - 'input_time' => 1, - ) - %> - - -
-
- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('List rating data'); - - -- cgit v1.2.1