#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,17 +1,17 @@
<!-- header.html include -->
<!--// header.html include -->
<!--#include("header.html")-->
<!-- 검색을 위한 xml filter import-->
<!--// 검색을 위한 xml filter import-->
<!--%import("filter/search.xml")-->
<!-- 선택된 게시물이 있고 권한이 있으면 내용 출력 -->
<!--// 선택된 게시물이 있고 권한이 있으면 내용 출력 -->
<!--@if($oDocument->isExists() && $module_info->default_style != 'blog')-->
<div class="viewDocument">
<!--#include("./view_document.html")-->
</div>
<!--@end-->
<!-- 목록 출력 -->
<!--// 목록 출력 -->
<!--@if($module_info->default_style == 'webzine')-->
<!--#include("./style.webzine.html")-->
<!--@elseif($module_info->default_style == 'gallery')-->