Sha256: 4666c6c67f890cec7dbbb8a2b61d0ea99f1c13a1a8bd0050eb26a7e9b4279b8e
Contents?: true
Size: 928 Bytes
Versions: 2
Compression:
Stored size: 928 Bytes
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 %> <%= tag(:meta, :name => "ckeditor-path", :content => Ckeditor.relative_path) %> <title><%= I18n.t('page_title', :scope => [:ckeditor]) %></title> <%= stylesheet_link_tag "ckeditor/application" %> <%= javascript_include_tag "ckeditor/application" %> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ckeditor-3.7.0.rc2 | app/views/layouts/ckeditor/application.html.erb |
ckeditor-3.7.0.rc1 | app/views/layouts/ckeditor/application.html.erb |