forked from openkylin/platform_build
am d1ab4cb3: am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs
* commit 'd1ab4cb3b4ca8de66a873abb072bd73556926d4d': add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places.
This commit is contained in:
commit
820e226d5d
|
@ -6,7 +6,7 @@
|
||||||
<?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
|
<?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div id="header-wrapper">
|
<div id="header-wrapper">
|
||||||
<div id="header">
|
<div id="header"><?cs call:butter_bar() ?>
|
||||||
<div class="wrap" id="header-wrap">
|
<div class="wrap" id="header-wrap">
|
||||||
<div class="col-3 logo">
|
<div class="col-3 logo">
|
||||||
<a href="<?cs var:toroot ?>index.html">
|
<a href="<?cs var:toroot ?>index.html">
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div id="header-wrapper">
|
<div id="header-wrapper">
|
||||||
<div id="header">
|
<div id="header"><?cs call:butter_bar() ?>
|
||||||
<div class="wrap" id="header-wrap">
|
<div class="wrap" id="header-wrap">
|
||||||
<div class="col_3 logo landing-logo" style="width:240px">
|
<div class="col_3 logo landing-logo" style="width:240px">
|
||||||
<a href="<?cs var:toroot ?>preview/index.html">
|
<a href="<?cs var:toroot ?>preview/index.html">
|
||||||
|
@ -299,3 +299,16 @@ color:#666;font-weight:100;font-size:27px;">L Developer Preview</h1></div>
|
||||||
|
|
||||||
<?cs
|
<?cs
|
||||||
/def ?>
|
/def ?>
|
||||||
|
|
||||||
|
|
||||||
|
<?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
|
||||||
|
<?cs def:butter_bar() ?>
|
||||||
|
<div style="height:20px"><!-- spacer to bump header down --></div>
|
||||||
|
<div id="butterbar-wrapper">
|
||||||
|
<div id="butterbar">
|
||||||
|
<a href="http://googleblog.blogspot.com/" id="butterbar-message">
|
||||||
|
The Android 5.0 SDK will be available on October 17th!
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?cs /def ?>
|
Loading…
Reference in New Issue