Changeset 412
- Timestamp:
- 05/13/10 15:29:46 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r400 r412 50 50 print "Content-Type: text/html\n\n". 51 51 "<html><head><title>Access denied</title></head>". 52 qq(<body bgcolor="#ffff 00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).52 qq(<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 53 53 'Access to this tool is restricted. Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '. 54 54 "for more information.</body></html>\n"; … … 60 60 61 61 print "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". 63 63 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 64 qq(</head>\n<body bgcolor="#ffff 00" 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). 65 65 "<h2>IPDB - Administrative Tools</h2>\n<hr>\n"; 66 66 -
trunk/header.inc
r397 r412 1 1 <html> 2 2 <head> 3 <title> TEST [IP Database v2] TEST</title>3 <title>[IP Database v2]</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 5 <link rel="stylesheet" type="text/css" href="/ip/ipdb.css"> … … 21 21 22 22 </head> 23 <body bgcolor="#ffff 00" 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"> 24 24 25 25 <table width="98%" border="0" cellspacing="0" cellpadding="0" height="0"> … … 29 29 <div align="right"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 30 30 <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> 32 32 </td> 33 33 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.