Papyrus skin for PmWiki.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" $HTMLTagAttr>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  5. <title>$WikiTitle | {$Group} / {$Title} $ActionTitle</title>
  6. <!--HTMLHeader-->
  7. </head>
  8. <body>
  9. <div id="main">
  10. <!--PageTitleFmt-->
  11. <div id="pageTitle">
  12. <span class='title-group'><a href='{$ScriptUrl}/{$Group}'>{$Group}</a> / </span>{$Title}
  13. </div>
  14. <!--/PageTitleFmt-->
  15. <!--PageText-->
  16. <!--PageFooterFmt-->
  17. <div id="footer">
  18. <div class='page-actions'>
  19. <a rel="nofollow" href="$PageUrl">$[View]</a>&nbsp;
  20. <a rel="nofollow" href='{$PageUrl}?action=edit'>$[Edit]</a>&nbsp;
  21. <a rel="nofollow" href='{$PageUrl}?action=attr'>$[Attributes]</a>&nbsp;
  22. <a rel="nofollow" href='{$PageUrl}?action=diff'>$[History]</a>&nbsp;
  23. <a rel="nofollow" href='{$PageUrl}?action=upload'>$[Attach]</a>&nbsp;
  24. <a rel="nofollow" href='{$PageUrl}?action=print' target='_blank'>$[Print]</a>&nbsp;
  25. <a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a>
  26. </div>
  27. <div class="last-modified">
  28. $[Page last modified on {$LastModified}]
  29. </div>
  30. </div>
  31. <!--/PageFooterFmt-->
  32. </div>
  33. <!--PageRightFmt-->
  34. <div id="sidebar">
  35. <!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar-->
  36. <form id="sideSearch" name='searchform' action='{$ScriptUrl}/$[{$SiteGroup}/Search]'>
  37. <input type='hidden' name='pagename' value='$[{$SiteGroup}/Search]'/>
  38. <input class='searchbox' type='text' name='q' value=''/>
  39. <input class='searchbutton' type='submit' value='$[Search]'/>
  40. </form>
  41. </div>
  42. <!--/PageRightFmt-->
  43. <!--PageHeaderFmt-->
  44. <div id="header">
  45. <div id="pageLogo">
  46. <a href='{$ScriptUrl}'><img src='$PageLogoUrl' alt='$WikiTitle' title='$WikiTitle' /></a>
  47. </div>
  48. <!--PageActionFmt-->
  49. <div id="pageActions">
  50. <!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions-->
  51. </div>
  52. <!--/PageActionFmt-->
  53. </div>
  54. <!--/PageHeaderFmt-->
  55. <!--HTMLFooter-->
  56. </body>
  57. </html>