mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
비밀글일 경우 비밀번호를 받는 form을 적용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2722 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
855926dbdb
commit
219b7eb6a2
12 changed files with 57 additions and 18 deletions
|
|
@ -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') }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue