Changeset 412


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

Location:
trunk
Files:
2 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
  • trunk/header.inc

    r397 r412  
    11<html>
    22<head>
    3         <title>TEST [IP Database v2] TEST</title>
     3        <title>[IP Database v2]</title>
    44        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    55        <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
     
    2121
    2222</head>
    23 <body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" style="font-family: helvetica">
     23<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" style="font-family: helvetica">
    2424
    2525<table width="98%" border="0" cellspacing="0" cellpadding="0" height="0">
     
    2929      <div align="right"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
    3030          <a href="/ip/index.shtml">
    31           TEST [IP Database v2 Home] TEST</a></font></b></div>
     31          [IP Database v2 Home]</a></font></b></div>
    3232    </td>
    3333  </tr>
Note: See TracChangeset for help on using the changeset viewer.