JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
API CHANGE: change template varnames for messages
[wfpl.git] / metaform / template.html
index 6602896..3629541 100644 (file)
@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 
-<html>
+<html lang="en">
 <head>
        <meta charset="utf-8" />
-       <title><!--~~main_title show {~~-->~plural cap~<!--~~}~~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css"><!--~html_editor_headers {~--><!--~~extra_headers {~~-->
+       <title><!--~~$title show {~~-->~plural cap~<!--~~}~~--></title>
+       <link rel="stylesheet" href="style.css" type="text/css"><!--~html_editor_headers {~--><!--~~$head {~~-->
        <script type="text/javascript" src="code/ckeditor/ckeditor.js"></script>
        <script language="javascript" type="text/javascript">
                function make_wysiwyg(name) {
@@ -18,7 +18,7 @@
 </head>
 
 <body>
-<!--~~main_body show {~~--><!--~opt_display {~-->
+<!--~~$body show {~~--><!--~opt_display {~-->
        <!--~~display {~~-->
                <h2>~singular cap~ details</h2>
 
@@ -85,7 +85,7 @@
                                                <li>If you're pasting from Microsoft Word, please use the "paste from word" button (4 right of the scissors) instead of the normal paste.</li>
                                        </ul>
                                </div>
-                               <div class="field"><textarea class="html_editor" rows="20" cols="50" id="content" name="~name~">~~~name~ html~~</textarea><script type="text/javascript">make_wysiwyg('~name~');</script></div><!--~}~--><!--~pulldown {~-->
+                               <div class="field"><textarea class="html_editor" rows="20" cols="50" name="~name~">~~~name~ html~~</textarea><script type="text/javascript">make_wysiwyg('~name~');</script></div><!--~}~--><!--~pulldown {~-->
                        <div class="caption">~caption html~</div>
                        <div class="field"><select name="~name~"><option value="">Choose One:</option><!--~~~name~ options~~--></select></div><!--~}~--><!--~states {~-->
                        <div class="caption">~caption html~</div>