mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
기본 게시판 스킨 언어 변화 및 주석 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bb2d6e1ac6
commit
9ce01957cf
16 changed files with 662 additions and 763 deletions
|
|
@ -1,4 +1,3 @@
|
|||
<!-- 글 내용 보여주기 -->
|
||||
<div class="boardRead">
|
||||
|
||||
<div class="boardReadHeader">
|
||||
|
|
@ -30,7 +29,6 @@
|
|||
<tr>
|
||||
<th scope="row">{$val->name}</th>
|
||||
<td>
|
||||
<!--// 확장변수(extra_var)의 type에 따른 값을 출력하기 위해서 특별히 제작된 파일을 include 한다 -->
|
||||
<!--#include("./extra_var_value.html")-->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -58,7 +56,6 @@
|
|||
{$oDocument->getContent()}
|
||||
<!--@end-->
|
||||
|
||||
<!-- 서명 / 프로필 이미지 출력 -->
|
||||
<!--@if($oDocument->getProfileImage() || $oDocument->getSignature())-->
|
||||
<div class="memberSignature">
|
||||
<!--@if($oDocument->getProfileImage())-->
|
||||
|
|
@ -133,7 +130,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- 목록, 수정/삭제 버튼 -->
|
||||
<div class="boardNavigation">
|
||||
<!--@if($module_info->default_style != 'blog')-->
|
||||
<div class="buttonLeft">
|
||||
|
|
@ -151,15 +147,12 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- 엮인글 -->
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<!--#include("./trackback.html")-->
|
||||
<!--@end-->
|
||||
|
||||
<!-- 댓글 -->
|
||||
<!--#include("./comment.html")-->
|
||||
|
||||
<!-- 댓글 입력 폼 -->
|
||||
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
|
||||
<!--%import("filter/insert_comment.xml")-->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
|
||||
|
|
@ -169,7 +162,7 @@
|
|||
<input type="hidden" name="content" value="" />
|
||||
<div class="boardWrite commentEditor">
|
||||
|
||||
<h3 class="commentHeader">댓글 쓰기</h3>
|
||||
<h3 class="commentHeader">{$lang->comment}</h3>
|
||||
|
||||
<div class="userNameAndPw">
|
||||
<!--@if(!$is_logged)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue