Sha256: 756892b511ffe457f98003a67ede20e1a0cd53d7dd606541e392690591378efc

Contents?: true

Size: 1.47 KB

Versions: 20

Compression:

Stored size: 1.47 KB

Contents

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>CKEditor Files Manager</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta name="robots" content="noindex, nofollow">
	<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/mootools-1.2.3-core-yc.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 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

20 entries across 20 versions & 5 rubygems

Version Path
dust-ckeditor-3.5.0 app/views/layouts/ckeditor.html.erb
hifi-ckeditor-3.5.2 app/views/layouts/ckeditor.html.erb
hifi-ckeditor-3.5.1 app/views/layouts/ckeditor.html.erb
artemk-ckeditor-3.5.5 app/views/layouts/ckeditor.html.erb
ckeditor-jess-3.4.3 app/views/layouts/ckeditor.html.erb
ckeditor-3.5.0 app/views/layouts/ckeditor.html.erb
artemk-ckeditor-3.5.4 app/views/layouts/ckeditor.html.erb
artemk-ckeditor-3.4.4 app/views/layouts/ckeditor.html.erb
artemk-ckeditor-3.4.3 app/views/layouts/ckeditor.html.erb
ckeditor-3.4.3.pre app/views/layouts/ckeditor.html.erb
ckeditor-3.4.3 app/views/layouts/ckeditor.html.erb
ckeditor-3.4.2.pre app/views/layouts/ckeditor.html.erb
ckeditor-3.4.2 app/views/layouts/ckeditor.html.erb
ckeditor-3.4.1.pre app/views/layouts/ckeditor.html.erb
ckeditor-3.4.1 app/views/layouts/ckeditor.html.erb
ckeditor-3.4.0 app/views/layouts/ckeditor.html.erb
ckeditor-3.4.0.pre app/views/layouts/ckeditor.html.erb
ckeditor-3.3.2 app/views/layouts/ckeditor.html.erb
ckeditor-3.2.4 app/views/layouts/ckeditor.html.erb
ckeditor-3.2.3 app/views/layouts/ckeditor.html.erb