changeset 497:2ef18267ebce

Prefix all system template variables with 'sys_' 2004/01/10 13:25:04-05:00 optonline.net!jeffpc (Logical change 1.148)
author optonline.net!jeffpc
date Fri, 16 Jan 2004 02:46:03 +0000
parents b0092a714e2c
children 3e6aa262fe04
files templates/window.tmpl
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/templates/window.tmpl	Fri Jan 16 02:46:03 2004 +0000
+++ b/templates/window.tmpl	Fri Jan 16 02:46:03 2004 +0000
@@ -0,0 +1,30 @@
+Content-Type: <TMPL_VAR sys_content-type>
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<?xml version="1.0" encoding="<TMPL_VAR sys_charset>"?>
+<html>
+<head>
+<title><TMPL_VAR sys_header></title>
+<link rel="stylesheet" type="text/css" href="<TMPL_VAR sys_stylesheet>" />
+<meta http-equiv="Content-Type" content="text/html; charset=<TMPL_VAR sys_charset>" />
+<script type="text/javascript" src="<TMPL_VAR sys_javascript>"></script> ### Warning! <script ... /> will NOT display in IE (gotta love Microsoft)
+</head>
+<body>
+<table style="width: 775px;">
+<tr><td style="width: 175px;">
+<TMPL_VAR sys_menu>
+</td><td style="width: 600px;">
+<table class="main">
+<tr><td class="main">
+
+<TMPL_VAR sys_body>
+
+<br /><br /></td></tr>
+<TMPL_VAR sys_footer>
+</table>
+</td></tr>
+</table>
+</body>
+</html>
+