Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / site.html
1 {{- This is the template for every page on the site.
2   - |platform|      The platform.
3   - |platformTitle| The title of the platform ("Extensions" or "Apps").
4   - |content|       The main content of the page.
5   -}}
6 <!DOCTYPE html>
7 <html>
8   <head>
9     <meta charset="utf-8" />
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
12     <meta name="HandheldFriendly" content="True">
13     <meta name="MobileOptimized" content="320">
14     <meta name="viewport" content="width=device-width, initial-scale=1.0">
15     <meta http-equiv="cleartype" content="on">
16     <link type="image/ico" rel="icon" href="//www.google.com/images/icons/product/chrome-32.png">
17
18     <link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css">
19     <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="print">
20     <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
21     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
22
23 <script>
24   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
25   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
26   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
27   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
28
29   ga('create', 'UA-41980257-1');
30   ga('send', 'pageview');
31
32 </script>
33
34     <title>$(title) - Google Chrome</title>
35   </head>
36
37   <body>
38     <div id="gc-container">
39     <a href="#gc-pagecontent" class="element-invisible element-focusable">Skip to main content</a>
40
41     <header id="topnav" role="banner">
42       <div id="logo">
43         <a href="{{base_path}}">
44           <img alt="Chrome: developer" src="{{static}}/images/chrome-logo_2x.png">
45         </a>
46         <span class="collase-icon"><!-- <img src="/static/images/burger-icon.png" class="collase-icon">--></span>
47       </div>
48       {{+partials.fatnav items:sidenavs.top/}}
49     </header>
50
51     <main id="gc-pagecontent" role="main">
52
53 {{- This is unindented because it may contain whitespace-sensitive tags. -}}
54 {{+content /}}
55     </main>
56
57     <footer id="gc-footer" role="contentinfo" class="span-full">
58       <div class="g-section g-tpl-50-50">
59         <div class="g-unit g-first">
60           <nav class="links">
61             <a href="https://www.google.com/">Google</a><a href="https://developers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/intl/en/privacy/">Privacy Policy</a><a href="" data-feedback>Report a bug</a>
62           </nav>
63         </div>
64         <div class="g-unit g-last">
65           <div id="social-buttons">
66             <div data-size="small" data-href="http://www.google.com/chrome" data-annotation="bubble" class="g-plusone"></div>
67             <a rel="publisher" target="_blank" href="https://plus.google.com/+GoogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">Add us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.com/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" alt=""></a>
68           </div>
69         </div>
70       </div>
71     </footer>
72
73   </div>
74
75     <script src="{{static}}/js/fatnav.js"></script>
76     <script src="{{static}}/js/article.js"></script>
77     <script src="{{static}}/js/prettify.js"></script>
78     <script src="{{static}}/js/search.js"></script>
79     <script src="//www.gstatic.com/feedback/api.js"></script>
80     <script src="{{static}}/js/site.js"></script>
81   </body>
82 </html>