mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-06 19:16:45 +01:00
v010
This commit is contained in:
@@ -339,6 +339,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
|
||||
},
|
||||
function(response) { // optional
|
||||
// failed
|
||||
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
|
||||
});
|
||||
|
||||
// Simulate a login delay. Remove this and replace with your login
|
||||
@@ -380,6 +381,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
|
||||
},
|
||||
function(response) { // optional
|
||||
// failed
|
||||
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
|
||||
});
|
||||
|
||||
// Simulate a login delay. Remove this and replace with your login
|
||||
@@ -423,6 +425,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
|
||||
},
|
||||
function(response) { // optional
|
||||
// failed
|
||||
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
|
||||
});
|
||||
|
||||
// Simulate a login delay. Remove this and replace with your login
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<h2>{{fav.username}}</h2>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item-note">
|
||||
<!--<div class="item-note">
|
||||
<button class="button button-small button-dark" ng-click="closeModalFavsList()">{{'Close' | translate}}</button>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</ion-content>
|
||||
</ion-modal-view>
|
||||
|
||||
@@ -1,19 +1,42 @@
|
||||
<ion-view view-title="{{'Help' | translate}}">
|
||||
<ion-content>
|
||||
<ion-content class="padding">
|
||||
<p>
|
||||
help instructions here
|
||||
(help instructions here)
|
||||
</p>
|
||||
<p>
|
||||
This is a car sharing App.
|
||||
</p>
|
||||
<p>
|
||||
The main concept of the app, is sharing offers to share travels in car.
|
||||
<br>
|
||||
There are <b>3 types of publication</b>:
|
||||
</p>
|
||||
<p>
|
||||
<ul class="list">
|
||||
<li class="item">
|
||||
<h4>Travel offer</h4>
|
||||
<img ng-src="img/offering.png" class="o-img-new"/>
|
||||
For example: I'm going with my car to a place, in my car can go more people.
|
||||
</li>
|
||||
<li class="item">
|
||||
<h4>Travel ask</h4>
|
||||
<img ng-src="img/package.png" class="o-img-new"/>
|
||||
For example: I need to travel a place, can somebody take me there?
|
||||
</li>
|
||||
<li class="item">
|
||||
<h4>Package send ask</h4>
|
||||
<img ng-src="img/asking.png" class="o-img-new"/>
|
||||
For example: I need to send some package to a place, can somebody carry it to there?
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
To <b>create a new publication</b>, just need to go in to 'Travels' section in the main menu, and select one of the 3 top buttons:
|
||||
<img ng-src="img/newpackage.png" class="o-img-new"/>
|
||||
<img ng-src="img/newasking.png" class="o-img-new"/>
|
||||
<img ng-src="img/newoffering.png" class="o-img-new"/>
|
||||
</p>
|
||||
<p>
|
||||
<img ng-src="img/package.png" class="o-img-new"/>
|
||||
<img ng-src="img/asking.png" class="o-img-new"/>
|
||||
<img ng-src="img/offering.png" class="o-img-new"/>
|
||||
</p>
|
||||
<br><br>
|
||||
<p>not yet</p>
|
||||
<p>(not finished yet)...</p>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
@@ -9,5 +9,8 @@
|
||||
<option value="catala">català</option>
|
||||
</select>
|
||||
</label>
|
||||
<p>
|
||||
version: CarsInCommon-v010
|
||||
</p>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
<img class='o-imgMenu' src="img/smartphone.png" /> {{travel.phone}}
|
||||
</p>
|
||||
<p ng-show="travel.telegram">
|
||||
<a ng-href="https://telegram.me/{{travel.telegram}}" target="_blank" class="button">
|
||||
<!--<a ng-href="https://telegram.me/{{travel.telegram}}" target="_blank" class="button">-->
|
||||
<img class='o-imgMenu' src="img/telegram.png" /> @{{travel.telegram}}
|
||||
</a>
|
||||
<!--</a>-->
|
||||
</p>
|
||||
</div>
|
||||
<div class='col o-text-right'>
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
<p class="o-bold">{{user.description}}</p>
|
||||
<p>{{user.mail}}</p>
|
||||
<p>
|
||||
<a ng-href="https://telegram.me/{{user.telegram}}" target="_blank" class="button">
|
||||
<!--<a ng-href="https://telegram.me/{{user.telegram}}" target="_blank" class="button">-->
|
||||
<img class='o-imgMenu' src="img/telegram.png" /> @{{user.telegram}}
|
||||
</a>
|
||||
<!--</a>-->
|
||||
</p>
|
||||
|
||||
<div class="o-text-right">
|
||||
|
||||
Reference in New Issue
Block a user