added identifier option to search

This commit is contained in:
MassiveAtoms
2020-07-15 00:34:44 -03:00
parent 5a83ccfc07
commit dc1571bcfb
8 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,8 @@
<input id="title" type="text" name="title" value="">
<label for="author">Author: </label>
<input id="author" type="text" name="author" value="">
<label for="author">Identifier: </label>
<input id="identifier" type="text" name="identifier" value="">
<button class="waves-effect waves-light btn green accent-4" type="submit">search</button>
</form>
</div>