2013-02-05 14:16:51 -05:00
|
|
|
<!DOCTYPE html>
|
2013-12-18 14:47:22 -05:00
|
|
|
<html lang="<%= SiteSetting.default_locale %>" class="<%= html_classes %>">
|
2013-02-05 14:16:51 -05:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-03-30 18:16:59 -04:00
|
|
|
<title><%= content_for?(:title) ? yield(:title) + ' - ' + SiteSetting.title : SiteSetting.title %></title>
|
2013-02-13 16:17:29 -05:00
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
2014-05-07 11:21:37 -04:00
|
|
|
<meta content="<%= @description_meta || SiteSetting.site_description %>" name="description">
|
2013-02-05 14:16:51 -05:00
|
|
|
<meta content="" name="author">
|
2013-02-13 06:04:43 -05:00
|
|
|
|
2014-02-20 17:02:26 -05:00
|
|
|
<%- if SiteSetting.enable_escaped_fragments? %>
|
|
|
|
<meta name="fragment" content="!">
|
|
|
|
<%- end %>
|
|
|
|
|
2013-02-13 06:04:43 -05:00
|
|
|
<%= canonical_link_tag %>
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-05-31 15:18:41 -04:00
|
|
|
<link rel="icon" type="image/png" href="<%=SiteSetting.favicon_url%>">
|
2013-06-06 17:32:34 -04:00
|
|
|
<link rel="apple-touch-icon" type="image/png" href="<%=SiteSetting.apple_touch_icon_url%>">
|
2013-11-04 05:52:12 -05:00
|
|
|
|
2014-05-14 22:59:26 -04:00
|
|
|
<%= script "preload_store" %>
|
2014-05-15 01:52:09 -04:00
|
|
|
<%= javascript_include_tag "locales/#{I18n.locale}" %>
|
2014-05-14 22:59:26 -04:00
|
|
|
<%= script "vendor" %>
|
|
|
|
<%= script "application" %>
|
2013-09-04 20:41:11 -04:00
|
|
|
<%- if staff? %>
|
2014-05-14 22:59:26 -04:00
|
|
|
<%= script "admin"%>
|
2013-09-04 20:41:11 -04:00
|
|
|
<%- end %>
|
|
|
|
|
2013-12-11 11:17:55 -05:00
|
|
|
<%= render :partial => "common/special_font_face" %>
|
2013-12-18 14:47:22 -05:00
|
|
|
<%= render :partial => "common/discourse_stylesheet" %>
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-05-03 02:43:11 -04:00
|
|
|
<%= discourse_csrf_tags %>
|
2013-02-21 13:20:00 -05:00
|
|
|
|
2014-01-02 10:22:04 -05:00
|
|
|
<%= raw SiteContent.content_for(:head) %>
|
|
|
|
|
2014-01-25 19:42:25 -05:00
|
|
|
<%= render_google_universal_analytics_code %>
|
|
|
|
|
2013-02-21 13:20:00 -05:00
|
|
|
<%= yield :head %>
|
2013-02-05 14:16:51 -05:00
|
|
|
</head>
|
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<body>
|
2014-02-14 15:32:49 -05:00
|
|
|
<noscript data-path="<%= request.env['PATH_INFO'] %>">
|
|
|
|
<header class="d-header">
|
|
|
|
<div class="container">
|
|
|
|
<div class="contents">
|
|
|
|
<div class="row">
|
|
|
|
<div class="title span13">
|
2014-06-18 15:44:00 -04:00
|
|
|
<a href="/"><img src="<%= (mobile_view? && SiteSetting.mobile_logo_url) || SiteSetting.logo_url %>" alt="<%=SiteSetting.title%>" id="site-logo"></a>
|
2014-02-14 15:32:49 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div id="main-outlet" class="container">
|
|
|
|
<!-- preload-content: -->
|
|
|
|
<%= yield %>
|
|
|
|
<!-- :preload-content -->
|
|
|
|
</div>
|
2014-06-19 17:32:26 -04:00
|
|
|
<footer id='bottom' class="container">
|
|
|
|
<p><%= t 'powered_by_html' %></p>
|
|
|
|
</footer>
|
2014-02-14 15:32:49 -05:00
|
|
|
</noscript>
|
|
|
|
|
2013-04-02 02:44:08 -04:00
|
|
|
<!--[if IE 9]><script type="text/javascript">ie = "new";</script><![endif]-->
|
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<%- unless customization_disabled? %>
|
|
|
|
<%= SiteCustomization.custom_header(session[:preview_style], mobile_view? ? :mobile : :desktop) %>
|
|
|
|
<%- end %>
|
2013-12-01 19:11:20 -05:00
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<section id='main'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<% unless current_user %>
|
|
|
|
<form id='hidden-login-form' method="post" action="<%=login_path%>" style="display: none;">
|
|
|
|
<input name="username" type="text" id="signin_username">
|
|
|
|
<input name="password" type="password" id="signin_password">
|
|
|
|
<input name="redirect" type="hidden">
|
2014-04-30 04:10:26 -04:00
|
|
|
<input type="submit" id="signin-button" value="Sign In">
|
2013-12-18 14:47:22 -05:00
|
|
|
</form>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%- if @preloaded.present? %>
|
|
|
|
<script>
|
|
|
|
<%- @preloaded.each do |key, json| %>
|
|
|
|
PreloadStore.store("<%= key %>",<%= escape_unicode(json) %>);
|
|
|
|
<% end %>
|
|
|
|
</script>
|
|
|
|
<%- end %>
|
2013-12-11 11:17:55 -05:00
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<%= yield :data %>
|
2013-02-25 11:42:20 -05:00
|
|
|
|
2014-06-06 16:48:09 -04:00
|
|
|
<footer id='bottom'><%= raw SiteContent.content_for(:bottom) %></footer>
|
2013-02-11 06:41:23 -05:00
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<%= render :partial => "common/discourse_javascript" %>
|
2013-11-12 12:13:17 -05:00
|
|
|
|
2013-12-18 14:47:22 -05:00
|
|
|
<%= render_google_analytics_code %>
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-02-26 13:47:07 -05:00
|
|
|
<!-- Discourse Version: <%= Discourse::VERSION::STRING %> -->
|
2013-02-18 02:00:49 -05:00
|
|
|
<!-- Git Version: <%= Discourse.git_version %> -->
|
2013-02-05 14:16:51 -05:00
|
|
|
</body>
|
|
|
|
</html>
|