mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09: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,6 +1,5 @@
|
|||
<!--#include("_header.html")-->
|
||||
|
||||
<!--// 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
|
||||
<!--@if($oSourceComment->isExists())-->
|
||||
<div class="feedbackList">
|
||||
<div class="item">
|
||||
|
|
@ -19,7 +18,6 @@
|
|||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 글쓰기 폼 -->
|
||||
<!--%import("filter/insert_comment.xml")-->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
|
|
@ -30,7 +28,7 @@
|
|||
|
||||
<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