github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/droiddoc/templates-ndk/designpage.cs (about)

     1  <!DOCTYPE html>
     2  <?cs include:"macros.cs" ?>
     3  <html lang="en">
     4    <head>
     5      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     6      <title>
     7        Android Design<?cs if:page.title ?> - <?cs var:page.title ?><?cs /if ?>
     8      </title>
     9      <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
    10      <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic">
    11      <link rel="stylesheet" href="<?cs var:toroot ?>assets/yui-3.3.0-reset-min.css">
    12      <link rel="stylesheet" href="<?cs var:toroot ?>assets/design/default.css">
    13      <script src="<?cs var:toroot ?>assets/jquery-1.6.2.min.js"></script>
    14      <script>var SITE_ROOT = '<?cs var:toroot ?>design';</script>
    15      <script src="<?cs var:toroot ?>assets/design/default.js"></script>
    16    </head>
    17    <body class="gc-documentation 
    18      <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
    19      elif:design ?>design<?cs
    20      elif:distribute ?>distribute<?cs
    21      /if ?>" itemscope itemtype="http://schema.org/Article">
    22      <a name="top"></a>
    23  
    24      <div id="page-container">
    25  
    26        <div id="page-header" itemscope itemtype="http://schema.org/WPHeader"><a href="<?cs var:toroot ?>design/index.html">Android Design</a></div>
    27  
    28        <div id="main-row">
    29  
    30          <div id="nav-container" itemscope itemtype="http://schema.org/SiteNavigationElement">
    31  
    32          <?cs call:design_nav() ?>
    33  
    34          </div>
    35  
    36          <div id="content">
    37  
    38  <?cs if:header.hide ?>
    39  <?cs else ?>
    40  <div class="layout-content-row content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
    41    <div class="layout-content-col span-9">
    42      <?cs if:header.justLinks ?>&nbsp;
    43        <?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
    44                     <?cs else ?><h2><?cs var:page.title ?></h2>
    45      <?cs /if ?>
    46    </div>
    47    <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
    48      <a href="#" class="prev-page-link">Previous</a>
    49      <a href="#" class="next-page-link">Next</a>
    50    </div>
    51  </div>
    52  <?cs /if ?>
    53  
    54  <?cs call:tag_list(root.descr) ?>
    55  
    56  <?cs if:footer.hide ?>
    57  <?cs else ?>
    58  <div class="layout-content-row content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
    59    <div class="paging-links layout-content-col span-9">&nbsp;</div>
    60    <div class="paging-links layout-content-col span-4">
    61      <a href="#" class="prev-page-link">Previous</a>
    62      <a href="#" class="next-page-link">Next</a>
    63    </div>
    64  </div>
    65  <?cs /if ?>
    66  
    67          </div>
    68  
    69        </div>
    70  
    71        <div id="page-footer" itemscope itemtype="http://schema.org/WPFooter">
    72  
    73          <p id="copyright">
    74            Except as noted, this content is licensed under
    75            <a href="http://creativecommons.org/licenses/by/2.5/">
    76            Creative Commons Attribution 2.5</a>.<br>
    77            For details and restrictions, see the
    78            <a href="http://developer.android.com/license.html">Content License</a>.
    79          </p>
    80  
    81          <p>
    82            <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
    83            <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
    84            <a href="http://www.android.com/branding.html">Brand Guidelines</a>
    85          </p>
    86  
    87        </div>
    88      </div>
    89  
    90      <script type="text/javascript">
    91      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    92      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    93      </script>
    94      <script type="text/javascript">
    95      var pageTracker = _gat._getTracker("UA-5831155-1");
    96      pageTracker._trackPageview();
    97      </script>
    98  
    99  <!-- Start of Tag -->
   100  <script type="text/javascript">
   101  var axel = Math.random() + "";
   102  var a = axel * 10000000000000;
   103  document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
   104  </script>
   105  <noscript>
   106  <iframe src="https://2507573.fls.doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
   107  </noscript>
   108  <!-- End of Tag -->
   109    </body>
   110  </html>