pmwiki.tmpl 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html>
  5. <head>
  6. <title>$WikiTitle | {$Group} / {$Title} $ActionTitle</title>
  7. <meta http-equiv='Content-Style-Type' content='text/css' />
  8. <link rel='stylesheet' href='$SkinDirUrl/pmwiki.css' type='text/css' />
  9. <!--HTMLHeader-->
  10. </head>
  11. <body>
  12. <!--PageHeaderFmt-->
  13. <div id='wikilogo'><a href='{$ScriptUrl}'><img src='$PageLogoUrl'
  14. alt='$WikiTitle' border='0' /></a></div>
  15. <div id='wikihead'>
  16. <form action='{$ScriptUrl}'>
  17. <span class='headnav'><a href='{$ScriptUrl}/$[{$Group}/RecentChanges]'
  18. accesskey='$[ak_recentchanges]'>$[Recent Changes]</a> -</span>
  19. <input type='hidden' name='n' value='{$FullName}' />
  20. <input type='hidden' name='action' value='search' />
  21. <a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a>:
  22. <input type='text' name='q' value='' class='inputbox searchbox' />
  23. <input type='submit' class='inputbutton searchbutton'
  24. value='$[Go]' /></form></div>
  25. <!--/PageHeaderFmt-->
  26. <table id='wikimid' width='100%' cellspacing='0' cellpadding='0'><tr>
  27. <!--PageLeftFmt-->
  28. <td id='wikileft' valign='top'>
  29. <!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar--></td>
  30. <!--/PageLeftFmt-->
  31. <td id='wikibody' valign='top'>
  32. <!--PageActionFmt-->
  33. <div id='wikicmds'><!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions--></div>
  34. <!--PageTitleFmt-->
  35. <div id='wikititle'>
  36. <div class='pagegroup'><a href='{$ScriptUrl}/{$Group}'>{$Group}</a> /</div>
  37. <h1 class='pagetitle'>{$Title}</h1></div>
  38. <!--PageText-->
  39. </td>
  40. </tr></table>
  41. <!--PageFooterFmt-->
  42. <div id='wikifoot'>
  43. <div class='footnav'>
  44. <a rel="nofollow" href='{$PageUrl}?action=edit'>$[Edit]</a> -
  45. <a rel="nofollow" href='{$PageUrl}?action=diff'>$[History]</a> -
  46. <a rel="nofollow" href='{$PageUrl}?action=print' target='_blank'>$[Print]</a> -
  47. <a href='{$ScriptUrl}/$[{$Group}/RecentChanges]'>$[Recent Changes]</a> -
  48. <a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a></div>
  49. <div class='lastmod'>$[Page last modified on {$LastModified}]</div></div>
  50. <!--HTMLFooter-->
  51. </body>
  52. </html>