This commit is contained in:
/jedi/ 2018-12-30 06:53:29 +01:00
parent 46f6b78040
commit 2708eb8a1f
5 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
Insert Item into DB Insert Item into DB
</div> </div>
<div class="card-body"> <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="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="WO" name="wo"></p>
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p> <p><input type="text" class="form-control" placeholder="WAS" name="was"></p>

View file

@ -26,7 +26,7 @@
Insert Item into DB Insert Item into DB
</div> </div>
<div class="card-body"> <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="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="WO" name="wo"></p>
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p> <p><input type="text" class="form-control" placeholder="WAS" name="was"></p>

View file

@ -26,7 +26,7 @@
Insert Item into DB Insert Item into DB
</div> </div>
<div class="card-body"> <div class="card-body">
<form method="POST" action="action.php?action=tinder"> <form method="POST" action="/action.php?action=tinder">
<p> <p>
<select class="form-control" placeholder="FUND-ID" name="found" > <select class="form-control" placeholder="FUND-ID" name="found" >
<?php <?php

View file

@ -26,7 +26,7 @@
Insert Item into DB Insert Item into DB
</div> </div>
<div class="card-body"> <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="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="WO" name="wo"></p>
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p> <p><input type="text" class="form-control" placeholder="WAS" name="was"></p>

View file

@ -26,7 +26,7 @@
Insert Item into DB Insert Item into DB
</div> </div>
<div class="card-body"> <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="FUND-ID" name="found"></p>
<p><input type="text" class="form-control" placeholder="SUCH-ID" name="lost"></p> <p><input type="text" class="form-control" placeholder="SUCH-ID" name="lost"></p>
<p><input type="submit" class="form-control"></p> <p><input type="submit" class="form-control"></p>