Ignore:
Timestamp:
07/06/06 18:00:55 (18 years ago)
Author:
Kris Deugau
Message:

/trunk

Make it clear where I'm working for admin tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/admin.cgi

    r331 r340  
    4848if ($IPDBacl{$authuser} !~ /A/) {
    4949  print "Content-Type: text/html\n\n".
    50         "<html><head><title>Access denied</title></head><body>\n".
     50        "<html><head><title>Access denied</title></head>".
     51        qq(<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
    5152        'Access to this tool is restricted.  Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '.
    5253        "for more information.</body></html>\n";
     
    6061        "<html>\n<head>\n\t<title>TEST [IPDB admin tools] TEST</title>\n".
    6162        qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
    62         "</head>\n<body>\n".
     63        qq(</head>\n<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
    6364        "<h2>IPDB - Administrative Tools</h2>\n<hr>\n";
    6465
Note: See TracChangeset for help on using the changeset viewer.