|
|
|
@ -5,27 +5,26 @@ |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
|
<link rel="stylesheet" href="muni.css" /> |
|
|
|
|
<title>D4DJ Parking Calculator | Powered by Muni</title> |
|
|
|
|
<script src="muni.js"></script> |
|
|
|
|
<title class="translate1">D4DJ Parking Calculator | Powered by Muni</title> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<h1>D4DJ Event Parking Calculator</h1> |
|
|
|
|
<h1 class="translate2">D4DJ Event Parking Calculator</h1> |
|
|
|
|
|
|
|
|
|
<fieldset> |
|
|
|
|
<legend>Parking Configuration</legend> |
|
|
|
|
<legend class="translate3">Parking Configuration</legend> |
|
|
|
|
<input type="radio" id="Poker" name="type" value="Poker" checked /> |
|
|
|
|
<label for="Poker">Poker/Raid</label> |
|
|
|
|
<label for="Poker" class="translate4">Poker/Raid</label> |
|
|
|
|
|
|
|
|
|
<input type="radio" id="Bingo" name="type" value="Bingo" /> |
|
|
|
|
<label for="Bingo">Bingo</label> |
|
|
|
|
<label for="Bingo" class="translate5">Bingo</label> |
|
|
|
|
|
|
|
|
|
<input type="radio" id="Medley" name="type" value="Medley" /> |
|
|
|
|
<label for="Medley">Medley</label> |
|
|
|
|
<label for="Medley" class="translate6">Medley</label> |
|
|
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
<div class="grid"> |
|
|
|
|
<div class="munigrid"> |
|
|
|
|
<label for="team">Event Team Bonus:</label> |
|
|
|
|
<label for="team" class="translate7">Event Team Bonus:</label> |
|
|
|
|
<select id="team" name="team"> |
|
|
|
|
<option value="0">0%</option> |
|
|
|
|
<option value="0.2">20%</option> |
|
|
|
@ -38,37 +37,37 @@ |
|
|
|
|
<option value="1.6" selected>160%</option> |
|
|
|
|
</select> |
|
|
|
|
<span class="tooltip"><label for="flexible" alt="Yes" |
|
|
|
|
><b>Flexible Team?</b></label |
|
|
|
|
><b class="translate17">Flexible Team?</b></label |
|
|
|
|
><input id="flexible" type="checkbox" /> |
|
|
|
|
<span class="tooltiptext">If turned on, calculates scoring options using lower % teams also.</span> |
|
|
|
|
<span class="tooltiptext translate8">If turned on, calculates scoring options using lower % teams also.</span> |
|
|
|
|
</span> |
|
|
|
|
<br /> |
|
|
|
|
<br /> |
|
|
|
|
<span class="tooltip"><label for="maxscore"><b>Max Free Live Score: </b></label |
|
|
|
|
><input id="maxscore" min="0" type="number" value="650000" /> <span class="tooltiptext"> |
|
|
|
|
<span class="tooltip"><label for="maxscore"><b class="translate18">Max Free Live Score: </b> </label |
|
|
|
|
><input id="maxscore" min="0" type="number" value="650000" /> <span class="tooltiptext translate9"> |
|
|
|
|
The maximum score you can get from playing a song using <font color="aqua">Free Live</font>.<br> |
|
|
|
|
<sub>(Use 0 for Rehearsals Only)</sub></span></span> |
|
|
|
|
</div> |
|
|
|
|
<div class="munigrid"> |
|
|
|
|
<span class="tooltip"><label for="advanced" alt="Yes" |
|
|
|
|
><b>Advanced Options?</b></label |
|
|
|
|
><input id="advanced" type="checkbox" /><span class="tooltiptext"> |
|
|
|
|
><b class="translate10">Advanced Options?</b></label |
|
|
|
|
><input id="advanced" type="checkbox" /><span class="tooltiptext translate11"> |
|
|
|
|
Enable voltage & EP limits.</span></span> |
|
|
|
|
<div class="grid" id="advanced" style="visibility:hidden"> |
|
|
|
|
<div class="munigrid"> |
|
|
|
|
<div class="munigrid translate12"> |
|
|
|
|
Lowest EP to use Voltage: |
|
|
|
|
</div> |
|
|
|
|
<div class="munigrid"> |
|
|
|
|
</div> |
|
|
|
|
<div class="munigrid translate13"> |
|
|
|
|
Max Voltage to consume: |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
<label for="starting"><b>Starting EP: </b></label |
|
|
|
|
<label for="starting" class="translate14"><b>Starting EP:</b> </label |
|
|
|
|
><input id="starting" min="0" type="number" value="100000" /> |
|
|
|
|
<span style="font-size: 32px; padding: 0px 10px 0px 10px">➔</span> |
|
|
|
|
<label for="ending"><b>Target EP: </b></label |
|
|
|
|
<label for="ending" class="translate15"><b>Target EP:</b> </label |
|
|
|
|
><input id="ending" min="0" type="number" value="104000" /> |
|
|
|
|
<br /> |
|
|
|
|
<br /> |
|
|
|
@ -81,7 +80,7 @@ |
|
|
|
|
height: 32px; |
|
|
|
|
font-size: 18px; |
|
|
|
|
" |
|
|
|
|
onclick="test()" |
|
|
|
|
onclick="test()" class="translate16" |
|
|
|
|
> |
|
|
|
|
Calculate |
|
|
|
|
</button> |
|
|
|
@ -90,6 +89,7 @@ |
|
|
|
|
<textarea rows="20" cols="160" id="console" disabled> </textarea> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<script src="muni.js"></script> |
|
|
|
|
<script> |
|
|
|
|
document.getElementById("ips").value = ""; |
|
|
|
|
</script> |
|
|
|
|