blob: 024f7df492a57df41d4b69c6a2c7d300a2628fd5 [file] [log] [blame]
Roman Nurikd9ca90b2012-03-06 12:25:34 -08001<!DOCTYPE html>
2<?cs include:"macros.cs" ?>
3<html lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>
7 Android Design<?cs if:page.title ?> - <?cs var:page.title ?><?cs /if ?>
8 </title>
9 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
10 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic">
11 <link rel="stylesheet" href="<?cs var:toroot ?>assets/yui-3.3.0-reset-min.css">
12 <link rel="stylesheet" href="<?cs var:toroot ?>assets/design/default.css">
13 <script src="<?cs var:toroot ?>assets/jquery-1.6.2.min.js"></script>
14 <script>var SITE_ROOT = '<?cs var:toroot ?>design';</script>
15 <script src="<?cs var:toroot ?>assets/design/default.js"></script>
16 </head>
17 <body itemscope itemtype="http://schema.org/Article">
18
19 <div id="page-container">
20
21 <div id="page-header" itemscope itemtype="http://schema.org/WPHeader"><a href="<?cs var:toroot ?>design/index.html">Android Design</a></div>
22
23 <div id="main-row">
24
25 <div id="nav-container" itemscope itemtype="http://schema.org/SiteNavigationElement">
26
27 <?cs call:design_nav() ?>
28
29 </div>
30
31 <div id="content">
32
33<?cs if:header.hide ?>
34<?cs else ?>
35<div class="layout-content-row content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
36 <div class="layout-content-col span-9">
37 <?cs if:header.justLinks ?>&nbsp;
38 <?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
39 <?cs else ?><h2><?cs var:page.title ?></h2>
40 <?cs /if ?>
41 </div>
42 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
43 <a href="#" class="prev-page-link">Previous</a>
44 <a href="#" class="next-page-link">Next</a>
45 </div>
46</div>
47<?cs /if ?>
48
49<?cs call:tag_list(root.descr) ?>
50
51<?cs if:footer.hide ?>
52<?cs else ?>
53<div class="layout-content-row content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
54 <div class="paging-links layout-content-col span-9">&nbsp;</div>
55 <div class="paging-links layout-content-col span-4">
56 <a href="#" class="prev-page-link">Previous</a>
57 <a href="#" class="next-page-link">Next</a>
58 </div>
59</div>
60<?cs /if ?>
61
62 </div>
63
64 </div>
65
66 <div id="page-footer" itemscope itemtype="http://schema.org/WPFooter">
67
68 <p id="copyright">
69 Except as noted, this content is licensed under
70 <a href="http://creativecommons.org/licenses/by/2.5/">
71 Creative Commons Attribution 2.5</a>.<br>
72 For details and restrictions, see the
73 <a href="http://developer.android.com/license.html">Content License</a>.
74 </p>
75
76 <p>
77 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
78 <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
79 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
80 </p>
81
82 </div>
83 </div>
84
85 <script type="text/javascript">
86 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
87 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
88 </script>
89 <script type="text/javascript">
90 var pageTracker = _gat._getTracker("UA-5831155-1");
91 pageTracker._trackPageview();
92 </script>
93 </body>
94</html>