issue 2033 fixed. HTML DTD choosing option is removed. Support only HTML5.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11012 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-08-09 07:36:25 +00:00
parent e62403ab10
commit b041550c53
126 changed files with 240 additions and 281 deletions

View file

@ -1,8 +1,8 @@
<!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">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./css/editor.css" />
<meta charset="utf-8" />
<link rel="stylesheet" href="./css/editor.css" />
<title>XpressEngine DrEditor</title>
</head>
<body class="xe_content editable">

View file

@ -401,7 +401,7 @@
<!--@if($allow_fileupload)-->
<!--%import("js/uploader.js",optimized=false)-->
<!--%import("../../tpl/js/swfupload.js",optimized=false)-->
<script type="text/javascript">//<![CDATA[
<script>//<![CDATA[
uploaderSettings=
{
"editorSequence" : {$editor_sequence},
@ -613,7 +613,7 @@
</ul>
<!-- JS for Prototype -->
<script type="text/javascript">
<script>
//<![CDATA[
jQuery(function($){
$('.wToolbar button').slice(0,9).append('<span class="nx"></span>');
@ -658,9 +658,8 @@
<!-- /에디터 -->
<!-- 에디터 활성화 -->
<script type="text/javascript">//<![CDATA[
<script>//<![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}";