small bug fix
This commit is contained in:
parent
e244196c4b
commit
26069bb314
2 changed files with 3 additions and 3 deletions
|
@ -61,11 +61,11 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="fix">Titel</td>
|
<td class="fix">Titel</td>
|
||||||
<td><?php if(isset($_POST["go"])) echo $json2['Title']; ?></td>
|
<td><?php echo $json2['Title']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="fix">Autor</td>
|
<td class="fix">Autor</td>
|
||||||
<td><?php if(isset($_POST["go"])) echo $json2['Author']; ?></td>
|
<td><?php echo $json2['Author']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="fix">Land</td>
|
<td class="fix">Land</td>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="Eingabe">
|
<div class="Eingabe">
|
||||||
<h2>Eingabe</h2>
|
<h2>Eingabe</h2>
|
||||||
<form action="catalogue_search.php">
|
<form action="catalogue_search.php">
|
||||||
<input type="number" name="ProductId" class="input" placeholder="Geben sie die gesuchte ProduktId an" min= "0">
|
<input type="number" name="ProductId" class="input" placeholder="Geben Sie die gesuchte ProduktId an" min= "0">
|
||||||
<input type="submit" name="go" id="go">
|
<input type="submit" name="go" id="go">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue