/priv/sites/zotonic_status/templates/base.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 78 lines · 61 code · 17 blank · 0 comment · 3 complexity · 64a89604504428d7545a7bf414b0aefe MD5 · raw file

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  5. <meta name="robots" content="noindex" />
  6. <title>{% block title %}Sites Dashboard{% endblock %} &mdash; Zotonic</title>
  7. <link rel="icon" href="/favicon.ico" type="image/x-icon" />
  8. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  9. {% lib
  10. "css/zp-compressed.css"
  11. "css/zp-project.css"
  12. "css/zp-growl.css"
  13. "css/jquery.loadmask.css"
  14. %}
  15. <!--[if IE]>
  16. {% lib "css/zp-ie.css" %}
  17. <![endif]-->
  18. <!-- Make ie understand html5 -->
  19. {% lib "js/modules/cufon.js"
  20. "js/apps/modernizr.js"
  21. %}
  22. {% block html_head_extra %}{% endblock %}
  23. </head>
  24. <body class="{% block page_class %}{% endblock %}">
  25. <section class="skip">
  26. <a href="#content-area" title="Go directly to page content">Go to page content</a>
  27. </section>
  28. <section class="zp-wrapper">
  29. <header class="clearfix">
  30. <figure id="logo" class="left">
  31. <a href="/" title="Home"><img src="/lib/images/logo.jpg" alt="Zotonic &mdash; Simple stuff that works" /></a>
  32. </figure>
  33. <nav class="right">
  34. <ul id="navigation" class="list">
  35. {% include "_menu.tpl" %}
  36. </ul>
  37. </nav>
  38. </header>
  39. {% block banner %}{% endblock %}
  40. <!--[if lte IE 6]>
  41. <div id="ie6-upgrade" class="notification notice">
  42. <h4>Warning</h4>
  43. Your version of Internet Explorer is extremely <strong>out of date</strong> and has known <strong>security issues!</strong><br />
  44. To have the best experience using this website and to protect your computer you can correct this by installing <a href="http://www.opera.com">Opera</a>, <a href="http://mozilla.com">FireFox</a>, <a href="http://www.apple.com/safari/download/">Safari</a> or a higher version <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a>.
  45. </div>
  46. <![endif]-->
  47. <section id="content-area" class="clear clearfix">
  48. {% block content_area %}
  49. {% block content %}{% endblock %}
  50. {% block sidebar %}{% endblock %}
  51. {% endblock %}
  52. </section>
  53. <div class="push"><!-- push down --></div>
  54. </section>
  55. <footer>
  56. {% include "_footer.tpl" %}
  57. </footer>
  58. {% include "_js_include.tpl" %}
  59. <script type="text/javascript">Cufon.now();</script>
  60. </body>
  61. </html>