template_slidy.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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"
  24. href="$css$" />
  25. $endfor$
  26. $if(math)$
  27. $math$
  28. $endif$
  29. $for(header-includes)$
  30. $header-includes$
  31. $endfor$
  32. <!-- <script src="$slidy-url$/scripts/slidy.js" -->
  33. <link rel="stylesheet" type="text/css" media="screen, projection, print"
  34. href="slidy.css" />
  35. <script src="slidy.js"
  36. charset="utf-8" type="text/javascript"></script>
  37. $if(duration)$
  38. <meta name="duration" content="$duration$" />
  39. $endif$
  40. </head>
  41. <body>
  42. $for(include-before)$
  43. $include-before$
  44. $endfor$
  45. $if(title)$
  46. <div class="slide titlepage">
  47. <h1 class="title">$title$</h1>
  48. $if(subtitle)$
  49. <h1 class="subtitle">$subtitle$</h1>
  50. $endif$
  51. <p class="author">
  52. $for(author)$$author$$sep$<br/>$endfor$
  53. </p>
  54. $if(date)$
  55. <p class="date">$date$</p>
  56. $endif$
  57. </div>
  58. <div class="slide" >
  59. <h1> Table des matières </h1>
  60. <ul id="toctoc">
  61. </ul>
  62. </div>
  63. $endif$
  64. $body$
  65. $for(include-after)$
  66. $include-after$
  67. $endfor$
  68. </body>
  69. </html>