Lines Matching refs:cs
1 <?cs def:custom_masthead() ?>
2 <?cs if:preview ?>
3 <?cs call:preview_masthead() ?>
4 <?cs else ?>
52 <?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
55 <div id="header"><?cs call:butter_bar() ?>
58 <a href="<?cs var:toroot ?>index.html">
59 <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
60 srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
70 <a href="<?cs var:toroot ?>design/index.html"
78 <li class="develop"><a href="<?cs var:toroot ?>develop/index.html"
86 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
87 if:android.whichdoc == "offline" ?>googleplay/<?cs /if ?>index.html"
98 <?cs # ADD SEARCH AND MENU ?>
99 <?cs call:header_search_widget() ?>
107 <li><a href="<?cs var:toroot ?>about/index.html">About</a></li>
108 <li><a href="<?cs var:toroot ?>wear/index.html">Wear</a></li>
109 <li><a href="<?cs var:toroot ?>tv/index.html">TV</a></li>
110 <li><a href="<?cs var:toroot ?>auto/index.html">Auto</a></li>
115 <li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>
116 <li><a href="<?cs var:toroot ?>design/devices.html">Devices</a></li>
117 <li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li>
118 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
119 <li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li>
120 <li><a href="<?cs var:toroot ?>design/downloads/index.html">Downloads</a></li>
121 <li><a href="<?cs var:toroot ?>design/videos/index.html">Videos</a></li>
126 <li><a href="<?cs var:toroot ?>training/index.html"
134 <li><a href="<?cs var:toroot ?>guide/index.html"
142 <li><a href="<?cs var:toroot ?>reference/packages.html"
150 <li><a href="<?cs var:toroot ?>sdk/index.html"
159 <li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
161 <?cs if:android.hasSamples ?>
162 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a>
164 <?cs /if ?>
169 <li><a href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
170 <li><a href="<?cs var:toroot ?>distribute/essentials/index.html">Essentials</a></li>
171 <li><a href="<?cs var:toroot ?>distribute/users/index.html">Get Users</a></li>
172 <li><a href="<?cs var:toroot ?>distribute/engage/index.html">Engage & Retain</a></li>
173 <li><a href="<?cs var:toroot ?>distribute/monetize/index.html">Monetize</a></li>
174 <li><a href="<?cs var:toroot ?>distribute/analyze/index.html">Analyze</a></li>
175 <li><a href="<?cs var:toroot ?>distribute/tools/index.html">Tools & Reference</a></li>
176 <li><a href="<?cs var:toroot ?>distribute/stories/index.html">Developer Stories</a></li>
184 <?cs if:about || wear || tv || auto ?>
189 <li class="about"><a href="<?cs var:toroot ?>about/index.html"
191 <li class="wear"><a href="<?cs var:toroot ?>wear/index.html"
193 <li class="tv"><a href="<?cs var:toroot ?>tv/index.html"
195 <li class="auto"><a href="<?cs var:toroot ?>auto/index.html"
204 <?cs elif:training || guide || reference || tools || develop || google || samples ?>
209 <?cs if:reference ?>
210 <?cs # HIDE HELPOUTS RECRUIT BANNER
224 <?cs /if ?>
227 <li class="training"><a href="<?cs var:toroot ?>training/index.html"
235 <li class="guide"><a href="<?cs var:toroot ?>guide/index.html"
243 <li class="reference"><a href="<?cs var:toroot ?>reference/packages.html"
251 <li class="tools"><a href="<?cs var:toroot ?>sdk/index.html"
259 <li class="google"><a href="<?cs var:toroot ?>google/index.html"
262 <?cs if:android.hasSamples ?>
263 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html"
266 <?cs /if ?>
272 <?cs elif:distribute || googleplay || essentials || users || engage || monetize || analyze || disttools || stories ?>
277 <li class="googleplay"><a href="<?cs var:toroot ?>distribute/googleplay/index.html"
279 <li class="essentials"><a href="<?cs var:toroot ?>distribute/essentials/index.html"
281 <li class="users"><a href="<?cs var:toroot ?>distribute/users/index.html"
283 <li class="engage"><a href="<?cs var:toroot ?>distribute/engage/index.html"
285 <li class="monetize"><a href="<?cs var:toroot ?>distribute/monetize/index.html"
288 <li class="analyze"><a href="<?cs var:toroot ?>distribute/analyze/index.html"
291 <li class="disttools"><a href="<?cs var:toroot ?>distribute/tools/index.html"
294 <li class="stories"><a href="<?cs var:toroot ?>distribute/stories/index.html"
302 <?cs /if ?>
315 <?cs # More <li> elements added here with javascript ?>
316 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
322 <?cs /if ?><?cs # end if/else !devsite ?>
323 <?cs /if ?><?cs # end if/else preview ?><?cs
326 <?cs def:preview_masthead() ?>
332 <div id="header"><?cs call:butter_bar() ?>
335 <a href="<?cs var:toroot ?>preview/index.html">
336 <img src="<?cs var:toroot ?>assets/images/android.png" height="25" alt="Android"
343 <?cs # ADD SEARCH AND MENU ?>
344 <?cs call:header_search_widget() ?>
361 <?cs # More <li> elements added here with javascript ?>
362 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
368 <?cs
372 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
373 <?cs def:butter_bar() ?>
375 <?cs # HIDE THE BUTTER BAR
388 <?cs /def ?>