Subversion Repositories VORC

Rev

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

Rev 62 Rev 65
Line 223... Line 223...
223
}
223
}
Line 224... Line 224...
224
 
224
 
Line 225... Line 225...
225
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.";
225
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.";
226
 
226
 
227
# Set some cookie stuff...
227
# Set some cookie stuff...
228
my $path = `dirname $ENV{REQUEST_URI}`; chomp $path; $path .= '/' unless $path eq "/";
228
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
229
my $queryCookie = cookie(-NAME=>$prefscookie,
229
my $queryCookie = cookie(-NAME=>$prefscookie,
230
			-VALUE=>"$QUERY_STRING",
230
			-VALUE=>"$QUERY_STRING",
Line 390... Line 390...
390
        $h->br,
390
        $h->br,
391
        $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.]"),
391
        $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.]"),
392
        $h->br,
392
        $h->br,
393
        "This page was displayed on ", currentTime (),
393
        "This page was displayed on ", currentTime (),
394
        $h->br,
394
        $h->br,
395
        "Please direct questions, problems, and concerns to Officials.RollerCon.Schedule\@gmail.com"
395
        "Please direct questions, problems, and concerns to $SYSTEM_EMAIL"
396
      ])
396
      ])
397
    ]),
397
    ]),
398
    $h->div ({ class=>"spRight" }, [
398
    $h->div ({ class=>"spRight" }, [
399
      $h->h5 ([
399
      $h->h5 ([
400
               "$x of $datacount Record". ($x == 1 ? "" : "s") ." Displayed", $h->br,               
400
               "$x of $datacount Record". ($x == 1 ? "" : "s") ." Displayed", $h->br,