mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
rollback r11012
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b1b6d999d4
commit
bcd610fd9f
125 changed files with 276 additions and 235 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!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 charset="utf-8" />
|
||||
<link rel="stylesheet" href="./css/editor.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/editor.css" />
|
||||
<title>XpressEngine DrEditor</title>
|
||||
</head>
|
||||
<body class="xe_content editable">
|
||||
|
|
|
|||
|
|
@ -401,7 +401,7 @@
|
|||
<!--@if($allow_fileupload)-->
|
||||
<!--%import("js/uploader.js",optimized=false)-->
|
||||
<!--%import("../../tpl/js/swfupload.js",optimized=false)-->
|
||||
<script>//<![CDATA[
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
uploaderSettings=
|
||||
{
|
||||
"editorSequence" : {$editor_sequence},
|
||||
|
|
@ -613,7 +613,7 @@
|
|||
</ul>
|
||||
|
||||
<!-- JS for Prototype -->
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
jQuery(function($){
|
||||
$('.wToolbar button').slice(0,9).append('<span class="nx"></span>');
|
||||
|
|
@ -658,8 +658,9 @@
|
|||
<!-- /에디터 -->
|
||||
|
||||
<!-- 에디터 활성화 -->
|
||||
<script>//<![CDATA[
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
var editor_path = "{$editor_path}";
|
||||
|
||||
var auto_saved_msg = "{$lang->msg_auto_saved}";
|
||||
var delete_dr_confirm_msg = "{$lang->edit->msg_dr_delete_confirm}";
|
||||
var no_selected_object_msg = "{$lang->edit->msg_no_selected_object}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue