summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-sac/footer.cs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2013-04-09 11:26:12 -0700
committerRobert Ly <robertly@google.com>2013-04-09 11:27:34 -0700
commita4d2d0ef551f443445a1dffb05f530de32b01fb3 (patch)
tree5423bbd17bdffb94cf1615171065e31b4ced2468 /tools/droiddoc/templates-sac/footer.cs
parent3eba74ffc1f2a542a0d0376215fb6d2711e7639c (diff)
downloadbuild-a4d2d0ef551f443445a1dffb05f530de32b01fb3.zip
build-a4d2d0ef551f443445a1dffb05f530de32b01fb3.tar.gz
build-a4d2d0ef551f443445a1dffb05f530de32b01fb3.tar.bz2
s.a.c templates
Change-Id: Ia6554ba55d10af10227cde336026b51a27307aa0
Diffstat (limited to 'tools/droiddoc/templates-sac/footer.cs')
-rw-r--r--tools/droiddoc/templates-sac/footer.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sac/footer.cs b/tools/droiddoc/templates-sac/footer.cs
new file mode 100644
index 0000000..20b66a8
--- /dev/null
+++ b/tools/droiddoc/templates-sac/footer.cs
@@ -0,0 +1,22 @@
+<?cs if:!sac ?>
+<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 -->
+<?cs /if ?> \ No newline at end of file