[prev in list] [next in list] [prev in thread] [next in thread] 

List:       forrest-svn
Subject:    svn commit: r467830 - in /forrest/trunk/whiteboard/plugins:
From:       crossley () apache ! org
Date:       2006-10-26 1:56:30
Message-ID: 20061026015630.CCEA21A9846 () eris ! apache ! org
[Download RAW message or body]

Author: crossley
Date: Wed Oct 25 18:56:28 2006
New Revision: 467830

URL: http://svn.apache.org/viewvc?view=rev&rev=467830
Log:
Removed all script/@language=javascript etc.
Issue: FOR-894 "XHTML validation issues"

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/breadcrumbs.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getBlank.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getMenu.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/menu.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl
  forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-contracts.xml
  forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/breadcrumbs.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getBlank.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getMenu.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/menu.js
  forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/search-input.ft


Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/breadcrumbs.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/resources/stylesheets/common/scripts/breadcrumbs.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/breadcrumbs.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/breadcrumbs.js \
Wed Oct 25 18:56:28 2006 @@ -20,7 +20,7 @@
  * sure it does).
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" \
src="breadcrumbs.js"></script> + * <script type="text/javascript" \
                src="breadcrumbs.js"></script>
  */
 
 /**

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getBlank.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/resources/stylesheets/common/scripts/getBlank.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getBlank.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getBlank.js \
Wed Oct 25 18:56:28 2006 @@ -21,7 +21,7 @@
  * if the text value is empty.
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="getBlank.js"></script>
+ * <script type="text/javascript" src="getBlank.js"></script>
  * <input type="text" id="query" value="Search the site:" onFocus="getBlank (this, \
                'Search the site:');" onBlur="getPrompt (this, 'Search the \
                site:');"/>
  */
 <!--

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getMenu.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/resources/stylesheets/common/scripts/getMenu.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getMenu.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/getMenu.js \
Wed Oct 25 18:56:28 2006 @@ -18,7 +18,7 @@
  * This script, when included in a html file, can be used to make collapsible menus
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ * <script type="text/javascript" src="menu.js"></script>
  */
 
 if (document.getElementById){ 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/menu.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/resources/stylesheets/common/scripts/menu.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/menu.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/scripts/menu.js \
Wed Oct 25 18:56:28 2006 @@ -18,7 +18,7 @@
  * This script, when included in a html file, can be used to make collapsible menus
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ * <script type="text/javascript" src="menu.js"></script>
  */
 
 if (document.getElementById){ 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl \
Wed Oct 25 18:56:28 2006 @@ -117,7 +117,7 @@
           </xsl:otherwise>
         </xsl:choose>
         All rights reserved.
-        <script language="JavaScript" type="text/javascript"><![CDATA[<!-#-
+        <script type="text/javascript"><![CDATA[<!-#-
           document.write(" - "+"Last Published: " + document.lastModified);
           //  -#->]]></script>
         <xsl:if test="//skinconfig/host-logo and not(//skinconfig/host-logo = '')">
@@ -205,7 +205,7 @@
   <!-#- Generates the "printer friendly version" link -#->
   <xsl:template match="div[@id='skinconf-printlink']">
     <xsl:if test="$disable-print-link = 'false'">
-<script type="text/javascript" language="Javascript">
+<script type="text/javascript">
 function printit() {
   if (window.print) {
     window.focus();

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-contracts.xml
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-contracts.xml?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-contracts.xml \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-contracts.xml \
Wed Oct 25 18:56:28 2006 @@ -70,7 +70,7 @@
     </p>
     <source>
 <![CDATA[
-- <script language="JavaScript"
+- <script 
 - type="text/javascript">document.write("Published: " + \
document.lastModified);</script>  
 + <script type="text/javascript">document.write("<i18n:text >Last

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/breadcrumbs.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
themes.core/themes/common/js/breadcrumbs.js?view=diff&rev=467830&r1=467829&r2=467830 \
                ==============================================================================
                
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/breadcrumbs.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/breadcrumbs.js \
Wed Oct 25 18:56:28 2006 @@ -20,7 +20,7 @@
  * sure it does).
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" \
src="breadcrumbs.js"></script> + * <script type="text/javascript" \
                src="breadcrumbs.js"></script>
  */
 
 /**

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getBlank.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
themes.core/themes/common/js/getBlank.js?view=diff&rev=467830&r1=467829&r2=467830 \
                ==============================================================================
                
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getBlank.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getBlank.js \
Wed Oct 25 18:56:28 2006 @@ -21,7 +21,7 @@
  * if the text value is empty.
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="getBlank.js"></script>
+ * <script type="text/javascript" src="getBlank.js"></script>
  * <input type="text" id="query" value="Search the site:" onFocus="getBlank (this, \
                'Search the site:');" onBlur="getBlank (this, 'Search the site:');"/>
  */
 <!--

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getMenu.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getMenu.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getMenu.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/getMenu.js \
Wed Oct 25 18:56:28 2006 @@ -18,7 +18,7 @@
  * This script, when included in a html file, can be used to make collapsible menus
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ * <script type="text/javascript" src="menu.js"></script>
  */
 
 if (document.getElementById){ 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/menu.js
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/menu.js?view=diff&rev=467830&r1=467829&r2=467830
 ==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/menu.js \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/js/menu.js \
Wed Oct 25 18:56:28 2006 @@ -18,7 +18,7 @@
  * This script, when included in a html file, can be used to make collapsible menus
  *
  * Typical usage:
- * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ * <script type="text/javascript" src="menu.js"></script>
  */
 
 if (document.getElementById){ 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/search-input.ft
                
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest. \
themes.core/themes/pelt/html/search-input.ft?view=diff&rev=467830&r1=467829&r2=467830 \
                ==============================================================================
                
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/search-input.ft \
                (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/search-input.ft \
Wed Oct 25 18:56:28 2006 @@ -48,7 +48,7 @@
       <xsl:template match="/">
         <forrest:content>
           <forrest:part xpath="/html/head">
-            <script type="text/javascript" language="javascript" \
src="{$root}themes/getBlank.js">&#160;</script> +            <script \
type="text/javascript" src="{$root}themes/getBlank.js">&#160;</script>  \
</forrest:part>  
           <forrest:part>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic