upload file
This commit is contained in:
@@ -1073,6 +1073,98 @@
|
||||
kommentar omkring hvad spillet handler om, for at give spilleren den
|
||||
bedste oplevelse.
|
||||
</p>
|
||||
<section class="text-start">
|
||||
<form id="uploadFile" method="POST">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="mb-3">
|
||||
<label for="List1" class="form-label">GameJam</label>
|
||||
<input
|
||||
class="form-control"
|
||||
list="datalistOptions"
|
||||
id="List1"
|
||||
placeholder="Type to search..."
|
||||
/>
|
||||
<datalist id="datalistOptions">
|
||||
<option value="text"></option>
|
||||
</datalist>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="mb-3">
|
||||
<label for="Text1" class="form-label">Title</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
id="Text1"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="Switch1" />
|
||||
<label class="form-check-label" for="Switch1"
|
||||
>Er det et web spille?</label
|
||||
>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="mb-3">
|
||||
<div>
|
||||
<label for="formFile1" class="form-label"
|
||||
>Game file</label
|
||||
>
|
||||
<input
|
||||
class="form-control form-control-sm"
|
||||
type="file"
|
||||
id="formFile1"
|
||||
accept=".zip"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<div class="mb-3 pt-2">
|
||||
<label for="formFile2" class="form-label"
|
||||
>Thumbnail file</label
|
||||
>
|
||||
<input
|
||||
class="form-control form-control-sm"
|
||||
type="file"
|
||||
id="formFile2"
|
||||
aria-describedby="fileHelp"
|
||||
accept="image/*"
|
||||
/>
|
||||
<div id="fileHelp" class="form-text">
|
||||
Thumbnail is optional.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="mb-3">
|
||||
<label for="Text2" class="form-label">Description</label>
|
||||
<textarea
|
||||
class="form-control"
|
||||
id="Text2"
|
||||
rows="3"
|
||||
required
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 d-flex justify-content-end">
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-primary btn-lg"
|
||||
id="indsend1"
|
||||
value="Indsend"
|
||||
>
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
</section>
|
||||
<!-- Upload filer slut -->
|
||||
|
||||
@@ -1263,6 +1355,7 @@
|
||||
<script src="Javascript/Kalender.js"></script>
|
||||
<script src="Javascript/SpinningWheel.js"></script>
|
||||
<script src="Javascript/LoginFunctionality.js"></script>
|
||||
<script src="Javascript/UplodeFiles.js"></script>
|
||||
<!-- Body scripts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user