Exemplo n.º 1
0
						<li><?php 
            $archives->tags(',');
            ?>
&nbsp;•&nbsp;</li>
					<?php 
        }
        ?>
                <li><a href="<?php 
        $archives->author->ucenter();
        ?>
"><?php 
        $archives->author->name();
        ?>
</a>&nbsp;•&nbsp;</li>
				<li><span><?php 
        echo Widget_Common::formatTime($archives->created, 'Y-m-d H:i:s');
        ?>
</span></li>
				<?php 
        if ($archives->lastUid) {
            ?>
				<li>&nbsp;•&nbsp;最后回复来自:<strong><a href="<?php 
            $archives->lastAuthor->ucenter();
            ?>
"><?php 
            $archives->lastAuthor->name();
            ?>
</a></strong></li>
				<?php 
        }
        ?>
Exemplo n.º 2
0
} else {
    ?>
<!-- 页面为其他页时 -->
    			<?php 
    $this->archiveTitle(' &raquo; ', '', '');
    ?>
    		<?php 
}
?>
        </div>
    </div>
    <article class="cell post page" itemscope itemtype="http://schema.org/BlogPosting">
        <h1 class="post-title"><?php 
$this->title();
?>
</h1>
        <div class="post-content">
            <?php 
$this->content();
?>
        </div>
    </article>
    <div class="inner"><?php 
_e('最后更新:');
echo Widget_Common::formatTime($this->modified, 'Y-m-d H:i:s');
?>
</div>
    </div>
</div><!-- end #main-->
<?php 
$this->need('footer.php');