PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/templates/slidy.xhtml

http://txt2tags.googlecode.com/
JavaServer Faces | 27 lines | 23 code | 4 blank | 0 comment | 0 complexity | 50953e44058a949a3bbe553d1d0490b4 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
  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" lang="en" xml:lang="en">
  5. <head>
  6. <title>Slide Shows in XHTML</title>
  7. <meta name="copyright"
  8. content="Copyright &#169; 2005 your copyright notice" />
  9. <link rel="stylesheet" type="text/css" media="screen, projection, print" href="slidy_t2t.css" />
  10. <!--<link rel="stylesheet" href="http://www.w3.org/Talks/Tools/Slidy2/styles/w3c-blue.css" type="text/css" />-->
  11. <script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz" charset="utf-8" type="text/javascript"></script>
  12. <script src="slidy.js" charset="utf-8" type="text/javascript"></script>
  13. <style type="text/css">
  14. <!-- your custom style rules -->
  15. </style>
  16. </head>
  17. <body>
  18. <div class="background"><a href="http://www.txt2tags.org/"><img
  19. alt="txt2tags logo" id="head-logo-fallback"
  20. src="t2tgems.png" align="right"/></a>
  21. %(BODY)s
  22. </body>
  23. </html>