aboutsummaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-sdk/header.cs
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2016-08-31 11:30:02 -0700
committersmain@google.com <smain@google.com>2016-08-31 11:30:02 -0700
commit4f3a05a2c6bc26a1747d143ae0f69eac05936c61 (patch)
tree196b09826c968bfb07619443ec5a5e05c4884b02 /tools/droiddoc/templates-sdk/header.cs
parent6d00e69c3ff9329c09f71e45370ad0bf581a668d (diff)
downloadplatform_build-4f3a05a2c6bc26a1747d143ae0f69eac05936c61.tar.gz
platform_build-4f3a05a2c6bc26a1747d143ae0f69eac05936c61.tar.bz2
platform_build-4f3a05a2c6bc26a1747d143ae0f69eac05936c61.zip
Merge all of templates-sdk-dev into templates-sdk.
I actually just deleted templates-sdk/ then made a copy of templates-sdk-dev/ and then renamed it to templates-sdk/. So this is a clean copy. Once this goes through cleanly, I'll delete templates-sdk-dev/ and update all doc targets to use templates-sdk/. Change-Id: I276695969e02fcf718370564e84b077a9d43725e
Diffstat (limited to 'tools/droiddoc/templates-sdk/header.cs')
-rw-r--r--tools/droiddoc/templates-sdk/header.cs12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-sdk/header.cs b/tools/droiddoc/templates-sdk/header.cs
index e8301bed93..a9273937f3 100644
--- a/tools/droiddoc/templates-sdk/header.cs
+++ b/tools/droiddoc/templates-sdk/header.cs
@@ -1,3 +1,11 @@
-<?cs call:custom_masthead() ?>
-<?cs call:custom_left_nav() ?>
+<?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
+ <?cs call:custom_masthead() ?>
+ <?cs if:(fullpage) ?>
+ <?cs call:fullpage() ?>
+ <?cs else ?>
+ <?cs call:body_content_wrap_start() ?>
+ <?cs /if ?>
+
+ <?cs call:search_results() ?>
+<?cs /if ?><?cs # end if/else !devsite ?> \ No newline at end of file