Ignore:
Timestamp:
05/13/10 17:03:21 (14 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge CSS shuffle from r413. Pieces of r412 were needed in
admin.cgi as well. See #13.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/cgi-bin/admin.cgi

    r411 r414  
    4949if ($IPDBacl{$authuser} !~ /A/) {
    5050  print "Content-Type: text/html\n\n".
    51         "<html><head><title>Access denied</title></head><body>\n".
    52         'Access to this tool is restricted.  Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '.
    53         "for more information.</body></html>\n";
     51        "<html>\n<head>\n\t<title>Access denied</title>\n".
     52        qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
     53        qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n).
     54        "</head>\n<body>\n".
     55        qq(Access to this tool is restricted.  Contact <a href="mailto:kdeugau\@vianet.ca">Kris</a> \n).
     56        "for more information.\n</body>\n</html>\n";
    5457  exit;
    5558}
     
    6164        "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n".
    6265        qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
     66        qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n).
    6367        "</head>\n<body>\n".
    6468        "<h2>IPDB - Administrative Tools</h2>\n<hr>\n";
Note: See TracChangeset for help on using the changeset viewer.