Skip to content

Commit

Permalink
version finale
Browse files Browse the repository at this point in the history
  • Loading branch information
Lydoche committed Dec 7, 2021
1 parent 329d228 commit a544afb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions Web/search_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h2> Search </h2>
<div class="container">
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST">
<p> You can use multiple arguments per search area by using "AND". </p>

<p> To use pattern search for the sequences you can use % before or after the pattern</p><br>
<label for="genome_name"><b>Species name</b> </label>
<input type="text" name="species_name" placeholder="Species name"><br>
Expand All @@ -39,23 +39,6 @@
<label for="seq_genome"><b>Genome sequence</b></label>
<input type="text" name="genome_seq" placeholder="Genome sequence"><br>

<label for="strand"><b>Strand</b></label>
<select name="strand">
<option value="-1"> -1</option>
<option value="+1"> +1</option>
</select><br><br>

<b> Gene localisation</b><br>
<div class="double">
<label for="gene_beg">Beginning :</label><br>
<input class="localisation_input" type="text" name="gene_beg" placeholder="Begin">
</div>
<div class="double">
<label for="gene_end">Ending :</label><br>
<input class="localisation_input" type="text" name="gene_end" placeholder="End">
</div>
<br>

<label for="gene_id"><b>Gene ID</b></label>
<input type="text" name="gene_id" placeholder="Gene ID"><br>

Expand Down

0 comments on commit a544afb

Please sign in to comment.