示例#1
0
function printIphoneRecentCommentView($page)
{
    return printIphoneCommentView(1, $page, 'recent');
}
示例#2
0
    // entry-related comment print
    list($entries, $paging) = getEntryWithPaging($blogid, $suri['id']);
    $entry = $entries ? $entries[0] : null;
    ?>
<div id="comment_<?php 
    echo $entry['id'] . "_" . time();
    ?>
" title="<?php 
    echo _text('댓글');
    ?>
 : <?php 
    echo htmlspecialchars($entry['title']);
    ?>
" selected="false">
<?php 
    printIphoneCommentView($entry['id']);
    ?>
	<fieldset class="navi margin-top10">
<?php 
    printIphoneNavigation($entry, false, true);
    ?>
	</fieldset>
</div>
<?php 
} else {
    // All comments
    ?>
<div id="comment_<?php 
    echo time();
    ?>
" title="<?php