Lines Matching refs:cs
1 <?cs def:custom_masthead() ?>
2 <?cs if:wear ?>
3 <?cs call:wear_masthead() ?>
4 <?cs else ?>
6 <?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
12 <a href="<?cs var:toroot ?>index.html">
13 <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
14 srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
24 <a href="<?cs var:toroot ?>design/index.html"
32 <li class="develop"><a href="<?cs var:toroot ?>develop/index.html"
40 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
41 if:android.whichdoc == "offline" ?>googleplay/<?cs /if ?>index.html"
52 <?cs # ADD SEARCH AND MENU ?>
53 <?cs call:header_search_widget() ?>
61 <li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>
62 <li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li>
63 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
64 <li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li>
65 <li><a href="<?cs var:toroot ?>design/downloads/index.html">Downloads</a></li>
66 <li><a href="<?cs var:toroot ?>design/videos/index.html">Videos</a></li>
71 <li><a href="<?cs var:toroot ?>training/index.html"
79 <li><a href="<?cs var:toroot ?>guide/index.html"
87 <li><a href="<?cs var:toroot ?>reference/packages.html"
95 <li><a href="<?cs var:toroot ?>tools/index.html"
103 <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the SDK</a></li></ul>
105 <li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
107 <?cs if:android.hasSamples ?>
108 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a>
110 <?cs /if ?>
115 <li><a href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
116 <li><a href="<?cs var:toroot ?>distribute/essentials/index.html">Essentials</a></li>
117 <li><a href="<?cs var:toroot ?>distribute/users/index.html">Get Users</a></li>
118 <li><a href="<?cs var:toroot ?>distribute/engage/index.html">Engage & Retain</a></li>
119 <li><a href="<?cs var:toroot ?>distribute/monetize/index.html">Monetize</a></li>
120 <li><a href="<?cs var:toroot ?>distribute/tools/index.html">Tools & Reference</a></li>
121 <li><a href="<?cs var:toroot ?>distribute/stories/index.html">Developer Stories</a></li>
129 <?cs if:training || guide || reference || tools || develop || google || samples ?>
134 <li class="training"><a href="<?cs var:toroot ?>training/index.html"
142 <li class="guide"><a href="<?cs var:toroot ?>guide/index.html"
150 <li class="reference"><a href="<?cs var:toroot ?>reference/packages.html"
158 <li class="tools"><a href="<?cs var:toroot ?>tools/index.html"
166 <li class="google"><a href="<?cs var:toroot ?>google/index.html"
169 <?cs if:android.hasSamples ?>
170 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html"
173 <?cs /if ?>
179 <?cs elif:distribute || googleplay || essentials || users || engage || monetize || disttools || stories ?>
184 <li class="googleplay"><a href="<?cs var:toroot ?>distribute/googleplay/index.html"
186 <li class="essentials"><a href="<?cs var:toroot ?>distribute/essentials/index.html"
188 <li class="users"><a href="<?cs var:toroot ?>distribute/users/index.html"
190 <li class="engage"><a href="<?cs var:toroot ?>distribute/engage/index.html"
192 <li class="monetize"><a href="<?cs var:toroot ?>distribute/monetize/index.html"
195 <li class="disttools"><a href="<?cs var:toroot ?>distribute/tools/index.html"
198 <li class="stories"><a href="<?cs var:toroot ?>distribute/stories/index.html"
205 <?cs /if ?>
218 <?cs # More <li> elements added here with javascript ?>
219 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
225 <?cs /if ?><?cs # end if/else !devsite ?>
226 <?cs /if ?><?cs # end if/else wear ?><?cs
229 <?cs def:wear_masthead() ?>
237 <a href="<?cs var:toroot ?>wear/index.html">
238 <img src="<?cs var:toroot ?>wear/images/android-wear.png" height="16" alt="Android Wear" />
244 <?cs # ADD SEARCH AND MENU ?>
245 <?cs call:header_search_widget() ?>
262 <?cs # More <li> elements added here with javascript ?>
263 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
269 <?cs