Added changes to the webpage to reflect the changes done to the endpoints and return data of the endponits.

This commit is contained in:
2017-04-20 22:41:37 +02:00
parent 8719d91abd
commit ba8536e1e5
2 changed files with 27 additions and 24 deletions

View File

@@ -20,21 +20,25 @@
<form action="/" id="searchForm" class="col s12">
<div class="row">
<div class="input-field col s12">
<input placeholder="Parent" id="parent" type="text">
<label for="parent">Parent</label>
<span id='parent'>
<label for="parent">Parent</label><br>
</span>
</div>
<div class="col s12"></div>
<div class="input-field col s4">
<input placeholder="" id="name" type="text">
<label for="name">Name</label>
<span id='name'>
<label for="name">Name</label><br>
</span>
</div>
<div class="input-field col s4">
<input placeholder="" id="season" type="text" class="validate">
<label for="season">Season</label>
<span id='season'>
<label for="season">Season</label><br>
</span>
</div>
<div class="input-field col s4">
<input placeholder="" id="episode" type="text" class="validate">
<label for="episode">Episode</label>
<span id='episode'>
<label for="episode">Episode</label><br>
</span>
</div>
<div class="col s12"></div>
<div class="input-field col s12">