index_hk.html 1.3 KB
{{> layout/header_fan}}

{{# writerInfo}}
<div class="editor-content">
    <span class="photo-span">
        <img class="photo" src="{{photo}}">
    </span>
    <span class="username">{{username}}</span>
    <span class="usermark">
        {{usermark}}</span>
    {{#if commentCount}}
    <span class="comment_button comment-num edit-comment">{{commentCount}}</span>
    {{else}}
    <span class="comment_button comment-num edit-comment">留言</span>
    {{/if}}
</div>
{{/ writerInfo}}

<div class="editor-comment-content clearfix" style="display:none">
    <div class="usermsg">
        <span class="about-username">{{username}}</span>
        <span class="about-user">{{aboutUser}}</span>
        <span class="discuss">Discuss This Editor<br>(<em class="comment-num zero">{{commentCount}}</em> Comments)</span>
        <span class="login-explorer">You must Sign up to join the conversation.</span>
        <span class="user-right">©  Project Copyright Info</span>
        <span class="report">Report</span>
    </div>
    <div class="comment-area" style="display:block;" cid="{{cid}}">
    </div>
</div>
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
    {{# Items}}
    {{> channel/item}}
    {{/ Items}}
</div>

{{> channel/pager}}
{{> common/comment}}
{{> common/third_login}}

{{> layout/footer_fan}}