|
|
<div class="content-item-without-border" style="margin-top:0;">
|
|
|
<div class="follow-us">
|
|
|
{{^ fan}}
|
|
|
{{^ fanti}}
|
|
|
<div class="title">关注我们</div>
|
|
|
{{/ fan}}
|
|
|
{{/ fanti}}
|
|
|
|
|
|
{{# fan}}
|
|
|
{{# fanti}}
|
|
|
<div class="title">Follow us</div>
|
|
|
{{/ fan}}
|
|
|
{{/ fanti}}
|
|
|
<ul class="icons-content">
|
|
|
<li><a href="http://app.yohoshow.com" target="_blank" class="icons show"></a></li>
|
|
|
<li><a href="http://weibo.com/yohomedia" target="_blank" class="icons sina"></a></li>
|
...
|
...
|
@@ -19,7 +19,13 @@ |
|
|
</ul>
|
|
|
<div class="follow-us-input-content">
|
|
|
<input type="text" value="" class="followus-input" placeholder="me@email.com">
|
|
|
<button class="button followus-button">订阅</button>
|
|
|
{{^ fanti}}
|
|
|
<button class="button followus-button">订阅</button>
|
|
|
{{/ fanti}}
|
|
|
|
|
|
{{# fanti}}
|
|
|
<button class="button followus-button">訂閱</button>
|
|
|
{{/ fanti}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|