28 lines
991 B
Plaintext
Executable File
28 lines
991 B
Plaintext
Executable File
<!doctype html>
|
|
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
|
<head>
|
|
<%= render_partial("head") %>
|
|
</head>
|
|
<body class="page-home">
|
|
<%= render_orbit_bar %>
|
|
<div class="background" data-pp="100"></div>
|
|
<%= 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">
|
|
<div class="row">
|
|
<section class="layout-content-box col-sm-3 boxleft" data-pp="5"></section>
|
|
<section class="layout-content-box col-sm-8 boxright"data-pp="9" ></section>
|
|
<section class="layout-content-box col-sm-8 boxright right" >
|
|
<section class="layout-content-box col-sm-7 " data-pp="7"></section>
|
|
<section class="layout-content-box col-sm-5 " data-pp="8"></section>
|
|
</section>
|
|
</div>
|
|
<section class="extra-box col-sm-12" data-pp="5"></section>
|
|
</div>
|
|
|
|
</div>
|
|
<%= render_footer %>
|
|
</body>
|
|
</html>
|