index.html |
resources.html |
resources.js |
workspace.html |
workspace.js |
reset.html |
reset.js |
sql-code.html |
sql-code.js
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Dust MapEdit - Map Settings</title>
<style type="text/css">
body { background-color:black; }
a, p { text-decoration:none; color:white; font-family:monospace;}
a:hover { text-decoration:underline; }
</style>
<script src="reset.js" type="text/javascript"></script>
</head>
<body>
<form name="settings" action="">
<p>
terrain type
<select name="sel_resTp" size="1">
<option value="0012">grasland</option>
<option value="0112">wasser</option>
<option value="0212">steppe</option>
<option value="0312">hügelland</option>
<option value="0412">gebirge</option>
<option value="0512">wüste</option>
</select>
</p>
<p>
size x
<input name="size_x" type="text" size="4" maxlength="4" value="15">
</p>
<p>
size y
<input name="size_y" type="text" size="4" maxlength="4" value="12">
</p>
</form>
<p style="text-align:center">
<a href="javascript:applySettings()" accesskey="a">apply settings</a>
|
<a href="javascript:window.close()" accesskey="c">close</a>
</p>
</body>
</html>