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
|
|
@ -35,7 +35,7 @@
|
|||
<input type="hidden" name="comment_srl" value="{$comment->get('comment_srl')}" />
|
||||
<p>"{$lang->msg_is_secret}"</p>
|
||||
<dl>
|
||||
<dt><label for="cpw">비밀번호</label> :</dt>
|
||||
<dt><label for="cpw">{$lang->password}</label> :</dt>
|
||||
<dd><input type="password" id="cpw" name="password" class="inputText" /><span class="button red"><input type="submit" value="{$lang->cmd_input}" /></span></dd>
|
||||
</dl>
|
||||
</form>
|
||||
|
|
@ -91,7 +91,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- 댓글 페이지 네비게이션 -->
|
||||
<!--@if($oDocument->comment_page_navigation)-->
|
||||
<div class="pagination a1">
|
||||
<a href="{getUrl('cpage',1)}#comment" class="prevEnd">{$lang->first_page}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue