You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2009/10/12 16:20:42 UTC

svn commit: r824352 - in /directory/studio/trunk/rcp/resources/intro: overview.xhtml root.xhtml webresources.xhtml whatsnew.xhtml

Author: pamarcelot
Date: Mon Oct 12 14:20:41 2009
New Revision: 824352

URL: http://svn.apache.org/viewvc?rev=824352&view=rev
Log:
Fix for DIRSTUDIO-370 (Welcome screen subpages mouse-over images displays red crosses.).

Modified:
    directory/studio/trunk/rcp/resources/intro/overview.xhtml
    directory/studio/trunk/rcp/resources/intro/root.xhtml
    directory/studio/trunk/rcp/resources/intro/webresources.xhtml
    directory/studio/trunk/rcp/resources/intro/whatsnew.xhtml

Modified: directory/studio/trunk/rcp/resources/intro/overview.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/resources/intro/overview.xhtml?rev=824352&r1=824351&r2=824352&view=diff
==============================================================================
--- directory/studio/trunk/rcp/resources/intro/overview.xhtml (original)
+++ directory/studio/trunk/rcp/resources/intro/overview.xhtml Mon Oct 12 14:20:41 2009
@@ -21,8 +21,7 @@
 <html>
     <head>
         <title>Overview</title>
-        <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
-         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
+        <link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" />
     </head>
 	<body>
         <div id="overview-visited"><img src="graphics/transparent_pixel.gif" height="64" width="64" border="0" /></div>
@@ -35,9 +34,7 @@
         
         <div id="left-column">
             <div class="entry">
-            	<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/users-guide.html" 
-            		onMouseOver="document.getElementById('wokbenchBasicsIcon').src='graphics/contentpages/icon_workbench-basics_hover.gif'"
-            		onMouseOut="document.getElementById('wokbenchBasicsIcon').src='graphics/contentpages/icon_workbench-basics.gif'">
+            	<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/users-guide.html">
 	                <div class="entry-icon">
 	                    <img id="wokbenchBasicsIcon" src="graphics/contentpages/icon_workbench-basics.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -46,9 +43,7 @@
 	            </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/ldap-browser-plugin.html" 
-            		onMouseOver="document.getElementById('ldapBrowserIcon').src='graphics/contentpages/icon_ldap-browser_hover.gif'"
-            		onMouseOut="document.getElementById('ldapBrowserIcon').src='graphics/contentpages/icon_ldap-browser.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/ldap-browser-plugin.html">
 	                <div class="entry-icon">
 	                    <img id="ldapBrowserIcon" src="graphics/contentpages/icon_ldap-browser.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -57,9 +52,7 @@
 	            </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/aci-editor-plugin.html" 
-            		onMouseOver="document.getElementById('aciEditorIcon').src='graphics/contentpages/icon_aci-editor_hover.gif'"
-            		onMouseOut="document.getElementById('aciEditorIcon').src='graphics/contentpages/icon_aci-editor.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/aci-editor-plugin.html">
 	                <div class="entry-icon">
 	                    <img id="aciEditorIcon" src="graphics/contentpages/icon_aci-editor.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -71,9 +64,7 @@
         
         <div id="right-column">
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/schema-editor-plugin.html" 
-            		onMouseOver="document.getElementById('schemaEditorIcon').src='graphics/contentpages/icon_schema-editor_hover.gif'"
-            		onMouseOut="document.getElementById('schemaEditorIcon').src='graphics/contentpages/icon_schema-editor.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/schema-editor-plugin.html">
 	                <div class="entry-icon">
 	                    <img id="schemaEditorIcon" src="graphics/contentpages/icon_schema-editor.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -82,9 +73,7 @@
 				</a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/apache-ds-configuration-plugin.html" 
-            		onMouseOver="document.getElementById('apacheDSConfigurationIcon').src='graphics/contentpages/icon_apacheds-configuration_hover.gif'"
-            		onMouseOut="document.getElementById('apacheDSConfigurationIcon').src='graphics/contentpages/icon_apacheds-configuration.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/apache-ds-configuration-plugin.html">
 	                <div id="configurationEditorIcon" class="entry-icon">
 	                    <img id="apacheDSConfigurationIcon" src="graphics/contentpages/icon_apacheds-configuration.gif" width="48" height="48" border="0"/> 
 	                </div>

