OSDN Git Service

Merge "docs: update TOS and PP links to point to unified policy/tems also add a link...
authorScott Main <smain@google.com>
Tue, 31 Jan 2012 22:24:54 +0000 (14:24 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 31 Jan 2012 22:24:54 +0000 (14:24 -0800)
1  2 
tools/droiddoc/templates-sdk/customizations.cs

@@@ -1,7 -1,7 +1,7 @@@
  <?cs 
  def:sdk_nav() ?>
    <div class="g-section g-tpl-240" id="body-content">
 -    <div class="g-unit g-first" id="side-nav">
 +    <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div id="devdoc-nav"><?cs 
          include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
        </div>
@@@ -10,7 -10,7 +10,7 @@@
  <?cs 
  def:resources_tab_nav() ?>
    <div class="g-section g-tpl-200" id="body-content">
 -    <div class="g-unit g-first" id="side-nav">
 +    <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div id="devdoc-nav"><?cs 
          include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
        </div>
@@@ -24,7 -24,7 +24,7 @@@
  <?cs 
  def:guide_nav() ?>
    <div class="g-section g-tpl-240" id="body-content">
 -    <div class="g-unit g-first" id="side-nav">
 +    <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div id="devdoc-nav"><?cs 
          include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
        </div>
@@@ -39,7 -39,7 +39,7 @@@
  <?cs # The default side navigation for the reference docs ?><?cs 
  def:default_left_nav() ?>
    <div class="g-section g-tpl-240" id="body-content">
 -    <div class="g-unit g-first" id="side-nav">
 +    <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div id="swapper">
          <div id="nav-panels">
            <div id="resize-packages-nav">
@@@ -138,9 -138,11 +138,11 @@@ def:custom_copyright() ?
  <?cs 
  def:custom_footerlinks() ?>
    <p>
-     <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
-     <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
-     <a href="http://www.android.com/branding.html">Brand Guidelines</a>
+     <a href="http://www.google.com/intl/en/policies/" target="_blank">Privacy &amp; Terms</a> -
+     <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a> -
+     <a
+ href="http://code.google.com/p/android/issues/entry?template=Developer%20Documentation"
+ target="_blank">Report Document Issues</a>
    </p><?cs 
  /def ?>