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",
|
"id":"addticketwithphoto",
|
||||||
"title":"Aggiungi un biglietto",
|
"title":"Aggiungi Un Biglietto",
|
||||||
"image":"img/Camera.png"
|
"image":"img/Camera.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"shop",
|
"id":"shop",
|
||||||
"title":"Spendi i crediti",
|
"title":"Spendi I Crediti",
|
||||||
"image":"img/Present.png",
|
"image":"img/Present.png",
|
||||||
"home_sources":[
|
"home_sources":[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ angular.module('your_app_name.controllers', [])
|
||||||
$scope.user.email="laura.rossi@email.it";
|
$scope.user.email="laura.rossi@email.it";
|
||||||
$scope.user.telephone="3477608470";
|
$scope.user.telephone="3477608470";
|
||||||
$scope.user.picture="img/laura.jpg";
|
$scope.user.picture="img/laura.jpg";
|
||||||
$scope.user.score="15463";
|
$scope.user.score="2450";
|
||||||
$scope.takePicture = function(){
|
$scope.takePicture = function(){
|
||||||
var cameraOptions = {
|
var cameraOptions = {
|
||||||
quality: 50,
|
quality: 50,
|
||||||
|
|
@ -564,6 +564,7 @@ angular.module('your_app_name.controllers', [])
|
||||||
{
|
{
|
||||||
case "addticketwithphoto":
|
case "addticketwithphoto":
|
||||||
{
|
{
|
||||||
|
$scope.categoryTitle = "Aggiungi Un Biglietto";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "booking":
|
case "booking":
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="list category-homes">
|
<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;">
|
<div class="thumbnail-outer" style="height:80px;">
|
||||||
<pre-img ratio="_1_1" helper-class="">
|
<pre-img ratio="_1_1" helper-class="">
|
||||||
<img class="" ng-src="{{source.image}}" spinner-on-load>
|
<img class="" ng-src="{{source.image}}" spinner-on-load>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
|
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
|
||||||
</ion-nav-buttons>
|
</ion-nav-buttons>
|
||||||
<ion-nav-title>
|
<ion-nav-title>
|
||||||
<span>Home</span>
|
<span></span>
|
||||||
</ion-nav-title>
|
</ion-nav-title>
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<div class="list card">
|
<div class="list card">
|
||||||
|
|
||||||
<div class="item item-thumbnail-left" style="background-image: url('img/ScoreBkg.png'); height:120px;">
|
<div class="item item-thumbnail-left" style="background-image: url('img/ScoreBkg.png'); height:160px; background-size:100%;">
|
||||||
<img src="img/IconaGrandeHomepage.png">
|
<img src="img/IconaGrandeHomepage.png" style="top:20px; width: 40%; height: 85%; max-width: 10000px; max-height: 10000px;" >
|
||||||
<h2>Punti {{user.score}}</h2>
|
<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>
|
||||||
<p>dkdkdk</p>
|
<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>
|
</div>
|
||||||
<div class="row categories-list">
|
<div class="row categories-list">
|
||||||
|
|
@ -19,10 +19,8 @@
|
||||||
<div ng-repeat="category in home_categories" class="col col-50">
|
<div ng-repeat="category in home_categories" class="col col-50">
|
||||||
<a class="home-category" ui-sref="app.category({categoryId: (category.id | slugify)})">
|
<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">
|
<pre-img ratio="_1_1" helper-class="square-image">
|
||||||
<img class="category-image" ng-src="{{category.image}}" spinner-on-load>
|
<img class="category-image" ng-src="{{category.image}}" spinner-on-load>
|
||||||
|
|
||||||
</pre-img>
|
</pre-img>
|
||||||
<span class="category-title">{{category.title}}</span>
|
<span class="category-title">{{category.title}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue