am e02449dc
: am 44c32b95
: Merge "docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08" into honeycomb-mr2
* commit 'e02449dc9f02459d077c99a72033c7653be634bb': docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08
This commit is contained in:
@@ -211,7 +211,7 @@ function onDownload(link) {
|
|||||||
</script>
|
</script>
|
||||||
<?cs else ?> <?cs # end if online ?>
|
<?cs else ?> <?cs # end if online ?>
|
||||||
|
|
||||||
<?cs if:sdk.preview ?>
|
<?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
|
||||||
<p>Welcome developers! We are pleased to provide you with a preview SDK for the upcoming
|
<p>Welcome developers! We are pleased to provide you with a preview SDK for the upcoming
|
||||||
Android 3.0 release, to give you a head-start on developing applications for it.
|
Android 3.0 release, to give you a head-start on developing applications for it.
|
||||||
</p>
|
</p>
|
||||||
@@ -222,7 +222,14 @@ function onDownload(link) {
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.non-preview { display:none; }
|
.non-preview { display:none; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<?cs else ?><?cs # it's normal offline docs ?>
|
||||||
|
<style type="text/css">
|
||||||
|
p.offline-message { display:block; }
|
||||||
|
p.online-message { display:none; }
|
||||||
|
</style>
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
<?cs /if ?> <?cs # end if/else online ?>
|
<?cs /if ?> <?cs # end if/else online ?>
|
||||||
|
|
||||||
<?cs /if ?> <?cs # end if/else NDK ?>
|
<?cs /if ?> <?cs # end if/else NDK ?>
|
||||||
|
Reference in New Issue
Block a user