2021-04-19 03:11:55 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
|
|
|
<head>
|
|
|
|
<%= render_partial("head") %>
|
|
|
|
</head>
|
|
|
|
<body class="page-home">
|
|
|
|
<%= render_orbit_bar %>
|
|
|
|
<%= render_header %>
|
|
|
|
|
|
|
|
<div class="layout-content">
|
|
|
|
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
|
|
|
|
<div class="layout-content-inner container">
|
|
|
|
<section class="layout-content-box" data-pp="1"></section>
|
|
|
|
<div class="row content02">
|
|
|
|
<section class="layout-content-box col-sm-6" data-pp="4"></section>
|
|
|
|
<section class="layout-content-box col-sm-6" data-pp="5"></section>
|
|
|
|
</div>
|
|
|
|
<div class="row content01">
|
|
|
|
<section class="layout-content-box col-sm-8" data-pp="2"></section>
|
|
|
|
<aside class="layout-content-box aside col-sm-4" data-pp="3"></aside>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="black-screen">
|
|
|
|
<div class="content">
|
|
|
|
<div data-pp='1000'></div>
|
2021-06-29 02:11:10 +00:00
|
|
|
<a href='javascript:;' class="close-btn" title="Close">
|
|
|
|
<i class="fa fa-times"></i><span style="display: none;">Close</span>
|
2021-04-19 03:11:55 +00:00
|
|
|
</a >
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= render_footer %>
|
|
|
|
</body>
|
|
|
|
</html>
|