Sha256: 5bf5d5121f65c29d783ebabca33fddacb63e17599627eb7b742bd053421f0609

Contents?: true

Size: 685 Bytes

Versions: 9

Compression:

Stored size: 685 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <% if request.env['HTTP_USER_AGENT'] =~ /MSIE/%>
      <!--[if lt IE 9]>
        <%= javascript_include_tag('http://html5shiv.googlecode.com/svn/trunk/html5.js') %>
      <![endif]-->
      <meta http-equiv='X-UA-Compatible' content='IE-EmulateIE7' />
    <% end %>
    <title>WYMeditor</title>
    <%= stylesheet_link_tag "wymeditor/skins/refinery/wymiframe", :media => "all" %>
    <%= stylesheet_link_tag "formatting", :theme => RefinerySetting.get(:theme).present?, :media => "all" %>
    <%= stylesheet_link_tag "theme", :media => "all" %>
  </head>
  <body class="wym_iframe<%= " #{params[:id]}" if params[:id].present? %>">
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/core/app/views/wymiframe.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/core/app/views/wymiframe.html.erb