1.1 --- a/html/index.html Sat May 23 20:16:03 2009 +0200
1.2 +++ b/html/index.html Sat May 23 20:59:09 2009 +0200
1.3 @@ -26,8 +26,8 @@
1.4 <h2>Zadávání SQL příkazů</h2>
1.5 <div class="vnitrekBloku">
1.6 <form>
1.7 - <textarea>SELECT * FROM tabulka;</textarea>
1.8 - <button type="button" onclick="javascript:demo();">Vykonat SQL!</button>
1.9 + <textarea id="vstupniPole">SELECT * FROM tabulka;</textarea>
1.10 + <button type="button" onclick="javascript:demo();"> </button>
1.11 </form>
1.12 </div>
1.13 </div>