4639631357
This reverts commit198ddf5bc5, reversing changes made toa49d2c0b35.
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<h1> Lis�� j�sen </h1>
|
|
|
|
<div id="input_form">
|
|
<form name="memberForm" ng-submit="submitForm()">
|
|
<div class="form-group">
|
|
<label>Etunimi: </label>
|
|
<input id="firstNameField" required type="text" placeholder="S�hk�" class="form-control" ng-model="firstName"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Sukunimi: </label>
|
|
<input id="lastNameField" required type="text" placeholder="Insin��ri" class="form-control" ng-model="lastName"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>S�hk�posti: </label>
|
|
<input id="emailField" required type="text" placeholder="sahko.insinoori@aalto.fi" class="form-control" ng-model="email"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>AYY j�sen: </label>
|
|
<input type="checkbox" id="AYY" value="0" ng-model="AYY"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>JAS-listaan: </label>
|
|
<input type="checkbox" id="JAS" value="0" ng-model="JAS"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Asuinkunta: </label>
|
|
<input id="PORField" required type="text" placeholder="Otaniemi" class="form-control" ng-model="POR"></input>
|
|
</div>
|
|
<button ng-click="send()" type="submit" id="sendmember">Tallenna</button>
|
|
</form>
|
|
</div>
|