Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89442344 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am e05e6f99: docs: update template files with those from the templates-ds directory

# Via Scott Main
* commit 'e05e6f99':
  docs: update template files with those from the templates-ds directory
parents 79935f59 e05e6f99
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3785,7 +3785,8 @@ EndColorStr='#ececec');
  -transition-timing-function:ease;
}

.morehover:hover {
.morehover:hover,
.morehover.hover {
  opacity:1;
  height:385px;
  width:268px;
+2766 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
<?cs include:"doctype.cs" ?>
<?cs include:"macros.cs" ?>
<html>
<html<?cs if:devsite ?> devsite<?cs /if ?>>
<?cs include:"head_tag.cs" ?>
<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
  <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
+1 −1
Original line number Diff line number Diff line
<?cs include:"doctype.cs" ?>
<?cs include:"macros.cs" ?>
<html>
<html<?cs if:devsite ?> devsite<?cs /if ?>>
<?cs include:"head_tag.cs" ?>
<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
  <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
+27 −21
Original line number Diff line number Diff line
@@ -62,11 +62,13 @@
        <li class="active"><a>Android Developers</a></li>
        <li><a href="http://source.android.com">Android Open Source Project</a></li>
      </ul>
      <!-- <div class="header">Support</div>
      <ul>
        <li><a href="<?cs var:toroot ?>support.html">Developer Support</a></li>
      </ul> -->
      <div class="header">Languages</div>
      
<?cs ############ TODO: Remove when we're happy with Devsite ############# ?>
      <?cs # Use differenc lang switcher for devsite and gae server ?>
      <?cs if:devsite ?>
      <div class="header">Language</div>
      <?cs elif:android.whichdoc == "online" ?>
        <div class="header">Language</div>
          <div id="language" class="locales">
            <select name="language" onChange="changeLangPref(this.value, true)">
                <option value="en">English</option>
@@ -83,6 +85,10 @@
          loadLangPref();
            //-->
        </script>
      <?cs /if ?>
      <?cs # End of devsite vs. gae version of lang switcher ?>


      <br class="clearfix" />
    </div>
    <div class="bottom"></div>
Loading