Changeset 57:6c2933b1d391

Show
Ignore:
Timestamp:
07/21/09 20:39:12 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Ikonka stránky pro prohlížeč.

Location:
java/sql-vyuka/web
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • java/sql-vyuka/web/hlavni.js

    r50 r57  
    130130                ulozURL(); 
    131131                sestavStromy(); 
    132                 } 
     132            } 
    133133        }; 
    134134        ajax.send(null); 
  • java/sql-vyuka/web/index.jsp

    r49 r57  
    1212        <link href="styl.css" type="text/css" rel="StyleSheet"/> 
    1313        <link href="strom.css" type="text/css" rel="StyleSheet"/> 
     14        <link rel="shortcut icon" href="grafika/navigace-model.png" type="image/x-icon" /> 
    1415        <script type="text/javaScript" src="hlavni.js"></script> 
    1516        <script type="text/javaScript" src="vstupniPole.js"></script>