Sha256: 20d47ffbfd96e79cbb04194aa68ff73a61c4dc765b26acf33de1ea2756e1ab15

Contents?: true

Size: 1.39 KB

Versions: 136

Compression:

Stored size: 1.39 KB

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<title>elFinder 2.0</title>

		<!-- jQuery and jQuery UI (REQUIRED) -->
		<link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css">
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>

		<!-- elFinder CSS (REQUIRED) -->
		<link rel="stylesheet" type="text/css" media="screen" href="css/elfinder.min.css">
		<link rel="stylesheet" type="text/css" media="screen" href="css/theme.css">

		<!-- elFinder JS (REQUIRED) -->
		<script type="text/javascript" src="js/elfinder.min.js"></script>

		<!-- elFinder translation (OPTIONAL) -->
		<script type="text/javascript" src="js/i18n/elfinder.ru.js"></script>

		<!-- elFinder initialization (REQUIRED) -->
		<script type="text/javascript" charset="utf-8">
			$().ready(function() {
				var elf = $('#elfinder').elfinder({
					url : 'php/connector.php'  // connector URL (REQUIRED)
					// lang: 'ru',             // language (OPTIONAL)
				}).elfinder('instance');
			});
		</script>
	</head>
	<body>

		<!-- Element where elFinder will be created (REQUIRED) -->
		<div id="elfinder"></div>

	</body>
</html>

Version data entries

136 entries across 68 versions & 1 rubygems

Version Path
optimacms-0.1.61 spec/dummy/public/elfinder/elfinder.html
optimacms-0.1.61 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.9 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.9 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.8 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.8 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.7 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.7 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.6 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.6 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.5 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.5 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.2 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.2 spec/dummy/public/elfinder/tinymce.html
optimacms-0.3.1 spec/dummy/public/elfinder/elfinder.html
optimacms-0.3.1 spec/dummy/public/elfinder/tinymce.html
optimacms-0.2.23 spec/dummy/public/elfinder/elfinder.html
optimacms-0.2.23 spec/dummy/public/elfinder/tinymce.html
optimacms-0.2.22 spec/dummy/public/elfinder/elfinder.html
optimacms-0.2.22 spec/dummy/public/elfinder/tinymce.html