]> ruin.nu Git - ndwebbie.git/blobdiff - templates/skel.tmpl
global_vars and <TMPL_VAR NAME=PAGE> instead of hardcoded page values
[ndwebbie.git] / templates / skel.tmpl
index f95f672bf89f50e0b864b77612a8c6ddfb2793d4..c554c28a72710cb0c4a5ff3d1a46e50d3804c205 100644 (file)
@@ -6,6 +6,7 @@
        <title>NewDawn: <TMPL_VAR NAME=TITLE></title>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
        <link rel="stylesheet" type="text/css" href="nd.css"/>
+       <script type="text/javascript" src="raid.js"></script>
        <TMPL_VAR NAME=HEADER>
 </head>
 <body>
@@ -30,8 +31,8 @@
                <ul class="linkbar">
                        <li><form action="index.pl" method="post"><p>
                                <input type="hidden" name="page" value="check"/>
-                               <input class="coord" type="text" name="coords" value="<TMPL_VAR NAME=Coords>"/>
-                               <input class="coord" type="submit" value="Check"/>
+                               <input class="coordsinput" type="text" name="coords" value="<TMPL_VAR NAME=Coords>"/>
+                               <input class="coordsbutton" type="submit" value="Check"/>
                                </p></form></li>
                        <li><a href="index.pl?page=raids">Web raids</a></li>
                </ul>