Files
UT99-Official/Web/plaintext/defaults_settings.uhtm
2022-05-08 00:18:38 +02:00

48 lines
1.2 KiB
Plaintext

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<form method="post" action="%PostAction%">
<input type="hidden" name="GameType" value="%GameType%">
<table width="300" border="0">
<tr>
<td>Game Style:</td>
<td>
<select name="GameStyle">
<option value="0"%Normal%>Normal</option>
<option value="1"%Hardcore%>Hardcore</option>
<option value="2"%Turbo%>Turbo</option>
</select>
</td>
</tr>
<tr>
<td>Game Speed: [0-100]%%</td>
<td>
<input type="text" name="GameSpeed" maxlength="3" size="3" value="%GameSpeed%">
</td>
</tr>
<tr>
<td>Air Control: [0-100]%%</td>
<td>
<input type="text" name="AirControl" maxlength="3" size="3" value="%AirControl%">
</td>
</tr>
<tr>
<td>Use Translocator:</td>
<td>
<input type="checkbox" name="UseTranslocator" value="true"%UseTranslocator%>
</td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
<tr align="right">
<td colspan="2">
<input type="submit" name="Apply" value="Apply">
</td>
</tr>
</table>
</form>
</body>
</html>