Last change
on this file since 203 was 166, checked in by Kris Deugau, 13 years ago |
/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 size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
[38] | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
---|
[2] | 3 | <head>
|
---|
| 4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
---|
[166] | 5 | <title><TMPL_IF compname><TMPL_VAR NAME=compname> - </TMPL_IF>DNS Administration</title>
|
---|
[84] | 6 | <!-- General stylesheet for most content, all browsers -->
|
---|
[99] | 7 | <link rel="stylesheet" type="text/css" href="templates/dns.css" />
|
---|
[84] | 8 |
|
---|
[99] | 9 | <!--
|
---|
| 10 | Fair warning: this does NOT validate according to the DTD above!
|
---|
| 11 | Unlike in the body these if/endif constructs don't work for IE6 if
|
---|
| 12 | fully embedded in proper comment tags. >:(
|
---|
| 13 | -->
|
---|
[84] | 14 | <!-- Load a secondary stylesheet for the group tree for IE ... -->
|
---|
[166] | 15 | <!-- [if IE] -->
|
---|
[99] | 16 | <link rel="stylesheet" type="text/css" href="templates/grouptree-ie.css" />
|
---|
[166] | 17 | <!-- [endif] -->
|
---|
[84] | 18 |
|
---|
| 19 | <!-- ... and now override the IE glop with the nifty CSS-only collapsing tree -->
|
---|
[166] | 20 | <!-- [if !IE] -->
|
---|
[99] | 21 | <link rel="stylesheet" type="text/css" href="templates/grouptree.css" />
|
---|
[166] | 22 | <!-- [endif] -->
|
---|
[2] | 23 | </head>
|
---|
| 24 | <body>
|
---|
| 25 | <div id="main">
|
---|
Note:
See
TracBrowser
for help on using the repository browser.