위키 기본 스킨에 제목/설명을 달 수 있는 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6199 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-24 09:26:34 +00:00
parent bb0013002e
commit fb55fedd9f
10 changed files with 195 additions and 163 deletions

View file

@ -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)-->