unserver-unify
Version:
31 lines • 1.14 kB
HTML
<div class="block-description" st-safe-src="src" st-table="displayedCollection" style="padding-bottom: 0 !important; background: #eaeaea;">
<!--=== Teacher ===-->
<div class="container content">
<div class="row">
<div class="col-md-3 col-sm-6" ng-repeat="tcher in displayedCollection">
<div class="team-v2 cursor-pointer" ui-sref="index.teacher.detailgsx({teacherloginname: tcher.username,cs:getCheckSum(tcher.username)})">
<div class="company_teacher_profile">
<img alt="" class="img-responsive" ng-src="{{tcher.photourl}}"/>
</div>
<div class="inner-team">
<h3>
{{tcher.fullname}}
</h3>
<small class="color-green">
{{tcher.title}}
</small>
<p>
{{tcher.description}}
</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>