Update
Update hihi
This commit is contained in:
+209
-150
@@ -57,169 +57,228 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="HeaderPanel" id="header">
|
||||
<div class="HeaderLeft">
|
||||
<a style="display: inline-block" href="../Index.html">
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
</a>
|
||||
<div class="HeaderPanel" id="header">
|
||||
<div class="HeaderLeft">
|
||||
<a style="display: inline-block" href="../Index.html">
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="HeaderTitle">
|
||||
<h2 style="margin-bottom: 0px">Admin Panel</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="HeaderTitle">
|
||||
<h2 style="margin-bottom: 0px">Admin Panel</h2>
|
||||
|
||||
<!--Opret game jam-->
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h3>Administration</h3>
|
||||
<h5>Opret Game Jam</h5>
|
||||
|
||||
<div class="container">
|
||||
<form id="createGameJam" method="POST">
|
||||
<div class="row">
|
||||
<div class="FormField">
|
||||
<input type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Gamejam title"
|
||||
name="newGameJam"
|
||||
id="gamejamTitle"
|
||||
required />
|
||||
<label for="gamejamTitle" class="FormFieldLabel">
|
||||
Gamejam title
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-2">
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<input type="date"
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
name="startDate"
|
||||
id="startDate"
|
||||
required />
|
||||
<label for="startDate" class="FormFieldLabel" id="startDateLabel">
|
||||
Start dato
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<input type="time"
|
||||
class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
name="startTime"
|
||||
id="startTime"
|
||||
required />
|
||||
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
|
||||
Start tid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-2">
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<input type="date"
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
name="endDate"
|
||||
id="endDate"
|
||||
required />
|
||||
<label for="endDate" class="FormFieldLabel" id="endDateLabel">
|
||||
Slut dato
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<input type="time"
|
||||
class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
name="endTime"
|
||||
id="endTime"
|
||||
required />
|
||||
<label for="endTime" class="FormFieldLabel" id="endTimeLabel">
|
||||
Slut tid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="FormField">
|
||||
<input type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Emne / Keywords (Ikke obligatorisk)"
|
||||
name="keyWord"
|
||||
id="keyWord" />
|
||||
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
|
||||
Emne (Ikke obligatorisk)
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="FormField">
|
||||
<textarea class="FormFieldInput"
|
||||
placeholder="Beskrivelse"
|
||||
name="description"
|
||||
id="Beskrivelse"
|
||||
required></textarea>
|
||||
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
|
||||
Beskrivelse
|
||||
</label>
|
||||
</div>
|
||||
<input type="submit" name="newGameJam" id="indsend" value="Indsend" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Opret game jam slut -->
|
||||
|
||||
<!--Opret game jam-->
|
||||
<br />
|
||||
<br />
|
||||
<hr class="GradientDivider">
|
||||
|
||||
<h3>Administration</h3>
|
||||
<h5>Opret Game Jam</h5>
|
||||
<!-- updater game jam start -->
|
||||
<h5>updater Game Jam</h5>
|
||||
|
||||
<div class="container">
|
||||
<form id="createGameJam" method="POST">
|
||||
<div class="row">
|
||||
<div>
|
||||
<div class="container">
|
||||
<form id='UpdateGameJam' method='post'>
|
||||
<section id="game-jame-update-drop-down">
|
||||
</section>
|
||||
|
||||
<div class="FormField">
|
||||
<input type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Gamejam title"
|
||||
name="newGameJam"
|
||||
id="gamejamTitle"
|
||||
required />
|
||||
<label for="gamejamTitle" class="FormFieldLabel">
|
||||
Gamejam title
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-2">
|
||||
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<input type="date"
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
name="startDate"
|
||||
id="startDate"
|
||||
required />
|
||||
<label for="startDate" class="FormFieldLabel" id="startDateLabel">
|
||||
Start dato
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<input type="time"
|
||||
class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
name="startTime"
|
||||
id="startTime"
|
||||
required />
|
||||
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
|
||||
Start tid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-2">
|
||||
<section id="game-jame-update">
|
||||
|
||||
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<input type="date"
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
name="endDate"
|
||||
id="endDate"
|
||||
required />
|
||||
<label for="endDate" class="FormFieldLabel" id="endDateLabel">
|
||||
Slut dato
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="FormField">
|
||||
<label for='UGameJamTitle' class="FormFieldLabel" id="UGameJamTitleLabel">Game Jam tittle</label>
|
||||
<input type='text'
|
||||
class="FormFieldInput"
|
||||
placeholder="Gamejam title"
|
||||
id='UGameJamTitle'
|
||||
required value=""
|
||||
name="gameJamName" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<input type="time"
|
||||
class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
name="endTime"
|
||||
id="endTime"
|
||||
required />
|
||||
<label for="endTime" class="FormFieldLabel" id="endTimeLabel">
|
||||
Slut tid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row row-cols-2">
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<label for="UStartDate" class="FormFieldLabel" id="UStartDateLabel">Start dag</label>
|
||||
<input type='date'
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
id='UStartDate'
|
||||
required name="startDate" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<label for="UStartTime" class="FormFieldLabel" id="UStartTimeLabel">Start tid</label>
|
||||
<input type="time"
|
||||
class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
id="UStartTime"
|
||||
required name="startTime" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Behold-->
|
||||
<div class="FormField">
|
||||
<input type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Emne / Keywords (Ikke obligatorisk)"
|
||||
name="keyWord"
|
||||
id="keyWord" />
|
||||
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
|
||||
Emne (Ikke obligatorisk)
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="FormField">
|
||||
<textarea class="FormFieldInput"
|
||||
placeholder="Beskrivelse"
|
||||
name="description"
|
||||
id="Beskrivelse"
|
||||
required></textarea>
|
||||
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
|
||||
Beskrivelse
|
||||
</label>
|
||||
</div>
|
||||
<input type="submit" name="newGameJam" id="indsend" value="Indsend" />
|
||||
</form>
|
||||
</div>
|
||||
<!-- Opret game jam slut -->
|
||||
<hr class="GradientDivide">
|
||||
<!-- updater game jam start -->
|
||||
<h5>updater Game Jam</h5>
|
||||
<form id='UpdateGameJam' method='post'>
|
||||
<section id="game-jame-update-drop-down">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="game-jame-update">
|
||||
|
||||
<input type="hidden" name="gameJamId" required/>
|
||||
<label for='UGameJamTitle'>Game Jam tittle</label>
|
||||
<input type='text' id='UGameJamTitle' required value="" name="gameJamName"/>
|
||||
<label for="UStartDate">Start dag</label>
|
||||
<input type='date' id='UStartDate' required name="startDate"/>
|
||||
<label for="UStartTime">Start tid</label>
|
||||
<input type="time" id="UStartTime" required name="startTime"/>
|
||||
<label for="UEndDate">Slut dag</label>
|
||||
<input type="date" id="UEndDate" required name="endDate"/>
|
||||
<label for="UEndTime">slut tid</label>
|
||||
<input type="time" id="UEndTime" required name="endTime"/>
|
||||
<label for="UKeyWord">Emne(Ikke obligatorisk)</label>
|
||||
<input type="text" id="UKeyWord" name="keyWord"/>
|
||||
<label for="UDescription">Beskrivelse</label>
|
||||
<input type="text" id="UDescription" required name="description"/>
|
||||
<input type="submit" value="set" name="updateGameJam">
|
||||
<div class="row row-cols-2">
|
||||
<div class="col" id="colDate">
|
||||
<div class="FormField">
|
||||
<label for="UEndDate" class="FormFieldLabel" id="UEndDateLabel">Slut dag</label>
|
||||
<input type="date"
|
||||
class="FormFieldInput"
|
||||
placeholder="mm/dd/yyyy"
|
||||
id="UEndDate"
|
||||
required name="endDate" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col" id="colTime">
|
||||
<div class="FormField">
|
||||
<label for="UEndTime" class="FormFieldLabel" id="UEndTimeLabel">slut tid</label>
|
||||
<input type="time"
|
||||
Class="FormFieldInput"
|
||||
placeholder="hh:mm"
|
||||
id="UEndTime"
|
||||
required name="endTime" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="FormField">
|
||||
<label for="UKeyWord" class="FormFieldLabel" id="UKeyWordLabel">Emne(Ikke obligatorisk)</label>
|
||||
<input type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Emne / Keywords (Ikke obligatorisk)"
|
||||
id="UKeyWord"
|
||||
name="keyWord" />
|
||||
</div>
|
||||
<div class="FormField">
|
||||
<label for="UKeyWord" class="FormFieldLabel" id="UDescriptionLabel">Beskrivelse</label>
|
||||
<textarea class="FormFieldInput"
|
||||
|
||||
placeholder="Beskrivelse"
|
||||
id="UDescription"
|
||||
required name="description"></textarea>
|
||||
</div>
|
||||
<input type="submit"
|
||||
value="set"
|
||||
name="updateGameJam"
|
||||
id="updateGameJam" />
|
||||
|
||||
|
||||
</section>
|
||||
</form>
|
||||
</section>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Body scripts -->
|
||||
<script src="../Javascript/OverlayScrollbar.js"></script>
|
||||
<!--<script src="../Javascript/AddEvent.js"></script>-->
|
||||
<script src="../Javascript/AddGameJam.js"></script>
|
||||
<!-- Body scripts end -->
|
||||
<script src="../Javascript/AdminPageScript.js"></script>
|
||||
<!-- Body scripts -->
|
||||
<script src="../Javascript/OverlayScrollbar.js"></script>
|
||||
<!--<script src="../Javascript/AddEvent.js"></script>-->
|
||||
<script src="../Javascript/AddGameJam.js"></script>
|
||||
<!-- Body scripts end -->
|
||||
<script src="../Javascript/AdminPageScript.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user