2023-01-28 18:52:41 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>ctdo - admin</title>
|
|
|
|
<link rel="stylesheet" href="/style/main.css">
|
|
|
|
<link rel="stylesheet" href="/style/dashboard.css">
|
2023-01-29 17:51:29 +00:00
|
|
|
<link rel="stylesheet" href="/style/events.css">
|
2023-01-28 18:52:41 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<img src="/image/logo_ctdo.svg" alt="ctdo logo">
|
|
|
|
!NAV
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
!RAUMSTATUS
|
2023-01-28 20:01:15 +00:00
|
|
|
!EVENTS
|
|
|
|
|
2023-01-28 23:03:06 +00:00
|
|
|
<form action="/!ADMINKEY" method="post" enctype="multipart/form-data">
|
2023-01-28 20:01:15 +00:00
|
|
|
<input type="text" name="title" placeholder="Titel"><br>
|
|
|
|
<input type="text" name="description" placeholder="Beschreibung"><br>
|
|
|
|
<label for="media">Bilder:</label><input type="file" name="media" id="media" multiple><br>
|
|
|
|
<label for="date">Datum:</label><input type="date" name="date" id="date"><br>
|
|
|
|
<input type="submit" value="Event Erstellen">
|
|
|
|
</form>
|
2023-01-28 18:52:41 +00:00
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
!FOOTERNAV
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|