<?php include TPL_ROOT . 'common/header.html.php';?><?php js::set('articleID', $article->id)?><?php $this->block->printRegion($layouts, 'book_read', 'top');?><?php $common->printPositionBar($article->origins);$node = $article;$books = $this->book->getSameLevelItem($article->parent);?>
<?php include 'kevinBookList.html.php';?>
<?php if(!empty($book) && $book->title): ?>
<?php echo $book->title;?>
<?php endif; ?>

<?php echo $article->title;?>

<?php echo formatTime($article->addedDate);?>
<?php echo $article->author; ?>
<?php echo $article->views; ?>
<?php if($article->editor):?>
<?php printf($lang->book->lblEditor, $this->loadModel('user')->getByAccount($article->editor)->realname, formatTime($article->editedDate));?>
<?php endif;?>
<?php if($article->summary):?>
<?php echo $lang->book->summary;?><?php echo $lang->colon . $article->summary;?>
<?php endif; ?>
<?php echo $content;;?>
<?php $this->loadModel('file')->printFiles($article->files);?>
<?php echo $this->fetch('message', 'comment', "objectType=book&objectID=$article->id");?>
<?php $this->block->printRegion($layouts, 'book_read', 'bottom');?><?php include TPL_ROOT . 'common/footer.html.php'; ?>