diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-10-20 15:49:51 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-10-20 15:49:51 +0000 |
commit | de5565e87dc08be0a577c663bb2e009d0838c872 (patch) | |
tree | 1710f14c554340607ad810a57b94df519a1f87b2 /index.html | |
parent | 64609a87cd862d80b01e3d3a19eb05be22036590 (diff) | |
download | vaadin-framework-de5565e87dc08be0a577c663bb2e009d0838c872.tar.gz vaadin-framework-de5565e87dc08be0a577c663bb2e009d0838c872.zip |
svn changeset:90/svn branch:toolkit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/index.html b/index.html index 4d4ed87ed6..8b0662eb7a 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ <html> <head> <title>Enably Toolkit 4</title> +<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" /> </head> <body> -<script type="text/javascript" src="doc/manual/html-style/style.js"></script><script type="text/javascript">style('doc/manual/html-style');</script> <table width="100%" border="0"> @@ -50,8 +50,8 @@ of <a href="http://www.itmill.com/">professional support and service offering</a <div class="front-page-box"> <b>Library</b><br/> <ul> -<li><a href="lib/${}.html">Toolkit JAR</a></li> -<li><a href="lib/${}.html">Toolkit Source JAR</a></li> +<li><a href="lib/${lib-bin-jar-name}">Toolkit</a></li> +<li><a href="lib/${lib-src-jar-name}">Toolkit Source</a></li> <li><a href="lib/ajax-themes">AJAX themes</a></li> <li><a href="lib/web-themes">Web themes</a></li> </ul> @@ -90,6 +90,5 @@ of <a href="http://www.itmill.com/">professional support and service offering</a </td></tr></table> - </body> -</head>
\ No newline at end of file +</html>
\ No newline at end of file |