Show
Ignore:
Timestamp:
08/04/09 18:02:03 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Přechod na vykání uživateli.

Files:
1 modified

Legend:

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

    r64 r65  
    226226 */ 
    227227function aktivujHistorii() { 
    228     elementy = document.getElementsByTagName("tr"); 
    229     for (var i = 1; i < elementy.length; i++) { 
    230         if (elementy[i].parentNode.parentNode.parentNode.id == vystupniPole) { 
    231             elementy[i].childNodes[1].title = document.getElementById('lokalizace').klikniProNacteniHistorie.value; 
    232             elementy[i].childNodes[1].style.cursor = 'pointer'; 
    233             elementy[i].childNodes[1].onclick = function() { 
     228    radky = document.getElementsByTagName("tr"); 
     229    for (var i = 1; i < radky.length; i++) { 
     230        if (radky[i].parentNode.parentNode.parentNode.id == vystupniPole) { 
     231            radky[i].childNodes[1].title = document.getElementById('lokalizace').klikniProNacteniHistorie.value; 
     232            radky[i].childNodes[1].style.cursor = 'pointer'; 
     233            radky[i].childNodes[1].onclick = function() { 
    234234                zobraz(this.innerHTML, 'vstupniPole'); 
    235235                return true;