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.

Location:
branches/htmlform/templates/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/admin/aclerr.tmpl

    r483 r511  
    33<head>
    44        <title>Access denied</title>
    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="<TMPL_VAR NAME=webpath>/ipdb.css">
     6        <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
    77</head>
    88<body>
  • branches/htmlform/templates/admin/alloc.tmpl

    r489 r511  
    2727<TMPL_LOOP NAME=citylist><option><TMPL_VAR NAME=city></option>
    2828</TMPL_LOOP></select>
    29 &nbsp;<a href="javascript:popNotes('/ip/cgi-bin/newcity.cgi')">Add new location</a>
     29&nbsp;<a href="javascript:popNotes('<TMPL_VAR NAME=webpath>/cgi-bin/newcity.cgi')">Add new location</a>
    3030</td>
    3131</tr>
  • branches/htmlform/templates/admin/header.tmpl

    r487 r511  
    33<head>
    44        <title>[IPDB admin tools]</title>
    5         <link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
    6         <link rel="stylesheet" type="text/css" href="/ip/local.css">
    7         <script src="/ip/templates/widgets.js" type="text/javascript"></script>
     5        <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
     6        <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
     7        <script src="<TMPL_VAR NAME=webpath>/templates/widgets.js" type="text/javascript"></script>
    88</head>
    99<body>
     
    1212<div>
    1313
    14 <TMPL_UNLESS mainpage><a href="/ip/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS>
     14<TMPL_UNLESS mainpage><a href="<TMPL_VAR NAME=webpath>/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS>
    1515
Note: See TracChangeset for help on using the changeset viewer.