From 0c525f3ba7b2b6730b8939b950e4d76dd16802a9 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Thu, 5 Jan 2006 09:34:30 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'SQL_LEDGER_2_4_4'. --- httemplate/search/sqlradius.html | 94 ---------------------------------------- 1 file changed, 94 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 8f4878dbc..000000000 --- a/httemplate/search/sqlradius.html +++ /dev/null @@ -1,94 +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) - -<% } %> - - - From: - - - - - - - - m/d/y - - - To: - - - - - - - - m/d/y -
(leave one or both dates blank for an open-ended search) - - - -
-
- - - - -- cgit v1.2.1