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

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

@ -1,6 +1,6 @@
<!--#include("header.html")-->
<!-- 글 내용 보여주기 -->
<div class="boardRead">
<div class="wikiRead">
<div class="originalContent">
<div class="readBody">
<div class="contentBody">
@ -76,12 +76,12 @@
<!--#include("./comment.html")-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
<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="{$oDocument->document_srl}" />
<input type="hidden" name="comment_srl" value="" />
<input type="hidden" name="content" value="" />
<div class="boardWrite commentEditor">
<div class="wikiWrite commentEditor">
<div class="userNameAndPw">
<!--@if(!$is_logged)-->
<label for="userName">{$lang->writer}</label>