Ignore:
Timestamp:
09/27/12 18:13:16 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Final prep for merge back to trunk.

  • Remove lockin on /ip/ web path as with /branches/stable r507.
  • Fix a buglet with the body text color.
  • Remove the lingering header and footer template files

See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/header.tmpl

    r458 r511  
    88        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    99        <title>[IP Database v<TMPL_VAR NAME=version>]</title>
    10         <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
    11         <link rel="stylesheet" type="text/css" href="/ip/local.css">
    12         <script src="/ip/templates/widgets.js" type="text/javascript"></script>
     10        <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
     11        <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
     12        <script src="<TMPL_VAR NAME=webpath>/templates/widgets.js" type="text/javascript"></script>
    1313    </head>
    1414
     
    1717<div id="bodyheader">
    1818<div id="hlogo">
    19 <a href="/ip/index.shtml"><img src="/ip/images/logo.png" style="border:0;" alt="[ Logo ]"></a>
     19<a href="<TMPL_VAR NAME=webpath>/index.shtml"><img src="<TMPL_VAR NAME=webpath>/images/logo.png" style="border:0;" alt="[ Logo ]"></a>
    2020</div>
    2121<div id="homelink">
    22 <a href="/ip/index.shtml">[IP Database v<TMPL_VAR NAME=version> Home]</a>
     22<a href="<TMPL_VAR NAME=webpath>/index.shtml">[IP Database v<TMPL_VAR NAME=version> Home]</a>
    2323</div>
    2424</div>
     
    2626<div id="subheader">
    2727<div id="qsearch">
    28 <form method="post" action="/ip/cgi-bin/search.cgi">
     28<form method="post" action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">
    2929<fieldset><legend></legend>
    3030Quick Search:
     
    3434<input type="submit" value="Go!" class="heading">
    3535<input type="button" value=" Help? " onclick="openHelp()" class="regular">
    36 &nbsp; &nbsp;<a href="/ip/cgi-bin/search.cgi">Complex Search</a>
     36&nbsp; &nbsp;<a href="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">Complex Search</a>
    3737</fieldset>
    3838</form>
    3939</div>
    4040<TMPL_IF addperm>
    41 <div id="newlink"><a href="/ip/cgi-bin/main.cgi?action=assign">Add new assignment</a></div>
     41<div id="newlink"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign">Add new assignment</a></div>
    4242</TMPL_IF>
    4343</div>
     
    4545<div id="main">
    4646<div id="utils">
    47 <a href="/ip/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
     47<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=nodesearch">Find by connection point</a>
    4848</div>
Note: See TracChangeset for help on using the changeset viewer.