From: Rob H. <for...@us...> - 2002-03-01 08:10:15
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv25884/bin Modified Files: sandweb.cgi Log Message: * this is a start on the javascript pop-up control stuff, i'll send more info about it to the -devel list Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.241 retrieving revision 1.242 diff -U2 -r1.241 -r1.242 --- sandweb.cgi 1 Mar 2002 06:11:34 -0000 1.241 +++ sandweb.cgi 1 Mar 2002 08:10:11 -0000 1.242 @@ -1114,5 +1114,5 @@ print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> 'SandWeb : create file', MENU_TITLE => 'SandWeb', @@ -1153,5 +1153,5 @@ ); print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE => 'SandWeb : create folder', MENU_TITLE => 'SandWeb', @@ -1192,5 +1192,5 @@ ); print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> 'SandWeb : upload file', MENU_TITLE => 'SandWeb', @@ -1651,5 +1651,5 @@ print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> "SandWeb : VCS $vcs_command", MENU_TITLE => 'SandWeb', @@ -1706,5 +1706,5 @@ if ( $return{'error'} ) { print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> "SandWeb : VCS $vcs_command", MENU_TITLE => 'SandWeb', @@ -1747,5 +1747,5 @@ print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> "SandWeb : VCS $vcs_command", MENU_TITLE => 'SandWeb', @@ -1875,5 +1875,5 @@ print CGI::header( -cookie => $ck_auth ); - $ui->print_screen( + $ui->print_popup( TITLE=> "SandWeb : sandbox", MENU_TITLE => 'SandWeb', |