Sha256: 3e1d0de688de5cce679e950626806db5ab83f84eb90a9b6fb094a4785be65f13

Contents?: true

Size: 1003 Bytes

Versions: 8

Compression:

Stored size: 1003 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale %>" xml:lang="<%= I18n.locale %>">
  <head>
    <title><%= @page_title || MuckEngine.configuration.application_name %></title>
    <%= javascript_include_tag %w{
      jquery/jquery.js
      jquery/jquery.queryString.js
      jquery/jquery.autocomplete.min.js
      tiny_mce/tiny_mce_popup.js
      tiny_mce/utils/mctabs.js
      tiny_mce/utils/form_utils.js
      tiny_mce/utils/validate.js }, :cache => 'tinymce_js_cached' %>
    <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
    <%= stylesheet_link_tag %W{ tinymce jquery/jquery.autocomplete } %>
    <%= yield :head -%>
    <base target="_self" />
  </head>
  <body>
    <%= yield :layout %>
    <script type="text/javascript" language="JavaScript">
      <%= yield :javascript %>
    </script>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
muck-contents-3.1.4 app/views/layouts/tiny_mce.html.erb
muck-contents-3.1.3 app/views/layouts/tiny_mce.html.erb
muck-contents-3.1.2 app/views/layouts/tiny_mce.html.erb
muck-contents-3.1.1 app/views/layouts/tiny_mce.html.erb
muck-contents-3.1.0 app/views/layouts/tiny_mce.html.erb
muck-contents-3.0.2 app/views/layouts/tiny_mce.html.erb
muck-contents-3.0.1 app/views/layouts/tiny_mce.html.erb
muck-contents-3.0.0 app/views/layouts/tiny_mce.html.erb