mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@328 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6f465e423
commit
79ac997400
15 changed files with 28 additions and 7 deletions
|
|
@ -57,6 +57,8 @@
|
|||
|
||||
// 템플릿에서 사용할 변수를 Context::set()
|
||||
if($this->module_srl) Context::set('module_srl',$this->module_srl);
|
||||
|
||||
Context::set('module_info',$this->module_info);
|
||||
}
|
||||
|
||||
// 기본 모듈 정보들 설정
|
||||
|
|
|
|||
|
|
@ -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-->
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@
|
|||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
|
|
@ -23,3 +23,4 @@
|
|||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@
|
|||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
1
modules/board/skins/default/footer.html
Normal file
1
modules/board/skins/default/footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{$module_info->footer_text}
|
||||
|
|
@ -1 +1,2 @@
|
|||
<!--%import("js/board.js")-->
|
||||
{$module_info->header_text}
|
||||
|
|
|
|||
|
|
@ -23,3 +23,5 @@
|
|||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
|
|
@ -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")-->
|
||||
|
|
|
|||
|
|
@ -28,3 +28,5 @@
|
|||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
|
|
@ -19,3 +19,5 @@
|
|||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
|
|
@ -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")-->
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<!-- 엮인글 정보 출력 -->
|
||||
<div>
|
||||
{$lang->trackback} : {count($document->trackback_list)}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<!--%import("filter/vote.xml")-->
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<!-- 현 글의 기본 정보를 담고 있는 form. 필수 -->
|
||||
<form id="fo_document_info" action="./" method="get">
|
||||
|
|
|
|||
|
|
@ -105,3 +105,5 @@
|
|||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue