/data/layouts/default/Templates/base.html

http://github.com/jacksonh/manos · HTML · 104 lines · 41 code · 33 blank · 30 comment · 0 complexity · cd98dcc513a9a0fb3c89c0b7282afdd5 MD5 · raw file

  1. <!doctype html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- www.phpied.com/conditional-comments-block-downloads/ -->
  6. <!--[if IE]><![endif]-->
  7. <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
  8. Remove this if you use the .htaccess -->
  9. <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
  10. <title></title>
  11. <meta name="description" content="">
  12. <meta name="author" content="">
  13. <!-- Mobile Viewport Fix
  14. j.mp/mobileviewport & davidbcalhoun.com/2010/viewport-metatag
  15. device-width : Occupy full width of the screen in its current orientation
  16. initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
  17. maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width
  18. -->
  19. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
  20. <!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references -->
  21. <link rel="shortcut icon" href="Content/favicon.ico">
  22. <link rel="apple-touch-icon" href="Content/apple-touch-icon.png">
  23. <!-- CSS : implied media="all" -->
  24. <link rel="stylesheet" href="Content/css/style.css?v=1">
  25. <!-- For the less-enabled mobile browsers like Opera Mini -->
  26. <link rel="stylesheet" media="handheld" href="Content/css/handheld.css?v=1">
  27. <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
  28. <script src="Content/js/modernizr-1.5.min.js"></script>
  29. </head>
  30. <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
  31. <!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
  32. <!--[if IE 7 ]> <body class="ie7"> <![endif]-->
  33. <!--[if IE 8 ]> <body class="ie8"> <![endif]-->
  34. <!--[if IE 9 ]> <body class="ie9"> <![endif]-->
  35. <!--[if gt IE 9]> <body> <![endif]-->
  36. <!--[if !IE]><!--> <body> <!--<![endif]-->
  37. <div id="container">
  38. <header>
  39. </header>
  40. <div id="main">
  41. </div>
  42. <footer>
  43. </footer>
  44. </div> <!--! end of #container -->
  45. <!-- Javascript at the bottom for fast page loading -->
  46. <!-- Grab Google CDN's jQuery. fall back to local if necessary -->
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  48. <script>!window.jQuery && document.write('<script src="Content/js/jquery-1.4.2.min.js"><\/script>')</script>
  49. <script src="Content/js/plugins.js?v=1"></script>
  50. <script src="Content/js/script.js?v=1"></script>
  51. <!--[if lt IE 7 ]>
  52. <script src="Content/js/dd_belatedpng.js?v=1"></script>
  53. <![endif]-->
  54. <!-- yui profiler and profileviewer - remove for production -->
  55. <script src="Content/js/profiling/yahoo-profiling.min.js?v=1"></script>
  56. <script src="Content/js/profiling/config.js?v=1"></script>
  57. <!-- end profiling code -->
  58. <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
  59. change the UA-XXXXX-X to be your site's ID -->
  60. <script>
  61. var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
  62. (function(d, t) {
  63. var g = d.createElement(t),
  64. s = d.getElementsByTagName(t)[0];
  65. g.async = true;
  66. g.src = '//www.google-analytics.com/ga.js';
  67. s.parentNode.insertBefore(g, s);
  68. })(document, 'script');
  69. </script>
  70. </body>
  71. </html>