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> ') |
71 |
write('<a href=#>Nahoru</a> ') |
- |
|
72 |
write('<a href="Copyright.html">Copyright</a> © '); |
72 |
write('<a href="Copyright.html">Copyright © Autoøi MLAB</a> '); |
73 |
write('<a href="AboutAuthors.html">Autoøi MLAB</a/> '); |
73 |
write('['+document.lastModified+'] '); |
74 |
write('['+document.lastModified+'] '); |
74 |
write(MoreInfo); |
75 |
write(MoreInfo); |
75 |
write('</div>'); |
76 |
write('</div>'); |
76 |
} |
77 |
} |
77 |
} |
78 |
} |