mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
prealpha01
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ion-view view-title="{{'Ask_for_Package' | translate}}">
|
||||
<ion-view view-title="{{'Ask_for_Package_transport' | translate}}">
|
||||
<ion-content>
|
||||
<div class="padding">
|
||||
<label class="item item-input">
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
@<input ng-model="user.telegram" class="o_transparentInput"
|
||||
placeholder="{{'Telegram' | translate}}">
|
||||
</p>
|
||||
<p>
|
||||
<input ng-model="user.localNode" class="o_transparentInput"
|
||||
placeholder="{{'LocalNode' | translate}}">
|
||||
</p>
|
||||
|
||||
<p ng-show="storageuser._id==user._id">
|
||||
<a class="button o_purple300" ng-click="update()">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</a>
|
||||
<a href="#/app/askForPackage" class="item item-icon-left o_purple300">
|
||||
<i class="icon ion-ios-box"></i>
|
||||
{{'Ask_for_Package' | translate}}
|
||||
{{'Ask_for_Package_transport' | translate}}
|
||||
</a>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</select>
|
||||
</label>
|
||||
<p>
|
||||
{{'version' | translate}}: CarsInCommon-v0.1
|
||||
{{'version' | translate}}: CommonRoutes-v0.1
|
||||
</p>
|
||||
Security:
|
||||
<a ng-href="#/app/password" class="button button-small c_deepPurple200">
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
<span class="input-label">{{'Telegram' | translate}}</span>
|
||||
@<input type="text" ng-model="signupData.telegram">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<span class="input-label">{{'LocalNode' | translate}}*</span>
|
||||
<input type="text" ng-model="signupData.localNode">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<span class="input-label">{{'Description' | translate}}*</span>
|
||||
<input type="text" ng-model="signupData.description">
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
<i ng-show="user.validated" class="ion-checkmark-circled ct_blue300"></i>
|
||||
</h3>
|
||||
<p>{{user.description}}</p>
|
||||
<p ng-show="user.localNode">
|
||||
FairCoop Local Node:<br>
|
||||
<img style="max-width:20px;" src="img/faircoop_logo.png"/> <b>{{user.localNode}}</b></p>
|
||||
<p>{{user.email}}</p>
|
||||
|
||||
<p><a class="button button-small" ng-href="#/app/users/userLikes/{{user._id}}">
|
||||
|
||||
Reference in New Issue
Block a user