template_slidy.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="Content-Style-Type" content="text/css" />
  8. <meta name="generator" content="pandoc" />
  9. $for(author-meta)$
  10. <meta name="author" content="$author-meta$" />
  11. $endfor$
  12. $if(date-meta)$
  13. <meta name="date" content="$date-meta$" />
  14. $endif$
  15. <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
  16. <style type="text/css">code{white-space: pre;}</style>
  17. $if(highlighting-css)$
  18. <style type="text/css">
  19. $highlighting-css$
  20. </style>
  21. $endif$
  22. $for(css)$
  23. <link rel="stylesheet" type="text/css" media="screen, projection, print" href="$css$" />
  24. $endfor$
  25. $if(math)$
  26. $math$
  27. $endif$
  28. $for(header-includes)$
  29. $header-includes$
  30. $endfor$
  31. <!-- <script src="$slidy-url$/scripts/slidy.js" -->
  32. <link rel="stylesheet" type="text/css" media="screen, projection, print" href="../slidy.css" />
  33. <script src="../slidy.js" charset="utf-8" type="text/javascript"></script>
  34. $if(duration)$
  35. <meta name="duration" content="$duration$" />
  36. $endif$
  37. </head>
  38. <body>
  39. $for(include-before)$
  40. $include-before$
  41. $endfor$
  42. $if(title)$
  43. <div class="slide titlepage">
  44. <h1 class="title">$title$</h1>
  45. $if(subtitle)$
  46. <h1 class="subtitle">$subtitle$</h1>
  47. $endif$
  48. <p class="author">
  49. $for(author)$$author$$sep$<br/>$endfor$
  50. </p>
  51. $if(date)$
  52. <p class="date">$date$</p>
  53. $endif$
  54. </div>
  55. <div class="slide" >
  56. <h1> Table des matières </h1>
  57. <ul id="toctoc">
  58. </ul>
  59. </div>
  60. $endif$
  61. $body$
  62. $for(include-after)$
  63. $include-after$
  64. $endfor$
  65. </body>
  66. </html>