<?php include TPL_ROOT . 'common/header.html.php';?><?php if(isset($node)) $common->printPositionBar($node->origins);?><?php$state= ('true' == $isShowSubBook) ? " checked ='checked'" : "";$stateContent= ('true' == $isShowContent) ? " checked ='checked'" : "";?>
<?php include 'kevinBookList.html.php';?>
<?php if(!empty($book) && $book->title): ?>
<?php echo $book->title;?><?php if('chapter' == $node->type):?>
<?phpecho html::checkbox('isShowSubBook', $this->lang->book->showQuote, 'checked', "$state onchange='submitCheckBox();' 'class='form-control'");echo html::hidden('postSubBookCheckBox', '');?>
<?phpecho html::checkbox('isShowContent', $this->lang->book->showContent, 'checked', "$stateContent onchange='submitCheckBox();' 'class='form-control'");echo html::hidden('postContentCheckBox', '');?>
<?php endif; ?>
<?php endif; ?>
<?php if(!empty($catalog)) echo $catalog;?>
<?php include TPL_ROOT . 'common/footer.html.php'; ?>