summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-sdk-dev/trailer.cs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2015-05-05 01:04:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-05 01:04:31 +0000
commit55abf4c22d08693cfb2838a79654fc32c7de3ff8 (patch)
tree385c80a4a90bb08752ddcae2d294da7626ed1149 /tools/droiddoc/templates-sdk-dev/trailer.cs
parent657b2971f8a6f4a1b6dac68915c557304970d716 (diff)
parentff233cc92e379d501d8b256ba9a015827d77e012 (diff)
downloadbuild-55abf4c22d08693cfb2838a79654fc32c7de3ff8.zip
build-55abf4c22d08693cfb2838a79654fc32c7de3ff8.tar.gz
build-55abf4c22d08693cfb2838a79654fc32c7de3ff8.tar.bz2
am ff233cc9: Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
* commit 'ff233cc92e379d501d8b256ba9a015827d77e012': Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
Diffstat (limited to 'tools/droiddoc/templates-sdk-dev/trailer.cs')
-rw-r--r--tools/droiddoc/templates-sdk-dev/trailer.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sdk-dev/trailer.cs b/tools/droiddoc/templates-sdk-dev/trailer.cs
new file mode 100644
index 0000000..337f8d3
--- /dev/null
+++ b/tools/droiddoc/templates-sdk-dev/trailer.cs
@@ -0,0 +1,20 @@
+</div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
+
+<?cs if:carousel ?>
+<script type="text/javascript">
+$('.slideshow-container').dacSlideshow({
+ btnPrev: '.slideshow-prev',
+ btnNext: '.slideshow-next',
+ btnPause: '#pauseButton'
+});
+</script>
+<?cs /if ?>
+<?cs if:tabbedList ?>
+<script type="text/javascript">
+$(".feed").dacTabbedList({
+ nav_id: '.feed-nav',
+ frame_id: '.feed-frame'
+});
+</script>
+<?cs /if ?>
+