Modified: directory/studio/trunk/rcp/resources/intro/root.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/resources/intro/root.xhtml?rev=824352&r1=824351&r2=824352&view=diff
==============================================================================
--- directory/studio/trunk/rcp/resources/intro/root.xhtml (original)
+++ directory/studio/trunk/rcp/resources/intro/root.xhtml Mon Oct 12 14:20:41 2009
@@ -21,8 +21,7 @@
 <html>
     <head>
         <title>Welcome</title>
-        <link rel="stylesheet" href="styles/root.css" type="text/css" charset="utf-8" />
-         <!--[if IE]><link rel="stylesheet" href="styles/root-ie.css" type="text/css" charset="utf-8" /><![endif]-->
+        <link rel="stylesheet" href="styles/root-ie.css" type="text/css" charset="utf-8" />
     </head>
     <body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="95" width="95" border="0" /></a></div>

Modified: directory/studio/trunk/rcp/resources/intro/webresources.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/resources/intro/webresources.xhtml?rev=824352&r1=824351&r2=824352&view=diff
==============================================================================
--- directory/studio/trunk/rcp/resources/intro/webresources.xhtml (original)
+++ directory/studio/trunk/rcp/resources/intro/webresources.xhtml Mon Oct 12 14:20:41 2009
@@ -21,8 +21,7 @@
 <html>
     <head>
         <title>Web Resources</title>
-        <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
-         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
+        <link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" />
     </head>
 	<body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>
@@ -35,9 +34,7 @@
         
         <div id="left-column">
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/users-guide.html" 
-            		onMouseOver="document.getElementById('usersGuide').src='graphics/contentpages/icon_users-guide_hover.gif'"
-            		onMouseOut="document.getElementById('usersGuide').src='graphics/contentpages/icon_users-guide.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/users-guide.html">
                     <div class="entry-icon">
                         <img id="usersGuide" src="graphics/contentpages/icon_users-guide.gif" width="48" height="48" border="0"/> 
                     </div>
@@ -46,9 +43,7 @@
                 </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/developers-guide.html" 
-            		onMouseOver="document.getElementById('developersGuide').src='graphics/contentpages/icon_developers-guide_hover.gif'"
-            		onMouseOut="document.getElementById('developersGuide').src='graphics/contentpages/icon_developers-guide.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/developers-guide.html">
                     <div class="entry-icon">
                         <img id="developersGuide" src="graphics/contentpages/icon_developers-guide.gif" width="48" height="48" border="0"/> 
                     </div>
@@ -60,9 +55,7 @@
         
         <div id="right-column">
             <div class="entry">
-            <a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/mailing-lists.html" 
-            		onMouseOver="document.getElementById('mailingLists').src='graphics/contentpages/icon_mailing-lists_hover.gif'"
-            		onMouseOut="document.getElementById('mailingLists').src='graphics/contentpages/icon_mailing-lists.gif'">
+            <a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/mailing-lists.html">
                     <div class="entry-icon">
                         <img id="mailingLists" src="graphics/contentpages/icon_mailing-lists.gif" width="48" height="48" border="0"/> 
                     </div>
@@ -71,9 +64,7 @@
                 </a>
             </div>
             <div class="entry">
-            <a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/" 
-            		onMouseOver="document.getElementById('apacheDirectoryServer').src='graphics/contentpages/icon_apache-directory-server_hover.gif'"
-            		onMouseOut="document.getElementById('apacheDirectoryServer').src='graphics/contentpages/icon_apache-directory-server.gif'">
+            <a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/">
                     <div class="entry-icon">
                         <img id="apacheDirectoryServer" src="graphics/contentpages/icon_apache-directory-server.gif" width="48" height="48" border="0"/> 
                     </div>

