mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 03:36:44 +01:00
started user zone, post new event started, needs more implementation
This commit is contained in:
36
www/templates/newEvent.html
Normal file
36
www/templates/newEvent.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<ion-view view-title="New Event">
|
||||
<ion-content>
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<input type="text" ng-model="event.title" placeholder="Title">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<textarea ng-model="event.description" placeholder="Description"></textarea>
|
||||
</label>
|
||||
<label class="item-input">
|
||||
<span class="input-label">{{'Date' | translate}}</span>
|
||||
<input ng-model="event.date" type="date" placeholder="">
|
||||
</label>
|
||||
<label class="item-input">
|
||||
<span class="input-label">{{'Hour' | translate}}</span>
|
||||
<input ng-model="event.date" type="time" placeholder="">
|
||||
</label>
|
||||
<!--<label class="item item-input item-select">
|
||||
<div class="input-label">
|
||||
Categories
|
||||
</div>
|
||||
<select>
|
||||
<option>Xerrada</option>
|
||||
<option>Esport</option>
|
||||
<option>Debat</option>
|
||||
<option>Taller</option>
|
||||
</select>
|
||||
</label>-->
|
||||
<div class="item">
|
||||
<div ng-click="postEvent()" class="button c_indigo400 item-note">
|
||||
Post new event!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
Reference in New Issue
Block a user