|
Revision 5, 495 bytes
(checked in by DanWilson, 17 years ago)
|
|
Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)
|
| Rev | Line | |
|---|
| [5] | 1 | <cfsetting enablecfoutputonly=true> |
|---|
| 2 | <!--- |
|---|
| 3 | Name : plain_header.cfm |
|---|
| 4 | Author : Raymond Camden |
|---|
| 5 | Created : September 16, 2004 |
|---|
| 6 | Last Updated : April 6, 2006 |
|---|
| 7 | History : Work w/o mappings (rkc 3/1/2006) |
|---|
| 8 | : Layout updates (rkc 4/6/06) |
|---|
| 9 | Purpose : |
|---|
| 10 | ---> |
|---|
| 11 | |
|---|
| 12 | <cfoutput> |
|---|
| 13 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | <html> |
|---|
| 17 | <head> |
|---|
| 18 | <title>#attributes.title#</title> |
|---|
| 19 | |
|---|
| 20 | </head> |
|---|
| 21 | |
|---|
| 22 | <body> |
|---|
| 23 | </cfoutput> |
|---|
| 24 | |
|---|
| 25 | <cfsetting enablecfoutputonly=true> |
|---|
| 26 | |
|---|