diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/search/report_phone_avail.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/search/report_phone_avail.html')
-rwxr-xr-x | httemplate/search/report_phone_avail.html | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/httemplate/search/report_phone_avail.html b/httemplate/search/report_phone_avail.html deleted file mode 100755 index c81206afc..000000000 --- a/httemplate/search/report_phone_avail.html +++ /dev/null @@ -1,92 +0,0 @@ -<% include('/elements/header.html', 'Phone number (DID) Availability Report' ) %> - -<FORM ACTION="phone_avail.html" METHOD="GET"> - - <TABLE BGCOLOR="#cccccc" CELLSPACING=0> - - <TR> - <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> - </TR> - - <% include( '/elements/tr-input-text.html', - 'id' => 'countrycode', - 'field' => 'countrycode', - 'label' => 'Country Code', - 'maxlength' => 3, - 'size' => 3, - ) - %> - - <% include( '/elements/tr-input-text.html', - 'id' => 'state', - 'field' => 'state', - 'label' => 'State', - 'maxlength' => 2, - 'size' => 2, - ) - %> - - <% include( '/elements/tr-input-text.html', - 'id' => 'npa', - 'field' => 'npa', - 'label' => 'NPA', - 'maxlength' => 3, - 'size' => 3, - ) - %> - - <% include( '/elements/tr-input-text.html', - 'id' => 'nxx', - 'field' => 'nxx', - 'label' => 'NXX', - 'maxlength' => 3, - 'size' => 3, - ) - %> - - <% include( '/elements/tr-input-text.html', - 'id' => 'ratecenter', - 'field' => 'ratecenter', - 'label' => 'Rate Center', - 'size' => 80, - ) - %> - - - <% include( '/elements/tr-input-text.html', - 'id' => 'availbatch', - 'field' => 'availbatch', - 'label' => 'Batch Name', - 'size' => 80, - ) - %> - - <TR> - <TD ALIGN="RIGHT">Status</TD> - <TD> - <INPUT TYPE="RADIO" NAME="avail_status" value="BOTH" CHECKED>Available & Unavailable - Numbers - <INPUT TYPE="RADIO" NAME="avail_status" value="AVAIL">Available Numbers Only - <INPUT TYPE="RADIO" NAME="avail_status" value="UNAVAIL">Unavailable Numbers Only - </TD> - </TR> - - - </TABLE> - -<BR> -<INPUT TYPE="submit" VALUE="Get Report"> - -</FORM> - -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') && - $FS::CurrentUser::CurrentUser->access_right('List packages') - ); - -my $conf = new FS::Conf; - -</%init> |