Subversion Repositories VORC

Rev

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

Rev 56 Rev 65
Line 152... Line 152...
152
}
152
}
Line 153... Line 153...
153
 
153
 
Line 154... Line 154...
154
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.";
154
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.";
155
 
155
 
156
# Set some cookie stuff...
156
# Set some cookie stuff...
157
my $path = `dirname $ENV{REQUEST_URI}`; chomp $path; $path .= '/' unless $path eq "/";
157
my $path = `dirname $ENV{SCRIPT_NAME}`; chomp $path; $path .= '/' unless $path eq "/";
158
my $queryCookie = cookie(-NAME=>$prefscookie,
158
my $queryCookie = cookie(-NAME=>$prefscookie,
159
			-VALUE=>"$QUERY_STRING",
159
			-VALUE=>"$QUERY_STRING",
Line 317... Line 317...
317
        $h->br,
317
        $h->br,
318
        $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.]"),
318
        $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.]"),
319
        $h->br,
319
        $h->br,
320
        "This page was displayed on ", currentTime (),
320
        "This page was displayed on ", currentTime (),
321
        $h->br,
321
        $h->br,
322
        "Please direct questions, problems, and concerns to Officials.RollerCon.Schedule\@gmail.com"
322
        "Please direct questions, problems, and concerns to $SYSTEM_EMAIL"
323
      ])
323
      ])
324
    ]),
324
    ]),
325
    $h->div ({ class=>"spRight" }, [
325
    $h->div ({ class=>"spRight" }, [
326
      $h->h5 ([
326
      $h->h5 ([
327
               "$x of $datacount Record". ($x == 1 ? "" : "s") ." Displayed", $h->br,               
327
               "$x of $datacount Record". ($x == 1 ? "" : "s") ." Displayed", $h->br,