layout.html.erb 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang='en'>
  3. <head>
  4. <meta http-equiv='Content-Type' content='text/html;charset=utf-8'>
  5. <title>Rack::Cache <%= title %></title>
  6. <link rel='stylesheet' href='rack-cache.css' type='text/css' media='all'>
  7. <script type='text/javascript' src='http://code.jquery.com/jquery-1.2.3.js'></script>
  8. <script type='text/javascript' src='http://tomayko.com/js/tomayko.js'></script>
  9. </head>
  10. <body>
  11. <div id='container'>
  12. <div id='header'>
  13. <h1><a href="./">rack-cache</a></h1>
  14. <p>
  15. <a href="./configuration" title='Configuration Language Documentation'>Config</a> |
  16. <a href="./storage" title='Cache Storage Documentation'>Storage</a> |
  17. <a href="http://tomayko.com/writings/things-caches-do" title="Things Caches Do">Things</a> |
  18. <a href="./faq" title='Frequently Asked Questions'>FAQ</a> |
  19. <a href="./api/" title='Fucking Sucks.'>RDoc</a>
  20. </p>
  21. </div>
  22. <div id='content'><%= content %></div>
  23. <div id='footer'>
  24. <p class='rights'>
  25. Copyright
  26. <a href="./license" rel="license">&copy;</a>
  27. 2003-2008
  28. by
  29. <a href='http://tomayko.com/about' rel='me author'>Ryan Tomayko</a>
  30. </p>
  31. </div>
  32. </div>
  33. </body>
  34. </html>