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 241... Line 241...
241
 
241
 
Line 242... Line 242...
242
 
242
 
243
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.";
243
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.";
244
 
244
 
245
# Set some cookie stuff...
245
# Set some cookie stuff...
246
my $path = `dirname $ENV{REQUEST_URI}`; chomp $path; $path .= '/' unless $path eq "/";
246
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
247
my $queryCookie = cookie(-NAME=>$prefscookie,
247
my $queryCookie = cookie(-NAME=>$prefscookie,
Line 429... Line 429...
429
        $h->br,
429
        $h->br,
430
        $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.]"),
430
        $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.]"),
431
        $h->br,
431
        $h->br,
432
        "This page was displayed on ", currentTime (),
432
        "This page was displayed on ", currentTime (),
433
        $h->br,
433
        $h->br,
434
        "Please direct questions, problems, and concerns to Officials.RollerCon.Schedule\@gmail.com",
434
        "Please direct questions, problems, and concerns to $SYSTEM_EMAIL",
435
        $h->br,
435
        $h->br,
436
        "Displaying: ", $h->select ({ name=>"year", onchange=>"Req.submit();" }, [ @yearoptions ])
436
        "Displaying: ", $h->select ({ name=>"year", onchange=>"Req.submit();" }, [ @yearoptions ])
437
      ])
437
      ])
438
    ]),
438
    ]),
439
    $h->div ({ class=>"spRight" }, [
439
    $h->div ({ class=>"spRight" }, [