start revamp
This commit is contained in:
@@ -94,7 +94,16 @@
|
||||
<label for="team2" class="form-label">Team 2:</label>
|
||||
<input type="text" id="team2" name="team2" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="gamesel" class="form-label">Game Selection:</label>
|
||||
<select id="game_sel" name="gamesel" class="form-select">
|
||||
<option value="1">Competitive Short</option>
|
||||
<option value="2">Competitive Long</option>
|
||||
<option value="3">Casual Short</option>
|
||||
<option value="4">Casual Long</option>
|
||||
<option value="5">Wingman</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="map" class="form-label">Map:</label>
|
||||
<select id="selectedMap" name="map" class="form-select">
|
||||
@@ -114,14 +123,6 @@
|
||||
<option value="de_vertigo">de_vertigo</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="gamemode" class="form-label">Gamemode:</label>
|
||||
<select id="game_mode" name="gamemode" class="form-select">
|
||||
<option value="1">Competitive Short</option>
|
||||
<option value="2">Competitive Long</option>
|
||||
<option value="3">Wingman</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<button type="submit" name="action" value="pause" class="btn btn-primary">
|
||||
<svg viewBox="0 0 1024 1024" width="20" height="20" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg" fill="#ffffff"
|
||||
@@ -212,17 +213,6 @@
|
||||
<path d="M11.742 8.47 5.975 12.764a.5.5 0 0 1-.31.108H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1.665a.5.5 0 0 1 .31.108l5.767 4.294a.5.5 0 0 1 0 .816z"/>
|
||||
</svg> Start Warmup
|
||||
</button>
|
||||
<button type="submit" id="knife_start" name="action" class="btn btn-success">
|
||||
<svg height="16" width="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#ffffff">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path
|
||||
d="M14.7245 11.2754L16 12.4999L10.0129 17.8218C8.05054 19.5661 5.60528 20.6743 3 20.9999L3.79443 19.5435C4.6198 18.0303 5.03249 17.2737 5.50651 16.5582C5.92771 15.9224 6.38492 15.3113 6.87592 14.7278C7.42848 14.071 8.0378 13.4615 9.25644 12.2426L12 9.49822M11.5 8.99787L17.4497 3.04989C18.0698 2.42996 19.0281 2.3017 19.7894 2.73674C20.9027 3.37291 21.1064 4.89355 20.1997 5.80024L19.8415 6.15847C19.6228 6.3771 19.3263 6.49992 19.0171 6.49992H18L16 8.49992V8.67444C16 9.16362 16 9.40821 15.9447 9.63839C15.8957 9.84246 15.8149 10.0375 15.7053 10.2165C15.5816 10.4183 15.4086 10.5913 15.0627 10.9372L14.2501 11.7498L11.5 8.99787Z"
|
||||
stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg> Start Knife Round
|
||||
</button>
|
||||
<button type="submit" id="swap_team" name="action" class="btn btn-success">
|
||||
<svg viewBox="0 0 24 24" fill="none" width="16" height="16" xmlns="http://www.w3.org/2000/svg" stroke="#ffffff">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
|
||||
Reference in New Issue
Block a user