styling for edit and add subpage
This commit is contained in:
@@ -14,17 +14,25 @@
|
||||
?>
|
||||
|
||||
<body>
|
||||
<div class="headline">
|
||||
<h2>Station hinzufügen</h2>
|
||||
</div>
|
||||
<div>
|
||||
<form method="post">
|
||||
<label for="station_name">Name:</label>
|
||||
<input id="station_name" type="text" name="station_name"/><br>
|
||||
<label for="station_pos">Standort:</label>
|
||||
<input id="station_pos" type="text" name="station_pos"/><br>
|
||||
<input id="button" type="submit" value="Hinzufügen"/>
|
||||
</form>
|
||||
<div class="center">
|
||||
<div class="headline">
|
||||
<h2>Station hinzufügen</h2>
|
||||
</div>
|
||||
<div class="form_div">
|
||||
<form method="post">
|
||||
<div class="txt_field">
|
||||
<input id="station_name" type="text" name="station_name" required/>
|
||||
<span></span>
|
||||
<label for="station_name">Name</label>
|
||||
</div>
|
||||
<div class="txt_field">
|
||||
<input id="station_pos" type="text" name="station_pos" required/>
|
||||
<span></span>
|
||||
<label for="station_pos">Standort</label>
|
||||
</div>
|
||||
<input id="button" type="submit" value="Hinzufügen" class="btn-confirm"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user