Skip to content

Commit

Permalink
design #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DoreenRiepel committed Jul 18, 2016
1 parent 6bf09fe commit ef296ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
21 changes: 0 additions & 21 deletions src/Frontend/plugins/browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,8 @@
"files": {}
},
"installed_plugins": {
"cordova-plugin-console": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"ionic-plugin-keyboard": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-geolocation": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
},
"cordova-plugin-compat": {
"PACKAGE_NAME": "com.ionicframework.test1815864"
}
},
"dependent_plugins": {}
Expand Down
16 changes: 14 additions & 2 deletions src/Frontend/www/templates/anfrageErstellen.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@ <h2 id="anfrageErstellen-heading4" style="color:#000000;" class=" ">Anfrage eins
</input>
<label style="font-size:14pt" for="{{element.id}}">{{element.name}}</label>
</div>
<div ng-show="myVar2" style="padding-left:0.5em" ng-repeat="eigenschaft in element.eigenschaften">
<div ng-show="myVar2" style="padding-left:0.5em">


<table>
<tr style="font-size:13pt" ng-repeat="eigenschaft in element.eigenschaften">
<td><label style="font-size:14pt" for="{{eigenschaft.id}}"></label>{{eigenschaft.beschriftung}}</td>
<td><input type="{{eigenschaft.art}}" id="{{eigenschaft.id}}" style="{{eigenschaft.style}};font-size:13pt" name="{{eigenschaft.gruppe}}" placeholder="{{eigenschaft.placeholder}}">
</input></td>
<td>{{eigenschaft.name}}</td>
</tr>
</table>


&nbsp&nbsp&nbsp
<label style="font-size:14pt" for="{{eigenschaft.id}}">{{eigenschaft.beschriftung}}
<input type="{{eigenschaft.art}}" id="{{eigenschaft.id}}" style="{{eigenschaft.style}};font-size:13pt" name="{{eigenschaft.gruppe}}" placeholder="{{eigenschaft.placeholder}}">
Expand All @@ -45,4 +57,4 @@ <h2 id="anfrageErstellen-heading4" style="color:#000000;" class=" ">Anfrage eins
<button method="post" ng-click="jsonErstellen()" id="anfrageErstellen-button19" class=" button button-positive button-block " ui-sref="anfrageErstellenBersicht">Weiter</button>
</div>
</ion-content>
</ion-view>
</ion-view>

0 comments on commit ef296ef

Please sign in to comment.