am 19a4bd1: AI 147710: Add redirects for sdk/preview pages.

Merge commit '19a4bd164eec255f62cde30f4afc39f0aeb35c04' into donut

* commit '19a4bd164eec255f62cde30f4afc39f0aeb35c04':
  AI 147710: Add redirects for sdk/preview pages.
This commit is contained in:
Dirk Dougherty 2009-04-28 21:52:48 -07:00 committed by The Android Open Source Project
commit 37ca5d11b3
1 changed files with 12 additions and 12 deletions

View File

@ -16,24 +16,21 @@
<?cs call:sdk_nav() ?>
<div class="g-unit" id="doc-content" >
<?cs if:sdk.redirect ?>
Redirecting to
<a href="<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html">
<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html
</a>...
<div class="g-unit">
<div id="jd-content">
<p>Redirecting to
<a href="/sdk/<?cs var:sdk.current ?>/index.html">
/sdk/<?cs var:sdk.current ?>/index.html
</a></p>
<?cs else ?>
<div class="g-unit" id="doc-content" >
<div id="jd-header" class="guide-header" >
<span class="crumb">&nbsp;</span>
<h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
</div>
<div id="jd-content">
<div id="jd-content">
<p><em>
<?cs var:sdk.date ?>
</em></p>
@ -96,7 +93,10 @@ the Terms and Conditions that govern the use of the Android SDK. </p>
<?cs /if ?>
</div><!-- end jd-content -->
<?cs include:"footer.cs" ?>
<?cs if:!sdk.redirect ?>
<?cs include:"footer.cs" ?>
<?cs /if ?>
</div><!-- end doc-content -->
<?cs include:"trailer.cs" ?>