Authored by happyhour7@163.com

最新模板上传

... ... @@ -12,9 +12,11 @@
{{# subChannel}}
<a class="channel" href="{{link}}" target="_blank" onclick="YOHODCLICK('home','web','contentTwoChannel')">{{name}}</a>&nbsp;|&nbsp;
{{/ subChannel}}
</span>
<a class="item-title" href="{{link}}" target="_blank" _title="{{title}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{title}}</a>
<a class="item-title" href="{{link}}" target="_blank" _title="{{subtitle}}" style="margin-top:5px;" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{subtitle}}</a>
</span>{{# title}}
<a class="item-title" href="{{link}}" target="_blank" _title="{{title}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a>{{/ title}}
{{# subtitle}}
<a class="item-title" href="{{link}}" target="_blank" _title="{{subtitle}}" style="margin-top:5px;" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a>
{{/ subtitle}}
<a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a>
</div>
</div>
\ No newline at end of file
... ...