Styles und Buys verbessert
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<div class="modal image-modal transparent" ng-click="closeModal()">
|
||||
<img ng-src="{{imagesrc}}" class="fullscreen-image"/>
|
||||
</div>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div class="modal image-modal transparent" ng-click="closeVorschauModal()">
|
||||
<img ng-src="{{imagesrc}}" class="fullscreen-image"/>
|
||||
</div>
|
||||
@@ -1,29 +0,0 @@
|
||||
<ion-view view-title="Gekaufte Rosen">
|
||||
<ion-content class="padding">
|
||||
|
||||
<div style="padding-bottom:15px;">
|
||||
|
||||
<ul class="list card">
|
||||
<div class="item item-divider oleo">Hier können Sie Ihre gekauften Rosen ansehen oder nochmals versenden!</div>
|
||||
|
||||
<a class="item item-thumbnail-left item-button-right" href="#" ng-repeat="i in items" ng-model="items">
|
||||
<img src="img/rose1.png">
|
||||
<h2>{{i.name}}</h2>
|
||||
<p>{{i.freitext}} </p>
|
||||
<div class="buttons" style="margin-top:30px;">
|
||||
<button class="button button-small" >
|
||||
<i class="button button-icon icon ion-settings"></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>
|
||||
@@ -1,35 +0,0 @@
|
||||
<ion-view view-title="Gekaufte Rosen ..">
|
||||
<ion-content class="padding">
|
||||
|
||||
<div style="padding-bottom:20px;"></div>
|
||||
<div class="item item-divider oleo">.. Löschen, Anzeigen oder Teilen?</div>
|
||||
|
||||
<a href="#" ></a>
|
||||
|
||||
<ion-card ng-repeat="i in items" ng-model="items">
|
||||
|
||||
<div class="list card">
|
||||
<div class="item item-avatar"> <img ng-src="{{i.appimgpublicpath}}">
|
||||
<h2> <div class="oleo">{{i.name}}</div> </h2><div class="oleo-vsmall">Erstellt am: {{i.kaufdatum}}</div>
|
||||
</div>
|
||||
|
||||
<div class="item item-body">
|
||||
<div class="oleo-vsmall">{{i.bildtext}}</div>
|
||||
</div>
|
||||
|
||||
<ion-item>
|
||||
|
||||
|
||||
<div class="item tabs tabs-secondary tabs-icon-left">
|
||||
<a href="#" class="tab-item"ng-click="deleteBuy(i.id,i.bild)"><i class="icon ion-trash-a button-custom"></i>Löschen</a>
|
||||
<a href="#" class="tab-item" ng-click="showImages(i.appimgpublicpath,i.bild)"><i class="icon ion-android-image button-custom"></i>Anzeigen</a>
|
||||
<a href="#" class="tab-item" ng-click="shareimage(i.appimgpublicpath,i.bild)"><i class="icon ion-share button-custom"></i>Teilen</a>
|
||||
</div>
|
||||
|
||||
</ion-item>
|
||||
</div>
|
||||
|
||||
</ion-card>
|
||||
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!--
|
||||
Create tabs with an icon and label, using the tabs-positive style.
|
||||
Each tab's child <ion-nav-view> directive will have its own
|
||||
navigation history that also transitions its views in and out.
|
||||
-->
|
||||
|
||||
<ion-tabs class="tabs-icon-top tabs-color-active-light tabs-assertive">
|
||||
|
||||
<!-- Dashboard Tab -->
|
||||
<ion-tab title="Rosen kaufen" icon-off="ion-ios-cart" icon-on="ion-ios-cart" href="#/tab/dash">
|
||||
<ion-nav-view name="tab-dash"></ion-nav-view>
|
||||
</ion-tab>
|
||||
|
||||
<!-- Meine Einkaufe -->
|
||||
<ion-tab title="Gekaufte Rosen" icon-off="ion-cash" icon-on="ion-cash" href="#/tab/buys">
|
||||
<ion-nav-view name="tab-buys"></ion-nav-view>
|
||||
</ion-tab>
|
||||
</ion-tabs>
|
||||
Reference in New Issue
Block a user