summaryrefslogtreecommitdiff
path: root/misc.tmpl
blob: 65612a62e111f67e63bfed2dfc89dfb8b577c635 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <base href="<TMPL_VAR BASEURL>" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title><TMPL_VAR TITLE></title>
  8. <link rel="stylesheet" href="<TMPL_VAR BASEURL>nn4.css" type="text/css" media="screen" />
  9. <!--link before import prevents Flash Of Unstyled Content in ie6pc -->
  10. <style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>real.css");</style>
  11. <!-- import with quotes and brackets hides css from:
  12. Netscape 4.x
  13. Win IE 3
  14. Win IE 4
  15. Mac IE 4.01
  16. Mac IE 4.5
  17. Konqueror 2.1.2
  18. Win Amaya 5.1
  19. isn't that nice to know? -->
  20. <!-- Source of above: http://www.thenoodleincident.com/tutorials/typography/ -->
  21. <style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>style.css");</style>
  22. <style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>local.css");</style>
  23. <TMPL_IF NAME="FAVICON">
  24. <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
  25. </TMPL_IF>
  26. </head>
  27. <body>
  28. <div class="header">
  29. <span>
  30. <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
  31. </span>
  32. </div>
  33. <div id="content">
  34. <TMPL_VAR PAGEBODY>
  35. </div>
  36. <div id="footer">
  37. <!-- from <TMPL_VAR NAME=WIKINAME> -->
  38. </div>
  39. </body>
  40. </html>