Add minified javascripts

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9752 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-10-26 06:47:07 +00:00
parent 66e71853dc
commit 228f07a906
5 changed files with 6346 additions and 6 deletions

View file

@ -1,8 +1,9 @@
<!--// 스킨 css 로드 -->
<!--%import("css/default.css")-->
<load target="css/default.css" />
<!--// 기본 JS 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<load target="../../tpl/js/editor_common.js" cond="__DEBUG__" />
<load target="../../tpl/js/editor_common.min.js" cond="!__DEBUG__" />
<!--@if($colorset == "black" || $colorset == "black_texteditor" || $colorset == "black_text_nohtml" || $colorset == "black_text_usehtml")-->
<!--%import("css/black.css")-->
@ -10,7 +11,8 @@
<!--@end-->
<!--@if($colorset == "white_texteditor" || $colorset == "black_texteditor" || $colorset == "white_text_nohtml" || $colorset == "black_text_nohtml" || $colorset == "white_text_usehtml" || $colorset == "black_text_usehtml")-->
<!--%import("js/xe_textarea.js")-->
<load target="js/xe_textarea.js" cond="__DEBUG__" />
<load target="js/xe_textarea.min.js" cond="!__DEBUG__" />
<div class="xeTextEditor {$editor_class}">
<input type="hidden" id="htm_{$editor_sequence}" value="<!--@if($colorset == "white_text_nohtml" || $colorset == "black_text_nohtml")-->n<!--@end--><!--@if($colorset == "white_texteditor" || $colorset == "white_texteditor")-->br<!--@end-->" />
@ -23,8 +25,9 @@
<!--@else-->
<!--// 기본 js/언어파일 로드 -->
<!--%import("js/Xpress_Editor.js")-->
<!--%import("js/xe_interface.js")-->
<load target="js/Xpress_Editor.js" cond="__DEBUG__" />
<load target="js/xe_interface.js" cond="__DEBUG__" />
<load target="js/xpresseditor.min.js" cond="!__DEBUG__" />
<!-- 자동저장용 폼 -->