git-svn-id: http://xe-core.googlecode.com/svn/trunk@328 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-08 04:45:05 +00:00
parent e6f465e423
commit 79ac997400
15 changed files with 28 additions and 7 deletions

View file

@ -57,6 +57,8 @@
// 템플릿에서 사용할 변수를 Context::set()
if($this->module_srl) Context::set('module_srl',$this->module_srl);
Context::set('module_info',$this->module_info);
}
// 기본 모듈 정보들 설정

View file

@ -1,5 +1,8 @@
<!--%import("filter/insert_comment.xml")-->
<!--#include("header.html")-->
<!--@if($source_comment)-->
<!--#include("footer.html")-->
<!--@end-->
<!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
<!--@if($source_comment)-->
@ -68,3 +71,7 @@
</tr>
</table>
</form>
<!--@if($source_comment)-->
<!--#include("footer.html")-->
<!--@end-->

View file

@ -20,3 +20,4 @@
</form>
<!--#include("footer.html")-->

View file

@ -23,3 +23,4 @@
</form>
<!--#include("footer.html")-->

View file

@ -20,3 +20,4 @@
</form>
<!--#include("footer.html")-->

View file

@ -0,0 +1 @@
{$module_info->footer_text}

View file

@ -1 +1,2 @@
<!--%import("js/board.js")-->
{$module_info->header_text}

View file

@ -23,3 +23,5 @@
</table>
</form>
<!--#include("footer.html")-->

View file

@ -1,8 +1,6 @@
<!--%import("filter/search.xml")-->
<!--#include("header.html")-->
{$module_info->header_text}
<!-- 게시판 제목/ 설명 -->
<!--@if($module_info->title || $module_info->desc)-->
<div>
@ -140,4 +138,4 @@
<!--@end-->
{$module_info->footer_text}
<!--#include("footer.html")-->

View file

@ -28,3 +28,5 @@
</table>
</form>
<!--#include("footer.html")-->

View file

@ -19,3 +19,5 @@
</table>
</form>
<!--#include("footer.html")-->

View file

@ -1,4 +1,8 @@
<!--#include("header.html")-->
<div>{$message}</div>
<!--@if(!$is_logged)-->
<a href="{getUrl('act','dispLogin')}">{$lang->cmd_login}</a>
<!--@end-->
<!--#include("footer.html")-->

View file

@ -1,5 +1,3 @@
<!--#include("header.html")-->
<!-- 엮인글 정보 출력 -->
<div>
{$lang->trackback} : {count($document->trackback_list)}

View file

@ -1,5 +1,4 @@
<!--%import("filter/vote.xml")-->
<!--#include("header.html")-->
<!-- 현 글의 기본 정보를 담고 있는 form. 필수 -->
<form id="fo_document_info" action="./" method="get">

View file

@ -105,3 +105,5 @@
</table>
</form>
<!--#include("footer.html")-->