Kaufliste angepasst
This commit is contained in:
parent
36c7e2c8e2
commit
17c376632d
@ -1,16 +1,112 @@
|
||||
<ion-view view-title="Gekaufte Rosen">
|
||||
<ion-content>
|
||||
<ion-list>
|
||||
<ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="chat in chats" type="item-text-wrap" href="#/tab/chats/{{chat.id}}">
|
||||
<img ng-src="{{chat.face}}">
|
||||
<h2>{{chat.name}}</h2>
|
||||
<p>{{chat.lastText}}</p>
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
|
||||
<ion-option-button class="button-assertive" ng-click="remove(chat)">
|
||||
Delete
|
||||
</ion-option-button>
|
||||
</ion-item>
|
||||
</ion-list>
|
||||
<div style="padding-bottom:15px;">
|
||||
<div class="item item-divider oswald">Hier können Sie Ihre gekauften Rosen ansehen oder nochmals versenden!</div>
|
||||
|
||||
<ul class="list">
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#">
|
||||
<img src="img/rose1.png">
|
||||
<h1>Platzhalter Liebster </h1>
|
||||
<p>Platzhalter persönliche Nachricht </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="icon ion-image"> Vorschau</i>
|
||||
</button>
|
||||
<button class="button button-small">
|
||||
<i class="icon ion-android-share-alt"> Teilen</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user