unserver-unify
Version:
66 lines • 2.2 kB
HTML
<div class="news-v3 mbl" ng-controller="MaterialDetailCtrl as ctrl">
<div class="news-v3-in">
<img ng-src="{{ctrl.imageUrl}}" width="100%"/>
<h2 style="margin-bottom:5px;">
<a style="color:rgb(51, 122, 183 );">
{{ctrl.item.name}}
</a>
</h2>
<p style="color:#9E9E9E; font-size: 12px;"><i class="fa fa-calendar"> </i>
{{ctrl.item.update | date : 'yyyy-MM-dd'}}
<i class="fa fa-pencil">
<span style="color:rgb(51, 122, 183 )">
{{ctrl.item.creater}}
</span>
</p>
<div class="margin-bottom-15">
<p class="special_note" id="description">
<span class="brf_tit">
BRIEF / 简要
</span>
{{ ctrl.item.description }}
</p>
<div class="tag-box tag-box-v2">
<div ng-bind-html="ctrl.item.detail">
</div>
</div>
</div>
<div class="list card">
<div class="item video_width" ng-repeat="page in ctrl.item.pages">
<h2 ng-if="page.title " style="margin-bottom:10px;">
{{ page.title }}
</h2>
<div class="article_holder">
<article ng-bind-html="page.detail" ng-if="!page.type||page.type=='Text'">
</article>
</div>
<video controls="" ng-if="page.type=='Video'" ng-src="{{page.videourl}}">
</video>
<img class="full-image" ng-if="page.type=='Photo'" ng-src="{{page.photourl }}"/>
<iframe height="300" ng-if="page.type=='YouTube'&&page.tubelink" ng-src="{{page.tubelink}}" width="100%">
</iframe>
</div>
</div>
<div class="fixed_container" ng-if="ctrl.item.audio">
<audio autoplay="" controls="" ng-src="{{ ctrl.item.audiourl }}" style="width:90%">
</audio>
</div>
</div>
<div class="footer_text">
Powered by
<a class="color" href="http://bamboosys.com/" target="_blanck">
BambooCloud
<sup>
®
</sup>
</a>
Online Platform
<div class="clearfix">
</div>
<a href="http://bamboosys.com/" target="_blanck">
www.bamboosys.com
</a>
</div>
<div class="clearfix">
</div>
</div>