update game jame
This commit is contained in:
@@ -183,11 +183,43 @@
|
||||
</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">
|
||||
|
||||
|
||||
</section>
|
||||
</form>
|
||||
|
||||
|
||||
<!-- 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