Rev 1 Rev 21
Line 67... Line 67...
67 // Default text je prazdny 67 // Default text je prazdny
68 if(MoreInfo==undefined) MoreInfo=""; 68 if(MoreInfo==undefined) MoreInfo="";
69 // Vlozeni HTML kodu 69 // Vlozeni HTML kodu
70 write('<div class="Footer">'); 70 write('<div class="Footer">');
71 write('<a href=#>Nahoru</a> &nbsp;&nbsp;&nbsp;') 71 write('<a href=#>Nahoru</a> &nbsp;&nbsp;&nbsp;')
-   72 write('<a href="Copyright.html">Copyright</a> &copy; ');
72 write('<a href="Copyright.html">Copyright &copy; Autoøi MLAB</a> &nbsp;&nbsp;&nbsp;'); 73 write('<a href="AboutAuthors.html">Autoøi MLAB</a/> &nbsp;&nbsp;&nbsp;');
73 write('['+document.lastModified+'] &nbsp;&nbsp;&nbsp;'); 74 write('['+document.lastModified+'] &nbsp;&nbsp;&nbsp;');
74 write(MoreInfo); 75 write(MoreInfo);
75 write('</div>'); 76 write('</div>');
76 } 77 }
77 } 78 }