비밀글일 경우 비밀번호를 받는 form을 적용

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2722 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-10 07:04:59 +00:00
parent 855926dbdb
commit 219b7eb6a2
12 changed files with 57 additions and 18 deletions

View file

@ -248,7 +248,7 @@ Jeong, Chan Myeong 070601~070630
.boardWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
.boardWrite .extra_vars ul li { float:left; margin-right:1em; }
.smallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;}
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }

View file

@ -1,5 +1,5 @@
<!--%import("filter/input_password.xml")-->
<!--#include("header.html")-->
<!--@if(!$form_include)--><!--#include("header.html")--><!--@end-->
<div class="smallBox w268">
@ -23,5 +23,4 @@
</div>
<!--#include("footer.html")-->
<!--@if(!$form_include)--><!--#include("footer.html")--><!--@end-->

View file

@ -79,7 +79,17 @@
</table>
<!--@end-->
<div class="readBody"><div class="contentBody">{$oDocument->getContent()}</div></div>
<div class="readBody">
<div class="contentBody">
<!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
{@ $form_include = true; }
<!--#include("./input_password_form.html")-->
<!--@else-->
{$oDocument->getContent()}
<!--@end-->
</div>
</div>
<div class="readFooter">
{@ $tag_list = $oDocument->get('tag_list') }

View file

@ -248,7 +248,7 @@ Jeong, Chan Myeong 070601~070630
.boardWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
.boardWrite .extra_vars ul li { float:left; margin-right:1em; }
.smallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;}
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }

View file

@ -1,5 +1,5 @@
<!--%import("filter/input_password.xml")-->
<!--#include("header.html")-->
<!--@if(!$form_include)--><!--#include("header.html")--><!--@end-->
<div class="smallBox w268">
@ -23,5 +23,4 @@
</div>
<!--#include("footer.html")-->
<!--@if(!$form_include)--><!--#include("footer.html")--><!--@end-->

View file

@ -79,7 +79,17 @@
</table>
<!--@end-->
<div class="readBody"><div class="contentBody">{$oDocument->getContent()}</div></div>
<div class="readBody">
<div class="contentBody">
<!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
{@ $form_include = true; }
<!--#include("./input_password_form.html")-->
<!--@else-->
{$oDocument->getContent()}
<!--@end-->
</div>
</div>
<div class="readFooter">
{@ $tag_list = $oDocument->get('tag_list') }

View file

@ -255,7 +255,7 @@ Jeong, Chan Myeong 070601~070630
.boardWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
.boardWrite .extra_vars ul li { float:left; margin-right:1em; }
.smallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;}
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }

View file

@ -1,5 +1,5 @@
<!--%import("filter/input_password.xml")-->
<!--#include("header.html")-->
<!--@if(!$form_include)--><!--#include("header.html")--><!--@end-->
<div class="smallBox w268">
@ -24,4 +24,4 @@
</div>
<!--#include("footer.html")-->
<!--@if(!$form_include)--><!--#include("footer.html")--><!--@end-->

View file

@ -79,7 +79,17 @@
</table>
<!--@end-->
<div class="readBody"><div class="contentBody">{$oDocument->getContent()}</div></div>
<div class="readBody">
<div class="contentBody">
<!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
{@ $form_include = true; }
<!--#include("./input_password_form.html")-->
<!--@else-->
{$oDocument->getContent()}
<!--@end-->
</div>
</div>
<div class="readFooter">
{@ $tag_list = $oDocument->get('tag_list') }