|
@@ -0,0 +1,29 @@
|
|
1
|
+<!--
|
|
2
|
+ Generated template for the CreateTopicPage page.
|
|
3
|
+
|
|
4
|
+ See http://ionicframework.com/docs/components/#navigation for more info on
|
|
5
|
+ Ionic pages and navigation.
|
|
6
|
+-->
|
|
7
|
+<ion-header>
|
|
8
|
+
|
|
9
|
+ <ion-navbar>
|
|
10
|
+ <ion-title>createTopic</ion-title>
|
|
11
|
+ </ion-navbar>
|
|
12
|
+
|
|
13
|
+</ion-header>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+<ion-content padding="true" class="has-header">
|
|
17
|
+ <form id="createATopic-form6" class="list">
|
|
18
|
+ <label class="item item-input" id="createATopic-input9">
|
|
19
|
+ <input type="text" placeholder="Topic Name">
|
|
20
|
+ </label>
|
|
21
|
+ <div class="spacer" style="width: 300px; height: 35px;"></div>
|
|
22
|
+ <label class="item item-input" id="createATopic-textarea3" name="Description">
|
|
23
|
+ <span class="input-label"></span><textarea placeholder="Description of Topic"></textarea></label>
|
|
24
|
+ <div class="spacer" style="width: 300px; height: 38px;"></div>
|
|
25
|
+ <label class="item item-input" id="createATopic-textarea4" name="Advice and Strategies">
|
|
26
|
+ <span class="input-label"></span><textarea placeholder="Advice and Strategies"></textarea></label>
|
|
27
|
+ </form>
|
|
28
|
+ <a ui-sref="topics()" id="createATopic-button11" class="button button-calm button-block">Save Topic</a>
|
|
29
|
+</ion-content>
|