blob: c5f03ffbeff8f16a0475803922ffa84bf654a188 [file] [log] [blame]
Robert Lya4d2d0e2013-04-09 11:26:12 -07001<!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 class="gc-documentation
18 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
19 elif:design ?>design<?cs
20 elif:distribute ?>distribute<?cs
21 /if ?>" itemscope itemtype="http://schema.org/Article">
22 <a name="top"></a>
23
24 <div id="page-container">
25
26 <div id="page-header" itemscope itemtype="http://schema.org/WPHeader"><a href="<?cs var:toroot ?>design/index.html">Android Design</a></div>
27
28 <div id="main-row">
29
30 <div id="nav-container" itemscope itemtype="http://schema.org/SiteNavigationElement">
31
32 <?cs call:design_nav() ?>
33
34 </div>
35
36 <div id="content">
37
38<?cs if:header.hide ?>
39<?cs else ?>
40<div class="layout-content-row content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
41 <div class="layout-content-col span-9">
42 <?cs if:header.justLinks ?>&nbsp;
43 <?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
44 <?cs else ?><h2><?cs var:page.title ?></h2>
45 <?cs /if ?>
46 </div>
47 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
48 <a href="#" class="prev-page-link">Previous</a>
49 <a href="#" class="next-page-link">Next</a>
50 </div>
51</div>
52<?cs /if ?>
53
54<?cs call:tag_list(root.descr) ?>
55
56<?cs if:footer.hide ?>
57<?cs else ?>
58<div class="layout-content-row content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
59 <div class="paging-links layout-content-col span-9">&nbsp;</div>
60 <div class="paging-links layout-content-col span-4">
61 <a href="#" class="prev-page-link">Previous</a>
62 <a href="#" class="next-page-link">Next</a>
63 </div>
64</div>
65<?cs /if ?>
66
67 </div>
68
69 </div>
70
71 <div id="page-footer" itemscope itemtype="http://schema.org/WPFooter">
72
73 <p id="copyright">
74 Except as noted, this content is licensed under
75 <a href="http://creativecommons.org/licenses/by/2.5/">
76 Creative Commons Attribution 2.5</a>.<br>
77 For details and restrictions, see the
78 <a href="http://developer.android.com/license.html">Content License</a>.
79 </p>
80
81 <p>
82 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
83 <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
84 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
85 </p>
86
87 </div>
88 </div>
Robert Lya4d2d0e2013-04-09 11:26:12 -070089 </body>
90</html>