You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/06/06 05:11:27 UTC

svn commit: r411979 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core: status.xml themes/pelt/html/search-input.ft themes/pelt/html/siteinfo-credits.ft

Author: crossley
Date: Mon Jun  5 20:11:27 2006
New Revision: 411979

URL: http://svn.apache.org/viewvc?rev=411979&view=rev
Log:
Resolve img/@border, input/@onBlur, and input/@onFocus validation issues for pelt theme.
Contributed by: Brian Dube
Issue: FOR-895

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/search-input.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/siteinfo-credits.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml?rev=411979&r1=411978&r2=411979&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/status.xml Mon Jun  5 20:11:27 2006
@@ -40,8 +40,11 @@
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
+      <action context="code" type="update" dev="DC" due-to="Brian Dube" fixes-bug="FOR-895">
+       Resolve img/@border, input/@onBlur, and input/@onFocus validation issues for pelt theme. 
+      </action>
       <action context="code" type="update" dev="DC" due-to="Brian Dube" fixes-bug="FOR-894">
-        Resolve div/@id and script/@language validation errors.
+        Resolve div/@id and script/@language validation errors in common theme.
       </action>
       <action dev="TS" type="add" context="admin"> Initial version of forrest 
         core theme plugin. The contracts and structurer are coming from all 

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?rev=411979&r1=411978&r2=411979&view=diff
==============================================================================
--- 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 Mon Jun  5 20:11:27 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>
@@ -90,9 +90,7 @@
                       </div>
                       <div class="search-field">
                         <input type="text" name="{$search-query}"
-                          size="{$input-size}" value="{normalize-space($search-prompt)}"
-                          onFocus="getBlank(this, '{normalize-space($search-prompt)}');"
-                          onBlur="getPrompt(this, '{normalize-space($search-prompt)}');"/>
+                          size="{$input-size}" value="{normalize-space($search-prompt)}"/>
                       </div>
                       <div class="search-submit">
                         <input type="submit" value="Search" name="Search"

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/siteinfo-credits.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/siteinfo-credits.ft?rev=411979&r1=411978&r2=411979&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/siteinfo-credits.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/siteinfo-credits.ft Mon Jun  5 20:11:27 2006
@@ -70,7 +70,7 @@
                   <xsl:variable name="width" select="width"/>
                   <xsl:variable name="height" select="height"/>
                   <a href="{$url}">
-                    <img alt="{$name} - logo" title="{$name}" border="0">
+                    <img alt="{$name} - logo" title="{$name}">
                       <xsl:attribute name="src">
                         <xsl:if test="not(starts-with($image, 'http://'))">
                           <xsl:value-of select="$root"/>