PageRenderTime 34ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/stationary/couch/templates/layouts/main.tpl

http://zoop.googlecode.com/
Smarty Template | 61 lines | 41 code | 16 blank | 4 comment | 0 complexity | 5cab8c09f9bde947b00d072b0d266b52 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. {capture assign="contentOutput"}{include file=$TEMPLATE_CONTENT}{/capture}
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Language" content="English" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <BASE HREF="{$scriptUrl}">
  8. <script>
  9. var scriptUrl = '{$scriptUrl}';
  10. var virtualUrl = '{$scriptUrl}';
  11. var zoneUrl = '{$scriptUrl}';
  12. </script>
  13. <link rel="stylesheet" type="text/css" href="public/css/basic.css" media="screen" />
  14. </head>
  15. <body>
  16. <form action="{$virtualUrl}" name="main_form" method="post">
  17. <div id="wrap">
  18. <div id="header">
  19. <h1><a href="#">Site Title</a></h1>
  20. <h2>Site Sub-title</h2>
  21. </div>
  22. <div class="middle">
  23. <!-- Begin main content area -->
  24. { $contentOutput }
  25. <!-- End main content area -->
  26. </div>
  27. <div class="right">
  28. <h2>Navigation</h2>
  29. <ul>
  30. <li><a href="http://www.example.com/one">Menu Link One</a></li>
  31. <li><a href="http://www.example.com/two">Menu Link Two</a></li>
  32. <li><a href="http://www.example.com/three">Menu Link Three</a></li>
  33. </ul>
  34. </div>
  35. <div id="clear"></div>
  36. </div>
  37. <div id="footer">
  38. Built with <a target="_external" href="http://code.google.com/p/zoop">Zoop Framework</a>
  39. </div>
  40. </body>
  41. </html>
  42. {*
  43. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  44. "http://www.w3.org/TR/html4/strict.dtd">
  45. *}