From e049a6780efd3682607715588a773c05be0c978f Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Apr 2002 22:17:27 +0000 Subject: [PATCH] move username/password out of widget --- .../FS-SignupClient/cgi/signup-alternate.html | 72 ++++++++++--------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/fs_signup/FS-SignupClient/cgi/signup-alternate.html b/fs_signup/FS-SignupClient/cgi/signup-alternate.html index 3535190d9..e57becc60 100755 --- a/fs_signup/FS-SignupClient/cgi/signup-alternate.html +++ b/fs_signup/FS-SignupClient/cgi/signup-alternate.html @@ -62,6 +62,44 @@ Contact Information * required fields
+

+ + + + + + + + + + + + + + +<%= if ( $init_data->{'security_phrase'} ) { + < + + + +ENDOUT + } else { + ''; + } +%> + +<%= if ( scalar(@$pops) ) { + ''; + } else { + popselector($popnum); + } +%> + +
*Username
*Password
*Re-enter Password
Security Phrase +
Access number'. + popselector($popnum). '
* required fields'; +

First package <%= use Tie::IxHash; @@ -85,40 +123,6 @@ Contact Information my $layer = shift; my $html = < - - - - - - - - - - - - - -ENDOUT - if ( $init_data->{'security_phrase'} ) { - $html .= < - - - -ENDOUT - } else { - $html .= ''; - } - - if ( scalar(@$pops) ) { - $html .= ''; - } else { - $html .= popselector($popnum); - } - - $html .= '
*Username
*Password
*Re-enter Password
Security Phrase -
Access number'. - popselector($popnum). '
* required fields'; if ( $pkgpart2payby{$layer} eq 'BILL' ) { $html .= <