chrome.html
changeset 19 31c7acfbf85c
parent 18 9ed757b7339a
child 20 adbea491e9b9
     1.1 --- a/chrome.html	Tue Jul 06 00:07:46 2010 +0200
     1.2 +++ b/chrome.html	Tue Jul 06 00:22:27 2010 +0200
     1.3 @@ -41,14 +41,8 @@
     1.4  <button onclick="draw(0, 0, 1, 0, 0);">Down</button>
     1.5  <button onclick="draw(0, 0, 0, 1, 0);">Zoom in</button>
     1.6  <button onclick="draw(0, 0, 0, -1, 0);">Zoom out</button>
     1.7 -<button onclick="draw(10, 0, 0, 0, 0);">Inc Iterations</button>
     1.8 -<button onclick="draw(-10, 0, 0, 0, 0);">Dec Iterations</button>
     1.9  <button onclick="draw(0, 0, 0, 0, -1);">Inc Resolution</button>
    1.10  <button onclick="draw(0, 0, 0, 0, 1);">Dec Resolution</button>
    1.11 -<label>
    1.12 -<input size="600" type="text" id="l1" name="contact_name" value="Name angeben" />
    1.13 -</label>
    1.14 -</form> 
    1.15  </p>
    1.16             
    1.17