Ignore:
Timestamp:
11/11/11 17:22:56 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Preparing for release

  • wrap debugbits output to avoid an XHTML validation warning
  • Makefile cleanup
    • remove mysterious duplication of the whole file
    • remove file list bits levt over from copy-paste from another project
    • set VERSION
    • fix up some pathnames from copy-paste
  • Fix a bunch of minor XHTML validation oopses
  • Fiddle footer again
  • Minor CSS cleanups
  • Drop in-page title heading, push [if IE] conditionals around in <head>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/header.tmpl

    r99 r166  
    33    <head>
    44        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    5         <title>tinyDNS Administration</title>
     5        <title><TMPL_IF compname><TMPL_VAR NAME=compname> - </TMPL_IF>DNS Administration</title>
    66        <!-- General stylesheet for most content, all browsers -->
    77        <link rel="stylesheet" type="text/css" href="templates/dns.css" />
     
    1313        -->
    1414        <!-- Load a secondary stylesheet for the group tree for IE ... -->
    15         <![if IE]>
     15        <!-- [if IE] -->
    1616        <link rel="stylesheet" type="text/css" href="templates/grouptree-ie.css" />
    17         <![endif]>
     17        <!-- [endif] -->
    1818
    1919        <!-- ... and now override the IE glop with the nifty CSS-only collapsing tree -->
    20         <![if !IE]>
     20        <!-- [if !IE] -->
    2121        <link rel="stylesheet" type="text/css" href="templates/grouptree.css" />
    22         <![endif]>
     22        <!-- [endif] -->
    2323    </head>
    2424<body>
    25 <div id="header">
    26 <p>fobie bar bletch</p>
    27 </div>
    2825<div id="main">
Note: See TracChangeset for help on using the changeset viewer.