Ignore:
Timestamp:
05/13/10 15:29:46 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Remove blatant "this is a development environment" warnings so
we can use local CSS to

a) show the warnings by bgcolour etc (text never had much impact)
b) move towards a relocatable install
c) move towards a multi-instance install

File:
1 edited

Legend:

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

    r400 r412  
    5050  print "Content-Type: text/html\n\n".
    5151        "<html><head><title>Access denied</title></head>".
    52         qq(<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
     52        qq(<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
    5353        'Access to this tool is restricted.  Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '.
    5454        "for more information.</body></html>\n";
     
    6060
    6161print "Content-type: text/html\n\n".
    62         "<html>\n<head>\n\t<title>TEST [IPDB admin tools] TEST</title>\n".
     62        "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n".
    6363        qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
    64         qq(</head>\n<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
     64        qq(</head>\n<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
    6565        "<h2>IPDB - Administrative Tools</h2>\n<hr>\n";
    6666
Note: See TracChangeset for help on using the changeset viewer.