root/trunk/website/soundings/pagetemplates/main_header.cfm @ 40

Revision 5, 0.6 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : main_header.cfm
4        Author       : Raymond Camden
5        Created      : June 02, 2004
6        Last Updated : April 6, 2006
7        History      : layout fixes (rkc 4/6/06)
8        Purpose          :
9--->
10
11<cfoutput>
12<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
13"http://www.w3.org/TR/html4/loose.dtd">
14
15
16<html>
17<head>
18        <title>#attributes.title#</title>
19        <link rel="stylesheet" type="text/css" href="stylesheets/style.css">
20</head>
21
22<body>
23
24<div id="container">
25        <div id="menu"><a href="index.cfm">Soundings</a><hr color="black" size="1" /></div>
26</cfoutput>
27
28<cfsetting enablecfoutputonly=true>
29
Note: See TracBrowser for help on using the browser.