2021-03-05 09:52:42 +00:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Title</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
2021-03-10 13:16:08 +00:00
|
|
|
<form action="../Backend/Controllers/keyWord/keyWordsRemaining.php" method="POST">
|
2021-03-05 09:52:42 +00:00
|
|
|
<input type="text" name="key_word" placeholder="key word">
|
|
|
|
<input type="submit" name="submitKeyWord" value="Submit">
|
|
|
|
</form>
|
|
|
|
|
2021-03-08 12:01:47 +00:00
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-03-08 13:52:34 +00:00
|
|
|
<form action="../Backend/Controllers/FileHandler/upload.php" method="POST" id="uploadGame" enctype="multipart/form-data">
|
2021-03-08 12:01:47 +00:00
|
|
|
|
|
|
|
<input type="text" name="gameTitle" placeholder="Title på spillet"><br><br>
|
|
|
|
|
|
|
|
<input type="text" name="description" placeholder="Beskrivelse"><br><br>
|
|
|
|
|
|
|
|
<label for="uploadGame">Upload spil [.zip]</label>
|
2021-03-09 09:41:39 +00:00
|
|
|
<input type="file" name="gameFile" id="uploadGame" placeholder="Upload dit spil"><br><br>
|
|
|
|
|
|
|
|
<label for="uploadthumbnail">Upload thumbnail [GIF, JPEG, PNG, SVG]</label>
|
|
|
|
<input type="file" name="thumbnailFile" id="uploadthumbnail" placeholder="Upload en thumbnail"><br><br>
|
2021-03-08 12:01:47 +00:00
|
|
|
|
|
|
|
<label for="web">Er spillet web based</label>
|
2021-03-08 13:52:34 +00:00
|
|
|
<input type="checkbox" id="web" name="isWebBased" value="1"><br><br>
|
2021-03-08 12:01:47 +00:00
|
|
|
|
|
|
|
<input type="submit" name="submitUpload" value="Submit">
|
|
|
|
</form>
|
|
|
|
|
2021-03-10 13:11:14 +00:00
|
|
|
<hr>
|
|
|
|
|
|
|
|
<form action="updateGameJam.php" method="POST">
|
|
|
|
<input type="submit" value="Gå til Opdater" name="updateGamJam" id="pog" />
|
|
|
|
</form>
|
2021-03-05 09:52:42 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|