gfsd
This commit is contained in:
parent
962949fa2c
commit
5c54b5b624
4 changed files with 11 additions and 12 deletions
|
|
@ -38,12 +38,12 @@
|
|||
},
|
||||
{
|
||||
"id":"addticketwithphoto",
|
||||
"title":"Aggiungi un biglietto",
|
||||
"title":"Aggiungi Un Biglietto",
|
||||
"image":"img/Camera.png"
|
||||
},
|
||||
{
|
||||
"id":"shop",
|
||||
"title":"Spendi i crediti",
|
||||
"title":"Spendi I Crediti",
|
||||
"image":"img/Present.png",
|
||||
"home_sources":[
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ angular.module('your_app_name.controllers', [])
|
|||
$scope.user.email="laura.rossi@email.it";
|
||||
$scope.user.telephone="3477608470";
|
||||
$scope.user.picture="img/laura.jpg";
|
||||
$scope.user.score="15463";
|
||||
$scope.user.score="2450";
|
||||
$scope.takePicture = function(){
|
||||
var cameraOptions = {
|
||||
quality: 50,
|
||||
|
|
@ -564,6 +564,7 @@ angular.module('your_app_name.controllers', [])
|
|||
{
|
||||
case "addticketwithphoto":
|
||||
{
|
||||
$scope.categoryTitle = "Aggiungi Un Biglietto";
|
||||
break;
|
||||
}
|
||||
case "booking":
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
<div class="list category-homes">
|
||||
<a ng-repeat="source in category_sources" class="item item-icon-right" ui-sref="app.category-entries({categoryId: categoryId, sourceId: (source.title | slugify)})">
|
||||
<a ng-repeat="source in category_sources" class="item item-icon-right" ui-sref="app.category-entries({categoryId: categoryId, sourceId: (source.title)})">
|
||||
<div class="thumbnail-outer" style="height:80px;">
|
||||
<pre-img ratio="_1_1" helper-class="">
|
||||
<img class="" ng-src="{{source.image}}" spinner-on-load>
|
||||
|
|
|
|||
|
|
@ -3,26 +3,24 @@
|
|||
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-title>
|
||||
<span>Home</span>
|
||||
<span></span>
|
||||
</ion-nav-title>
|
||||
<ion-content>
|
||||
<div class="list card">
|
||||
|
||||
<div class="item item-thumbnail-left" style="background-image: url('img/ScoreBkg.png'); height:120px;">
|
||||
<img src="img/IconaGrandeHomepage.png">
|
||||
<h2>Punti {{user.score}}</h2>
|
||||
<p>dkdkdk</p>
|
||||
<div class="item item-thumbnail-left" style="background-image: url('img/ScoreBkg.png'); height:160px; background-size:100%;">
|
||||
<img src="img/IconaGrandeHomepage.png" style="top:20px; width: 40%; height: 85%; max-width: 10000px; max-height: 10000px;" >
|
||||
<h1 style="color:#FFFFFF; padding-left: 40px; font-size:35px; text-shadow: 2px 2px #000000; text-shadow:2px 2px 0px rgba(0,0,0, 0.7);">Travel Coin </h1>
|
||||
<h1 style="color:#FFFFFF; padding-left: 65px; font-family: 'Ocra'; font-weigth: bold; font-size:60px; text-shadow:2px 2px 0px rgba(0,0,0, 0.7);">{{user.score}}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row categories-list">
|
||||
|
||||
<div ng-repeat="category in home_categories" class="col col-50">
|
||||
<a class="home-category" ui-sref="app.category({categoryId: (category.id | slugify)})">
|
||||
<div class="category-bg"></div>
|
||||
|
||||
<div class="category-bg"></div>
|
||||
<pre-img ratio="_1_1" helper-class="square-image">
|
||||
<img class="category-image" ng-src="{{category.image}}" spinner-on-load>
|
||||
|
||||
</pre-img>
|
||||
<span class="category-title">{{category.title}}</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue