fix
This commit is contained in:
parent
46f6b78040
commit
2708eb8a1f
5 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="POST" action="action.php?action=insert">
|
||||
<form method="POST" action="/action.php?action=insert">
|
||||
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="POST" action="action.php?action=lost">
|
||||
<form method="POST" action="/action.php?action=lost">
|
||||
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="POST" action="action.php?action=tinder">
|
||||
<form method="POST" action="/action.php?action=tinder">
|
||||
<p>
|
||||
<select class="form-control" placeholder="FUND-ID" name="found" >
|
||||
<?php
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form id="lost_form" method="POST" action="action.php?action=lost">
|
||||
<form id="lost_form" method="POST" action="/action.php?action=lost">
|
||||
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="POST" action="action.php?action=tinder">
|
||||
<form method="POST" action="/action.php?action=tinder">
|
||||
<p><input type="text" class="form-control" placeholder="FUND-ID" name="found"></p>
|
||||
<p><input type="text" class="form-control" placeholder="SUCH-ID" name="lost"></p>
|
||||
<p><input type="submit" class="form-control"></p>
|
||||
|
|
Loading…
Reference in a new issue