Changeset 414


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:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/alloctypes.html

    r332 r414  
    44
    55<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
     6<link rel="stylesheet" type="text/css" href="/ip/local.css">
    67
    78</head>
    8 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
     9<body>
    910
    1011<table class="regular">
  • 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";
  • branches/stable/changes.html

    r193 r414  
    44
    55<link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     6<link rel="stylesheet" type="text/css" href="/ip/local.css" />
    67
    78</head>
    8 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
     9<body>
    910
    1011<table class="regular">
  • branches/stable/header.inc

    r395 r414  
    44        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    55        <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
     6        <link rel="stylesheet" type="text/css" href="/ip/local.css">
    67
    78<script language=javascript>
     
    2122
    2223</head>
    23 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" style="font-family: helvetica">
     24<body>
    2425
    2526<table width="98%" border="0" cellspacing="0" cellpadding="0" height="0">
  • branches/stable/help.html

    r360 r414  
    33<title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    44
    5 <link rel="stylesheet" type="text/css"
    6 href="/ip/ipdb.css" />
     5<link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     6<link rel="stylesheet" type="text/css" href="/ip/local.css" />
    77
    88</head>
    9 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
     9<body>
    1010
    1111<table class="regular">
  • branches/stable/ipdb.css

    r394 r414  
    1 a:active {
    2   text-decoration: underline;
    3   color: #ff0000;
     1body {
     2  background-color: #ffffff;
     3  text-color: #000000;
     4  font-family: helvetica;
     5  margin: 0;
    46}
    57
    6 a:hover {
    7   text-decoration: underline;
    8   color: #0000ff;
    9 }
    10 
    11 a:link {
    12   text-decoration: underline;
    13   color: #000000;
    14 }
    15 
    16 a:visited {
    17   text-decoration: underline;
    18   color: #683080;
    19 }
     8a { text-decoration: underline; }
     9a:link          { color:#3333ff; }      /* unvisited link */
     10a:visited       { color:#663366; }      /* visited link */
     11a:hover         { color:#dd00dd; }      /* mouse over link */
     12a:active        { color:#cc0000; }      /* selected link */
    2013
    2114tr.color0 {
  • branches/stable/newcity.html

    r140 r414  
    33        <title>IP Database - Add new city</title>
    44        <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     5        <link rel="stylesheet" type="text/css" href="/ip/local.css" />
    56
    67        <SCRIPT language="JavaScript" type="text/javascript">
     
    1617</head>
    1718
    18 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" onUnload="redoParent()">
     19<body onUnload="redoParent()">
    1920<table>
    2021<form action="cgi-bin/newcity.cgi" method="POST">
  • branches/stable/newnode.html

    r394 r414  
    33        <title>IP Database - Add new tower/demarc switch</title>
    44        <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     5        <link rel="stylesheet" type="text/css" href="/ip/local.css" />
    56
    67        <SCRIPT language="JavaScript" type="text/javascript">
     
    1617</head>
    1718
    18 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" onUnload="redoParent()">
     19<body onUnload="redoParent()">
    1920<table>
    2021<form action="cgi-bin/newnode.cgi" method="POST">
  • branches/stable/startsn.html

    r4 r414  
    44<title>IP Database</title>
    55
    6 <link rel="stylesheet" type="text/css"
    7 href="/ip/ipdb.css" />
     6<link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
     7<link rel="stylesheet" type="text/css" href="/ip/local.css" />
    88
    99</head>
    10 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
     10<body>
Note: See TracChangeset for help on using the changeset viewer.