#501 템플릿 코드 설명용 주석문 HTML에 출력하지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4389 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-07-19 17:08:41 +00:00
parent 34ff43fd18
commit fc876f9d73
70 changed files with 374 additions and 370 deletions

View file

@ -1,7 +1,7 @@
<!-- 스킨 css 로드 -->
<!--// 스킨 css 로드 -->
<!--%import("css/editor.css")-->
<!-- 기본 js/언어파일 로드 -->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("../../tpl/js/editor.js")-->

View file

@ -1,7 +1,7 @@
<!-- 스킨 css 로드 -->
<!--// 스킨 css 로드 -->
<!--%import("css/editor.css")-->
<!-- 기본 js/언어파일 로드 -->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("../../tpl/js/editor.js")-->
@ -77,14 +77,14 @@
<img src="./images/editor_btn_ol.gif" title="{$lang->edit->help_list_number}" alt="{$lang->edit->help_list_number}" id="component_{$editor_sequence}_InsertOrderedList" width="23" height="63" onmouseover="eOptionOver(this)" onmouseout="eOptionOut(this)" />
</div>
<!--
<!--//
<div class="buttonGroup">
<img src="./images/editor_btn_lh.gif" alt="Line hight" width="23" height="63" onmouseover="eOptionOver(this)" onmouseout="eOptionOut(this)" />
</div>
-->
</div>
<!--
<!--//
<div class="optionC">
<div class="buttonGroup">
<img src="./images/editor_btn_tag.gif" alt="Tag" width="23" height="63" onmouseover="eOptionOver(this)" onmouseout="eOptionOut(this)" />

View file

@ -1,7 +1,7 @@
<!-- 스킨 css 로드 -->
<!--// 스킨 css 로드 -->
<!--%import("css/editor.css")-->
<!-- 기본 js/언어파일 로드 -->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("../../tpl/js/editor.js")-->
<!--%import("js/editor.js")-->
@ -72,7 +72,7 @@
<img src="./images/editor_btn_aj.gif" width="23" height="66" title="{$lang->edit->help_align_full}" alt="{$lang->edit->help_align_full}" id="component_{$editor_sequence}_JustifyFull" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
</div>
<div class="buttonGroup">
<img src="./images/editor_btn_od.gif" title="{$lang->edit->help_remove_indent}" alt="{$lang->edit->help_remove_indent}" id="component_{$editor_sequence}_Outdent" width="23" height="66" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
<img src="./images/editor_btn_id.gif" width="23" height="66" title="{$lang->edit->help_add_indent}" alt="{$lang->edit->help_add_indent}" id="component_{$editor_sequence}_Indent" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
@ -80,12 +80,12 @@
<div class="buttonGroup">
<img src="./images/editor_btn_ul.gif" title="{$lang->edit->help_list_bullet}" alt="{$lang->edit->help_list_bullet}" id="component_{$editor_sequence}_InsertUnorderedList" width="23" height="66" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
<img src="./images/editor_btn_ol.gif" title="{$lang->edit->help_list_number}" alt="{$lang->edit->help_list_number}" id="component_{$editor_sequence}_InsertOrderedList" width="23" height="66" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
<img src="./images/editor_btn_ol.gif" title="{$lang->edit->help_list_number}" alt="{$lang->edit->help_list_number}" id="component_{$editor_sequence}_InsertOrderedList" width="23" height="66" onmousedown="eOptionClick2(this)" onmouseup="eOptionOver2(this)" onmouseover="eOptionOver2(this)" onmouseout="eOptionOut(this)" />
</div>
</div>
</div>
<!--@end-->
<!--@if($enable_component)-->
<!-- 확장 컴포넌트 출력 -->
<div class="optionDE">

View file

@ -1,7 +1,7 @@
<!-- 스킨 css 로드 -->
<!--// 스킨 css 로드 -->
<!--%import("css/editor.css")-->
<!-- 기본 js/언어파일 로드 -->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("js/xe_interface.js")-->

View file

@ -1,11 +1,11 @@
<!-- 스킨 css 로드 -->
<!--// 스킨 css 로드 -->
<!--%import("css/xq_ui.css")-->
<!--%import("css/default.css")-->
<script type="text/javascript">
var editor_path = "{$editor_path}";
</script>
<!-- 기본 js/언어파일 로드 -->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("js/xquared-min.js")-->
<!--%import("js/xe_interface.js")-->