50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
<!-- system notices -->
|
|
<div id="mailpoet_notice_system" class="mailpoet_notice" style="display:none;"></div>
|
|
|
|
<!-- handlebars templates -->
|
|
<% block templates %><% endblock %>
|
|
|
|
<!-- main container -->
|
|
<div class="wrap">
|
|
<!-- notices -->
|
|
<div id="mailpoet_notice_error" class="mailpoet_notice" style="display:none;"></div>
|
|
<div id="mailpoet_notice_success" class="mailpoet_notice" style="display:none;"></div>
|
|
|
|
<!-- title block -->
|
|
<% block title %><% endblock %>
|
|
<!-- content block -->
|
|
<% block content %><% endblock %>
|
|
</div>
|
|
|
|
<!-- stylesheets -->
|
|
<%= stylesheet(
|
|
'admin.css'
|
|
)%>
|
|
<!-- rtl specific stylesheet -->
|
|
<% if is_rtl %>
|
|
<%= stylesheet('rtl.css') %>
|
|
<% endif %>
|
|
|
|
<% block after_css %><% endblock %>
|
|
|
|
<!-- javascripts -->
|
|
<%= javascript(
|
|
'vendor.js',
|
|
'mailpoet.js',
|
|
'admin.js'
|
|
)%>
|
|
|
|
<script type="text/javascript">
|
|
var mailpoet_date_format = "<%= get_option('date_format') %>";
|
|
</script>
|
|
|
|
<script>
|
|
HS.beacon.config({
|
|
icon: 'message',
|
|
zIndex: 50000,
|
|
instructions: '<%= __('Want to give feedback to the MailPoet team? Write them right here with as much information as possible.') %>',
|
|
});
|
|
</script>
|
|
|
|
<% block after_javascript %><% endblock %>
|