Subversion Repositories VORC

Rev

Rev 180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 246
Line 43... Line 43...
43
my $query = new CGI;
43
my $query = new CGI;
44
my $track = $query->param('t') || 'ALL';
44
my $track = $query->param('t') || 'ALL';
Line 45... Line 45...
45
 
45
 
46
 
46
 
47
print<<output;
47
print<<output;
48
<html><head><title>ORC Right Now - $day ($date) $curtime - Track $track</title>
48
<html><head><title>VORC Right Now - $day ($date) $curtime - Track $track</title>
49
<link rel="stylesheet" type="text/css" href="/rollercon.css">
49
<link rel="stylesheet" type="text/css" href="/rollercon.css">
50
</head>
50
</head>