diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-05-04 14:37:05 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2015-05-04 14:37:05 -0700 |
commit | ff233cc92e379d501d8b256ba9a015827d77e012 (patch) | |
tree | 840c92fb09c1d5062ec58b8c56498b57a7cc5b4b /tools/droiddoc/templates-sdk-dev/footer.cs | |
parent | fa6ee37fae42ef08ebcb63dcaf8122f0f6f5311a (diff) | |
download | build-ff233cc92e379d501d8b256ba9a015827d77e012.zip build-ff233cc92e379d501d8b256ba9a015827d77e012.tar.gz build-ff233cc92e379d501d8b256ba9a015827d77e012.tar.bz2 |
Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
Change-Id: I5a94aaa8ba375010191a12f210954c22395fed40
Diffstat (limited to 'tools/droiddoc/templates-sdk-dev/footer.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk-dev/footer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sdk-dev/footer.cs b/tools/droiddoc/templates-sdk-dev/footer.cs new file mode 100644 index 0000000..b609d3b --- /dev/null +++ b/tools/droiddoc/templates-sdk-dev/footer.cs @@ -0,0 +1,20 @@ +<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>> + +<?cs if:reference ?> + <div id="copyright"> + <?cs call:custom_copyright() ?> + </div> + <div id="build_info"> + <?cs call:custom_buildinfo() ?> + </div> +<?cs elif:!hide_license_footer ?> + <div id="copyright"> + <?cs call:custom_cc_copyright() ?> + </div> +<?cs /if ?> +<?cs if:!no_footer_links ?> + <div id="footerlinks"> + <?cs call:custom_footerlinks() ?> + </div> +<?cs /if ?> +</div> <!-- end footer -->
\ No newline at end of file |