summaryrefslogtreecommitdiffstats
path: root/HTML/index.html
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@mandriva.org>2005-08-30 16:54:32 +0000
committerRomain d'Alverny <rdalverny@mandriva.org>2005-08-30 16:54:32 +0000
commit2938a0f15c136ba25dd6814df741e11a213cfc9b (patch)
treecef78f720ebb941ba28d6f7f001317c49b2b137b /HTML/index.html
parente79f18452fa04d031cc8c90e9cfafe3734fd6190 (diff)
downloadindexhtml-2938a0f15c136ba25dd6814df741e11a213cfc9b.tar
indexhtml-2938a0f15c136ba25dd6814df741e11a213cfc9b.tar.gz
indexhtml-2938a0f15c136ba25dd6814df741e11a213cfc9b.tar.bz2
indexhtml-2938a0f15c136ba25dd6814df741e11a213cfc9b.tar.xz
indexhtml-2938a0f15c136ba25dd6814df741e11a213cfc9b.zip
removed iframed testonline.html and updated javascript
Diffstat (limited to 'HTML/index.html')
-rw-r--r--HTML/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/HTML/index.html b/HTML/index.html
index bcf5546..e4f6fec 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -4,11 +4,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="mdv.release" content="XXXXX" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <meta name="mdv:release" content="XXXXX" />
<title>Mandriva Linux</title>
<link rel="stylesheet" type="text/css" media="screen, projection" href="file:///usr/share/mdk/indexhtml/screen.css" />
+ <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script>
</head>
- <body>
+ <body onload="bodyLoad();">
<div id="page">
<h1><a href="http://www.mandriva.com/"><span>Mandriva</span></a></h1>
@@ -20,7 +22,6 @@
<li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
</ul>
</div>
- <iframe id="f" src="file:///usr/share/mdk/indexhtml/testonline.html" style="visibility: hidden;"></iframe>
-
+ <img id="i" src="http://images.mandriva.com/iamages/donotremove.png" onload="imgLoad();" onerror="imgError();" />
</body>
</html>