Line 184... |
Line 184... |
184 |
{ |
184 |
{ |
185 |
Content+='<a href= "http://validator.w3.org/check?uri=' |
185 |
Content+='<a href= "http://validator.w3.org/check?uri=' |
186 |
+document.location.href |
186 |
+document.location.href |
187 |
+'">HTML Validator</a> '; |
187 |
+'">HTML Validator</a> '; |
188 |
} |
188 |
} |
- |
|
189 |
/*else |
- |
|
190 |
{ |
- |
|
191 |
Content+='<a href= "http://validator.w3.org/check?fragment=' |
- |
|
192 |
+'' |
- |
|
193 |
+'">HTML Validator</a> '; |
- |
|
194 |
}*/ |
189 |
Time=document.lastModified; |
195 |
Time=document.lastModified; |
190 |
if (DocLang()=="cs") |
196 |
if (DocLang()=="cs") |
191 |
{ // Převeď anglické datum na český |
197 |
{ // Převeď anglické datum na české |
192 |
Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); |
198 |
Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); |
193 |
} |
199 |
} |
194 |
Content+='['+Time+'] '; |
200 |
Content+='['+Time+'] '; |
195 |
Content+=MoreInfo; |
201 |
Content+=MoreInfo; |
196 |
Content+='</div>'; |
202 |
Content+='</div>'; |