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

     1  <?cs
     2  def:custom_masthead() ?>
     3    <div id="header">
     4        <div id="headerLeft">
     5            <a href="<?cs var:toroot ?>guide/index.html"><img
     6                src="<?cs var:toroot ?>assets/images/android_logo.png" alt="Android Platform Development Kit" /></a>
     7        </div>
     8        <div id="headerRight">
     9            <div id="headerLinks">
    10              <!-- <img src="<?cs var:toroot ?>assets/images/icon_world.jpg" alt="" /> -->
    11              <span class="text">
    12                <!-- &nbsp;<a href="#">English</a> | -->
    13                <a href="http://www.android.com">Android.com</a>
    14              </span>
    15            </div>
    16        </div><!-- headerRight -->
    17    </div><!-- header --><?cs 
    18  /def ?><?cs # custom_masthead ?>