Advertisement
tamouse

Tarksi PmWiki skin

Jul 4th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>$WikiTitle &raquo; $Titlespaced</title>
  5.   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <link rel="stylesheet" href="$SkinDirUrl/tarski.css" type="text/css" charset="utf-8" />
  7.   <link rel="stylesheet" href="$SkinDirUrl/color.php?scheme=$SkinScheme" type="text/css" charset="utf-8" />
  8. <!--[if IE]>
  9. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11.     <!--HTMLHeader-->  
  12. </head>
  13. <body>
  14. <header>
  15. <!--PageHeaderFmt-->
  16.   <div id="headerimage">
  17.     <img src="$SkinDirUrl/img/hdr/greytree.jpg" alt="Greytree" />
  18.   </div>
  19.   <a id="sitelogo" href='$ScriptUrl/'><img src='$PageLogoUrl' alt='$WikiTitle' border='0' /></a>
  20.   <h1 id="sitetitle"><a href="$ScriptUrl">$WikiTitle</a></h1>
  21.   <p id="sitetag">$WikiTag</p>
  22.   <div class="vspace clearboth"></div>
  23. <!--/PageHeaderFmt-->
  24. <!--PageTitleFmt-->
  25. <!--wiki:$Group.SiteHeader $SiteGroup.SiteHeader-->
  26. <!--/PageTitleFmt-->
  27. </header>
  28.  
  29. <aside>
  30. <!--PageLeftFmt-->
  31. <!--wiki:$Group.SideBar $SiteGroup.SideBar-->
  32. <!--/PageLeftFmt-->
  33. </aside>
  34. <article>
  35. <nav id="pageactions">
  36.     <!--PageActionsFmt-->
  37. <!--wiki:$Group.PageActions $SiteGroup.PageActions-->
  38. </nav>
  39. <section id="wikitext">
  40. <!--PageText-->
  41. </section>
  42.   <hr />
  43. <section id="pagefooter">
  44. <!--PageFooterFmt-->
  45. <!--wiki:$Group.PageFooter $SiteGroup.PageFooter-->
  46. <!--/PageFooterFmt-->
  47. </section>
  48. </article>
  49. <div class="vspace clearboth">&nbsp;</div>
  50. <footer>
  51. <!--wiki:$SiteGroup.SiteFooter-->
  52. <!--HTMLFooter-->
  53. </footer>
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement