Subversion Repositories VORC

Rev

Rev 56 | Rev 80 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56 Rev 65
Line 237... Line 237...
237
 
237
 
Line 238... Line 238...
238
 
238
 
239
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl", onClick=>"document.cookie = 'RCAUTH=; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/';return true;" }, "[Log Out]") : "You are not signed in.";
239
my $signedOnAs = $username ? "Welcome, $username. ".$h->a ({ href=>"index.pl", onClick=>"document.cookie = 'RCAUTH=; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/';return true;" }, "[Log Out]") : "You are not signed in.";
240
 
240
 
241
# Set some cookie stuff...
241
# Set some cookie stuff...
242
my $path = `dirname $ENV{REQUEST_URI}`; chomp $path; $path .= '/' unless $path eq "/";
242
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
243
my $queryCookie = cookie(-NAME=>$prefscookie,
243
my $queryCookie = cookie(-NAME=>$prefscookie,
Line 424... Line 424...
424
        $h->br,
424
        $h->br,
425
        $h->a ({ href=>"", target=>"_new", onClick=>"window.document.Req.excel.value=1; window.document.Req.submit(); window.document.Req.excel.value=0; return false;" }, "[Export Displayed Data as an Excel Document.]"),
425
        $h->a ({ href=>"", target=>"_new", onClick=>"window.document.Req.excel.value=1; window.document.Req.submit(); window.document.Req.excel.value=0; return false;" }, "[Export Displayed Data as an Excel Document.]"),
426
        $h->br,
426
        $h->br,
427
        "This page was displayed on ", currentTime (),
427
        "This page was displayed on ", currentTime (),
428
        $h->br,
428
        $h->br,
429
        "Please direct questions, problems, and concerns to Officials.RollerCon.Schedule\@gmail.com",
429
        "Please direct questions, problems, and concerns to $SYSTEM_EMAIL",
430
        $h->br,
430
        $h->br,
431
        "Displaying: ", $h->select ({ name=>"year", onchange=>"Req.submit();" }, [ @yearoptions ])
431
        "Displaying: ", $h->select ({ name=>"year", onchange=>"Req.submit();" }, [ @yearoptions ])
432
      ])
432
      ])
433
    ]),
433
    ]),
434
    $h->div ({ class=>"spRight" }, [
434
    $h->div ({ class=>"spRight" }, [