Sha256: 58a29617877b11e63477ba9e77d20787c17522d94d8ffc134fdc5ba2f7e10a42

Contents?: true

Size: 1.6 KB

Versions: 4

Compression:

Stored size: 1.6 KB

Contents

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title><%= I18n.t('page_title', :scope => [:ckeditor]) %></title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta name="robots" content="noindex, nofollow">
	<%= csrf_meta_tag %>
	
	<link href="/javascripts/ckeditor/css/fck_editor.css" type="text/css" rel="stylesheet">
	<link href="/javascripts/ckeditor/css/fck_dialog.css" type="text/css" rel="stylesheet">
	<link href="/javascripts/ckeditor/css/ckfinder.css" type="text/css" rel="stylesheet">
	<link href="/javascripts/ckeditor/css/swfupload.css" type="text/css" rel="stylesheet">
	
	<script src="/javascripts/ckeditor/swfupload/jquery-1.5.1.min.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/swfupload.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/swfupload.queue.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/fileprogress.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/handlers.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/querystring.js" type="text/javascript"></script>
	<script src="/javascripts/ckeditor/swfupload/rails.js" type="text/javascript"></script>
  
  <script type="text/javascript">
    var params = new Querystring();
	  var CKEditorFuncNum = params.get("CKEditorFuncNum");
	  var CKEditorName = params.get("CKEditor");
	  var CKEDITOR = window.opener.CKEDITOR;
	  var editor = CKEDITOR.instances[CKEditorName];
  </script>
</head>
<body style="margin: 0px; padding: 0px;">
  <%= yield %>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ckeditor-3.5.4 app/views/layouts/ckeditor.html.erb
ckeditor-3.5.3 app/views/layouts/ckeditor.html.erb
ckeditor-3.5.2 app/views/layouts/ckeditor.html.erb
ckeditor-3.5.1 app/views/layouts/ckeditor.html.erb