Modified: directory/studio/trunk/rcp/resources/intro/whatsnew.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/resources/intro/whatsnew.xhtml?rev=824352&r1=824351&r2=824352&view=diff
==============================================================================
--- directory/studio/trunk/rcp/resources/intro/whatsnew.xhtml (original)
+++ directory/studio/trunk/rcp/resources/intro/whatsnew.xhtml Mon Oct 12 14:20:41 2009
@@ -21,8 +21,7 @@
 <html>
     <head>
         <title>What's New</title>
-        <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
-         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
+        <link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" />
     </head>
 	<body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>
@@ -35,9 +34,7 @@
         
         <div id="left-column">
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.help/html/whats_new.html" 
-            		onMouseOver="document.getElementById('apacheDirectoryStudioPlatform').src='graphics/contentpages/icon_apache-directory-studio_hover.gif'"
-            		onMouseOut="document.getElementById('apacheDirectoryStudioPlatform').src='graphics/contentpages/icon_apache-directory-studio.gif'">
+				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.help/html/whats_new.html">
 	                <div class="entry-icon">
                         <img id="apacheDirectoryStudioPlatform" src="graphics/contentpages/icon_apache-directory-studio.gif" width="48" height="48" border="0"/> 
                     </div>
@@ -46,9 +43,7 @@
                 </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.ldapbrowser.help/html/whats_new.html" 
-            		onMouseOver="document.getElementById('ldapBrowserIcon').src='graphics/contentpages/icon_ldap-browser_hover.gif'"
-            		onMouseOut="document.getElementById('ldapBrowserIcon').src='graphics/contentpages/icon_ldap-browser.gif'">
+				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.ldapbrowser.help/html/whats_new.html">
 	                <div class="entry-icon">
 	                    <img id="ldapBrowserIcon" src="graphics/contentpages/icon_ldap-browser.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -57,9 +52,7 @@
 	            </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/aci-editor-plugin.html" 
-            		onMouseOver="document.getElementById('aciEditorIcon').src='graphics/contentpages/icon_aci-editor_hover.gif'"
-            		onMouseOut="document.getElementById('aciEditorIcon').src='graphics/contentpages/icon_aci-editor.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/aci-editor-plugin.html">
 	                <div class="entry-icon">
 	                    <img id="aciEditorIcon" src="graphics/contentpages/icon_aci-editor.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -68,9 +61,7 @@
 	            </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.schemaeditor.help/html/whats_new.html" 
-            		onMouseOver="document.getElementById('schemaEditorIcon').src='graphics/contentpages/icon_schema-editor_hover.gif'"
-            		onMouseOut="document.getElementById('schemaEditorIcon').src='graphics/contentpages/icon_schema-editor.gif'">
+				<a 	href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.apache.directory.studio.schemaeditor.help/html/whats_new.html">
 	                <div class="entry-icon">
 	                    <img id="schemaEditorIcon" src="graphics/contentpages/icon_schema-editor.gif" width="48" height="48" border="0"/> 
 	                </div>
@@ -82,9 +73,7 @@
         
         <div id="right-column">
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/downloads.html" 
-            		onMouseOver="document.getElementById('newUpdates').src='graphics/contentpages/icon_new-updates_hover.gif'"
-            		onMouseOut="document.getElementById('newUpdates').src='graphics/contentpages/icon_new-updates.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/studio/downloads.html">
                     <div class="entry-icon">
                         <img id="newUpdates" src="graphics/contentpages/icon_new-updates.gif" width="48" height="48" border="0"/> 
                     </div>
@@ -93,9 +82,7 @@
                 </a>
             </div>
             <div class="entry">
-				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/" 
-            		onMouseOver="document.getElementById('community').src='graphics/contentpages/icon_community_hover.gif'"
-            		onMouseOut="document.getElementById('community').src='graphics/contentpages/icon_community.gif'">
+				<a 	href="http://org.eclipse.ui.intro/openBrowser?url=http://directory.apache.org/">
                     <div class="entry-icon">
                         <img id="community" src="graphics/contentpages/icon_community.gif" width="48" height="48" border="0"/> 
                     </div>