AsiaV4/home/page.html.erb

41 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="<%= I18n.locale.to_s %>" class="orbit">
<head>
<%= render_partial("head") %>
</head>
<body class="internal-page">
<%= render_orbit_bar %>
<%= render_header %>
<div class="main-section">
<div class="black-bg"></div>
<div class="banner-top">
</div>
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
<div class="layout-content">
<div class="layout-content-inner">
<div class="breadcrumb-wrap" data-pp="500"></div>
<div class="innerpage row">
<aside class="layout-content-box aside right-column col-sm-3" data-pp="13"></aside>
<section class="layout-content-box innerpage left-column col-sm-9">
<div class="extra" data-pp="600"></div>
<main id="main-content" class="main-content" data-content="true">
<%= yield %>
</main>
<%= render_every_page_sharer %>
<!-- line share button -->
<div class="line-it-button" style="display: none;" data-type="share-a" data-lang="ja"></div>
<script src="//scdn.line-apps.com/n/line_it/thirdparty/loader.min.js" async="async" defer="defer"></script>
<!-- we chat share button -->
<a href="http://service.weibo.com/share/share.php?url=<%= "http://#{request.host_with_port}#{request.original_fullpath}" %>" target="_blank">
<img style="border: 0;width: auto;" src="http://www.sinaimg.cn/blog/developer/wiki/LOGO_48x48.png" alt="sina-weibo" />
</a>
<div class="extra" data-pp="700"></div>
</section>
</div>
<%= render_footer %>
</div>
</body>
</html>