mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
위키 기본 스킨에 제목/설명을 달 수 있는 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6199 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bb0013002e
commit
fb55fedd9f
10 changed files with 195 additions and 163 deletions
|
|
@ -21,14 +21,14 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 글쓰기 폼 -->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="wikiEditor" >
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" />
|
||||
<input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($oComment->get('content'))}" />
|
||||
<input type="hidden" name="parent_srl" value="{$oComment->get('parent_srl')}" />
|
||||
|
||||
<div class="boardWrite commentEditor">
|
||||
<div class="wikiWrite commentEditor">
|
||||
|
||||
<div class="userNameAndPw">
|
||||
<!--@if(!$is_logged)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue