Ignore:
Timestamp:
11/15/11 18:08:14 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Make the fixed web path at least configurable in one place rather
than completely hardcoded across many files.
Update initial database tabledef SQL
Bump version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/header.inc

    r445 r507  
    33        <title>[IP Database v2]</title>
    44        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    5         <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
    6         <link rel="stylesheet" type="text/css" href="/ip/local.css">
     5        <link rel="stylesheet" type="text/css" href="$$WEBPATH$$/ipdb.css">
     6        <link rel="stylesheet" type="text/css" href="$$WEBPATH$$/local.css">
    77
    88<script language=javascript>
    99function openHelp() {
    10         window.open("/ip/help.html", "help_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=400")
     10        window.open("$$WEBPATH$$/help.html", "help_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=400")
    1111}
    1212function openTables() {
    13         window.open("/ip/tables.html", "subnet_tables", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=250") 
     13        window.open("$$WEBPATH$$/tables.html", "subnet_tables", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=250") 
    1414}
    1515function helpAllocTypes() {
    16         window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=550")
     16        window.open("$$WEBPATH$$/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=550")
    1717}
    1818function popNotes(page) {
     
    2626<table width="98%" border="0" cellspacing="0" cellpadding="0" height="0">
    2727  <tbody><tr>
    28       <td nowrap=""><a href="/ip/index.shtml" target="_blank"><img src="/ip/images/logo.png" width="167" height="60" border="0" alt="[ Logo ]"></a></td>
     28      <td nowrap=""><a href="$$WEBPATH$$/index.shtml" target="_blank"><img src="$$WEBPATH$$/images/logo.png" width="167" height="60" border="0" alt="[ Logo ]"></a></td>
    2929    <td nowrap="" valign="bottom">
    3030      <div align="right"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
    31           <a href="/ip/index.shtml">
     31          <a href="$$WEBPATH$$/index.shtml">
    3232          [IP Database v2 Home]</a></font></b></div>
    3333    </td>
     
    4141<tr class="color1">
    4242<td width=10></td>
    43 <form method="POST" action="/ip/cgi-bin/search.cgi">
     43<form method="POST" action="$$WEBPATH$$/cgi-bin/search.cgi">
    4444<td width=390>Quick Search:
    4545<input type="text" name="input" size="20" maxlength="50" class="regular">
     
    4848<input type=submit value="Go!" class="heading">
    4949<input type="button" value=" Help? " onclick="openHelp()" class="regular">
    50 </td><td width=10></td><td><a href="/ip/cgi-bin/search.cgi">Complex Search</a></td>
     50</td><td width=10></td><td><a href="$$WEBPATH$$/cgi-bin/search.cgi">Complex Search</a></td>
    5151$$EXTRA0$$
    5252<td width=60></td>
     
    6262</tbody></table>
    6363<table width="98%" border=0><tr><td align=right>
    64 <a href="/ip/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
     64<a href="$$WEBPATH$$/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
    6565</td></tr></table>
    6666<br>
Note: See TracChangeset for help on using the changeset viewer.