html/index.html
changeset 5 71c6de7f0a38
parent 4 49903d1fe188
child 7 11f83eac10b3
     1.1 --- a/html/index.html	Sat May 23 21:33:25 2009 +0200
     1.2 +++ b/html/index.html	Sun May 24 00:24:48 2009 +0200
     1.3 @@ -6,10 +6,10 @@
     1.4          <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
     1.5          <link href="styl.css" type="text/css" rel="StyleSheet"/>
     1.6          <script type="text/javaScript" src="hlavni.js"></script>
     1.7 -        <title>SQL: pojďte si hrát!</title>
     1.8 +        <title>SQL: tenhle jazyk tě bude bavit!</title>
     1.9      </head>
    1.10      <body>
    1.11 -        <div id="zahlavi"><h1>SQL: pojďte si hrát!</h1></div>
    1.12 +        <div id="zahlavi"><h1>SQL: tenhle jazyk tě bude bavit!</h1></div>
    1.13  
    1.14          <div id="bloky">
    1.15              <div class ="blok" id="napoveda">
    1.16 @@ -27,7 +27,16 @@
    1.17                      <div class="vnitrekBloku">
    1.18                          <form>
    1.19                              <textarea id="vstupniPole">SELECT * FROM tabulka;</textarea>
    1.20 -                            <button type="button" onclick="javascript:demo();">&nbsp;</button>
    1.21 +                            <button class="zobrazitHistorii"
    1.22 +                                    name="zobrazitHistorii"
    1.23 +                                    title="Vypíše historii SQL příkazů."
    1.24 +                                    type="button"
    1.25 +                                    onclick="javascript:ajaxZobrazitHistorii();">&nbsp;</button>
    1.26 +                            <button class="vykonatSQL"
    1.27 +                                    name="vykonatSQL"
    1.28 +                                    title="Vykoná zadaný SQL příkaz."
    1.29 +                                    type="button"
    1.30 +                                    onclick="javascript:ajaxVykonatSQL();">&nbsp;</button>
    1.31                          </form>
    1.32                      </div>
    1.33                  </div>
    1.34 @@ -79,5 +88,3 @@
    1.35  
    1.36      </body>
    1.37  </html>
    1.38 -
    1.39 -