summaryrefslogtreecommitdiffstats
path: root/docs/html/about
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-13 07:39:35 -0800
committerScott Main <smain@google.com>2012-11-13 07:39:35 -0800
commit5617b069171e149de204bbd1f5455520d36c5a94 (patch)
tree2c268d6b984cbdde86547a377ca7bae09296cc11 /docs/html/about
parent3a535a47c3ea4f7de60ea38fb2d4664ae6eb9904 (diff)
downloadframeworks_base-5617b069171e149de204bbd1f5455520d36c5a94.zip
frameworks_base-5617b069171e149de204bbd1f5455520d36c5a94.tar.gz
frameworks_base-5617b069171e149de204bbd1f5455520d36c5a94.tar.bz2
docs: add templated tabs for jb highlights
Change-Id: I2353ec2bf96b5c0da46a2803639ef607fd12e167
Diffstat (limited to 'docs/html/about')
-rw-r--r--docs/html/about/versions/jelly-bean.jd45
1 files changed, 7 insertions, 38 deletions
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd
index 2680100..3888fa5 100644
--- a/docs/html/about/versions/jelly-bean.jd
+++ b/docs/html/about/versions/jelly-bean.jd
@@ -1,37 +1,13 @@
page.title=Jelly Bean
+tab1=Android 4.2
+tab1.link=#android-42
+tab2=Android 4.1
+tab2.link=#android-41
+
@jd:body
<style>
-h1 {
- margin-bottom:0;
-}
-ul#version-tabs {
- list-style:none;
- border-bottom: 1px solid #93C;
- padding:0;
- height:29px;
- margin:0 0 20px;
- font-size:16px;
- line-height:26px;
-}
-ul#version-tabs li {
- display:block;
- float:left;
- margin-right:60px;
- border-bottom: 3px solid transparent;
-}
-ul#version-tabs li.selected {
- border-bottom: 3px solid #93C;
-}
-ul#version-tabs li a {
- color:#333;
-}
-ul#version-tabs li a:hover,
-ul#version-tabs li a:active {
- color:#93C !important;
-}
-
#android-41 {display:none;}
</style>
@@ -39,7 +15,7 @@ ul#version-tabs li a:active {
function revealSection(hashy) {
if (hashy != "" && !$(hashy).is(":visible")) {
sectionId = $(hashy).closest(".version-section").attr("id");
- link = $("#version-tabs a[href$="+sectionId+"]");
+ link = $("#title-tabs a[href$="+sectionId+"]");
link.parent().addClass("selected");
link.parent().siblings().removeClass("selected");
@@ -56,7 +32,7 @@ function revealSection(hashy) {
}
$(document).ready(function() {
- $("#version-tabs li a").each(function() {
+ $("#title-tabs li a").each(function() {
$(this).click(function(){
$(this).parent().addClass("selected");
$(this).parent().siblings().removeClass("selected");
@@ -78,13 +54,6 @@ window.onhashchange = function () {
-<ul id="version-tabs">
- <li class="selected"><a href="#android-42">Android 4.2</a></li>
- <li><a href="#android-41">Android 4.1</a></li>
-</ul>
-
-
-
<!-- BEGIN ANDROID 4.2 -->
<div id="android-42" class="version-section">
<div style="float:right;padding:0px 0px 12px 34px;">