Sha256: aa2004ea3fa688500086873dfdbb452990d9b108bfed27c23485cb603daa7473

Contents?: true

Size: 1.23 KB

Versions: 30

Compression:

Stored size: 1.23 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="robots" content="noindex, nofollow">
  <%= csrf_meta_tag %>
  <title><%= I18n.t('page_title', :scope => [:ckeditor]) %></title>

  <% if assets_pipeline_enabled? -%>
    <%= stylesheet_link_tag "ckeditor/application" %>
    <%= javascript_include_tag "ckeditor/application" %>
  <% else -%>
    <link href="/javascripts/ckeditor/filebrowser/stylesheets/uploader.css" type="text/css" rel="stylesheet">
    <% ["jquery.js", "jquery.tmpl.js", "fileuploader.js", "rails.js", "application.js"].each do |js| -%>
      <script src="/javascripts/ckeditor/filebrowser/javascripts/<%= js %>" type="text/javascript"></script>
    <% end -%>
  <% end -%>
  
  <script type="text/javascript">
    var CKEditorFuncNum = $.QueryString["CKEditorFuncNum"];
    var CKEditorName = $.QueryString["CKEditor"];
    var CKEDITOR = window.opener.CKEDITOR;
    var EDITOR = CKEDITOR.instances[CKEditorName];
  </script>
</head>
<body>
  <%= yield %>
  <%= render :partial => 'ckeditor/shared/asset_tmpl' %>
</body>
</html>

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
ckeditor-4.1.5 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.1.4 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.1.3 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.7.4 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.1.2 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.7.3 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.7.2 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.7.1 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.7 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.6 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.1.1 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.3.4 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.3.3 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.3.2 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.3.1 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.4.3.0 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.3.2.6 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.1.0 app/views/layouts/ckeditor/application.html.erb
glebtv-ckeditor-4.3.2.5 app/views/layouts/ckeditor/application.html.erb
ckeditor-4.0.11 app/views/layouts/ckeditor/application.html.erb