JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / template.html
index b996076..442685d 100644 (file)
@@ -2,23 +2,25 @@
 <html lang="en">
 <head>
        <title>~$title html~~$cms_title html~</title>
-       <!--~meta_description nonempty {~--><meta name="description" content="~meta_description attr~" /><!--~}~-->
-       <!--~meta_keywords nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->
        <!--[if lt IE 9]>
                ~$running_locally {~<script src="/javascript/html5.js"></script>~}~
                ~$running_locally unset {~<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>~}~
        <![endif]-->
-       <link rel="stylesheet~$running_locally {~/less~}~" href="style_01.~$running_locally {~less~}~~$running_locally unset {~css~}~" /><!--~$running_locally {~--><script>less = {env:'development'};</script><script src="/javascript/less/less.min.js"></script><!--~}~-->
+       <link rel="stylesheet" href="style.css?m=~style.css mtime~" />
+       <!--~$meta_description nonempty {~--><meta name="description" content="~$meta_description attr~" /><!--~}~-->
+       <!--~$meta_keywords nonempty {~--><meta name="keywords" content="~$meta_keywords attr~" /><!--~}~-->
        <!--~$head~-->
 </head>
 
-<body>
+<body id="~$basename~_body" class="real_body_tag">
        <div id="centerer">
                <header>
                        header image here
                </header>
-               <nav><!--~$navbar_items {~-->
-                       <h3><a href="~filename~">~title html~</a></h3><!--~}~-->
+               <nav id="site-nav">
+                       <ul><!--~$navbar_items {~-->
+                               <li><a href="~filename~">~title html~</a></li><!--~}~-->
+                       </ul>
                </nav>
 
                <div id="main-body">
@@ -28,7 +30,7 @@
                        <!--~$messages once_if {~-->
                                <div id="wfpl_messages">
                                        <!--~$messages {~-->
-                                               <p>~message html~</p>
+                                               <p>~message htmlbrtab~</p>
                                                <!--~ sep {~-->
                                                        <hr>
                                                <!--~}~-->