unserver-unify
Version:
39 lines • 1.68 kB
HTML
<div class="block-description" st-safe-src="src" st-table="displayedCollection" style="padding-bottom: 0 !important; background: #eaeaea;">
<!--=== Announcement ===-->
<div class="container content">
<div class="row">
<div class="col-sm-4" ng-repeat="anno in displayedCollection">
<div class="funny-boxes funny-boxes-left-green bg-color-white margin-bottom-20" ui-sref="index.company.detail.annos({id:anno._id})">
<div class="row">
<div class="col-md-5 funny-boxes-img" style="overflow:hidden">
<a href="">
<img ng-if="anno.photo" alt="" ng-src="{{ctrl.newsPhotoUrl}}{{anno.photo}}" style="margin-bottom:0; height:100px; "/>
<img ng-if="!anno.photo" alt="" ng-src="{{defaultimage}}" style="margin-bottom:0; height:100px; "/>
</a>
</div>
<div class="col-md-7" style="height:116px; overflow:hidden">
<a class="news-title" href="">
{{anno.name}}
</a>
<div class="news-dateinfo">
{{anno.created | date:'dd/MM/yyyy'}}
</div>
<p class="clamped" style="max-height:60px;">
<span class="text news-desc">
{{anno.description}}
</span>
</p>
</div>
</div>
</div>
</div>
<div class="pull-right">
<td class="text-center" colspan="5">
<div st-displayed-pages="" st-items-by-page="9" st-pagination="">
</div>
</td>
</div>
</div>
</div>
<!--=== End Announcement ===-->
</div>