jce-mobile-app/www/templates/aguda.html

52 lines
1.2 KiB
HTML

<ion-view view-title="אגודת הסטודנטים" >
<ion-content>
<div class="page-content">
<h1><i class="icon ion-speakerphone"></i> אגודת הסטודנטים</h1>
<div class="list card" ng-repeat="post in agudaAll.responseData.feed.entries">
<div class="item item-avatar">
<img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/p200x200/10660171_597727170353519_3762039883805959255_n.jpg?oh=f4f4498e2f3e8fc29eaf046695ce6246&oe=55319C44&__gda__=1429862649_ff1a6a29c78ac73534f8caa69bb921a6">
<h2>{{post.contentSnippet}}</h2>
<p>{{post.publishedDate}}</p>
</div>
<div class="item item-body">
<div ng-bind-html="post.content"></div>
<a href="#" class="subdued">1 Like</a>
<a href="#" class="subdued">5 Comments</a>
</p>
</div>
<div class="item tabs tabs-secondary tabs-icon-left">
<a class="tab-item" href="#">
<i class="icon ion-thumbsup"></i>
Like
</a>
<a class="tab-item" href="#">
<i class="icon ion-chatbox"></i>
Comment
</a>
<a class="tab-item" href="#">
<i class="icon ion-share"></i>
Share
</a>
</div>
</div>
</div>
</ion-content>
</ion-view>