diff options
author | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
commit | 0a3b346806615bd893048d2a5c26f8d126a12f4b (patch) | |
tree | 6912cbc88774bfa513e95a58e05e7ce76fbc04c1 /httemplate/misc/qualified_liteup_customers.cgi | |
parent | 995a145c931164347683071c95c6754379d36604 (diff) |
add svc_elec_features merged from reference code RT#7643svc_elec_features
Diffstat (limited to 'httemplate/misc/qualified_liteup_customers.cgi')
-rwxr-xr-x | httemplate/misc/qualified_liteup_customers.cgi | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/httemplate/misc/qualified_liteup_customers.cgi b/httemplate/misc/qualified_liteup_customers.cgi new file mode 100755 index 000000000..d0aa99226 --- /dev/null +++ b/httemplate/misc/qualified_liteup_customers.cgi @@ -0,0 +1,71 @@ +<% include("/elements/header.html",'LITEUP') %> + +<h3> <FONT COLOR="Blue">Process new Liteup List</FONT></h3> +<FORM ACTION="process/qualified_liteup_customers.cgi" METHOD="post" ENCTYPE="multipart/form-data"> + +Import a text file from PUCT containg qualified LITEUP customers. +<BR> +The text file should contain ESIID, Address, City, StateZip, Qualifydate. All seperated by 2 or more white spaces. +<BR><BR> +ie. +<BR> +10032789488231455 3608 ORING EDINBURG TX78539 2008030120080731<BR> +1008939284701838499830 2206 W REEN RD HOUSTON TX77067 2008030120080731 +<BR><BR> + +<% &ntable("#cccccc") %> + +<% include('/elements/tr-select-agent.html', '', #$agentnum, + 'label' => "<B>Agent</B>", + 'empty_label' => 'Select agent', + ) +%> + +<!-- +<TR> + <TH ALIGN="right">Format</TH> + <TD> + <SELECT NAME="format"> + <OPTION VALUE="simple">Simple + <OPTION VALUE="extended" SELECTED>Extended + </SELECT> + </TD> +</TR> +--> + +<TR> + <TH ALIGN="right">filename</TH> + <TD><INPUT TYPE="file" NAME="textfile"></TD> +</TR> +% #include('/elements/tr-select-part_referral.html') +% + +</TABLE> +<BR> + +<INPUT STYLE="background-color:lightgreen" TYPE="submit" name="action" VALUE="Process List"> + +<BR><BR> +<hr color="#CC2277" size="5"> + +<h3> <FONT COLOR="Blue">Audit Liteup Program</FONT></h3> + +<TABLE> +<% include( '/elements/tr-input-beginning_ending.html' ) %> +</TABLE> + +<BR> +<INPUT STYLE="background-color:lightgreen" TYPE="submit" name="action" VALUE="Get Report"> + +<BR><BR> +<hr color="#CC2277" size="5"> + +</FORM> + +<% include('/elements/footer.html') %> + +<%once> +my $req = qq!<font color="#ff0000">*</font>!; +</%once> + + |