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 2004/07/04 12:44:45 UTC

svn commit: rev 22559 - in forrest/trunk/src/core/context/skins/css-style-dev: css xslt/fo xslt/html

Author: crossley
Date: Sun Jul  4 03:44:44 2004
New Revision: 22559

Modified:
   forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css   (contents, props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/css/print.css   (contents, props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css   (contents, props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl   (contents, props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/book2menu.xsl   (props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/document2html.xsl   (props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl   (contents, props changed)
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/tab2menu.xsl   (props changed)
Log:
dos2unix on some files.
Do 'svn propset svn:eol-style native' for all text files.


Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css	Sun Jul  4 03:44:44 2004
@@ -123,4 +123,4 @@
 .codefrag {
 	font-family: "Courier New", Courier, monospace;
 	font-size: 110%;
-}
\ No newline at end of file
+}

Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/print.css
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/print.css	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/print.css	Sun Jul  4 03:44:44 2004
@@ -35,4 +35,4 @@
 
 acronym {
 	border: 0;
-}
\ No newline at end of file
+}

Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	Sun Jul  4 03:44:44 2004
@@ -274,4 +274,4 @@
 	display: block;
 	height: 32px;
 	width: 32px;
-}
\ No newline at end of file
+}

Modified: forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl	Sun Jul  4 03:44:44 2004
@@ -7,5 +7,3 @@
 <xsl:import href="../../../common/xslt/fo/document2fo.xsl"/>
 
 </xsl:stylesheet>
-
-

Modified: forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl	Sun Jul  4 03:44:44 2004
@@ -127,17 +127,17 @@
     +</xsl:comment> 
    <xsl:variable name="xtest">
        <xsl:choose>
-                <xsl:when 
-                    test="$config/group-url and $config/search and not($config/search/@box-location = 'alt')">
+                <xsl:when 
+                    test="$config/group-url and $config/search and not($config/search/@box-location = 'alt')">
                      <xsl:text>true</xsl:text></xsl:when>
                 <xsl:otherwise><xsl:text>false</xsl:text></xsl:otherwise>
-             </xsl:choose>
+             </xsl:choose>
    </xsl:variable>
 		<div class="projectlogo">
-            <xsl:if test="$xtest='false'" >
+            <xsl:if test="$xtest='false'" >
                     <xsl:attribute name="class">
                         <xsl:text>projectlogoA1</xsl:text>
-                    </xsl:attribute>      
+                    </xsl:attribute>      
             </xsl:if>
           <xsl:call-template name="renderlogo">
             <xsl:with-param name="name" select="$config/project-name"/>
@@ -151,23 +151,23 @@
     |end Project Logo
     +</xsl:comment> 
 
-        <xsl:if 
-            test="$config/search and not($config/search/@box-location = 'alt')">
+        <xsl:if 
+            test="$config/search and not($config/search/@box-location = 'alt')">
 <xsl:comment>+
     |start Search
     +</xsl:comment> 
-            <div class="searchbox">
-                <form method="get" action="http://www.google.com/search"> 
-                    <p><label for="query">Search the <xsl:value-of 
-                    select="$config/searchsite-name"/> site:</label></p> <input 
-                    type="hidden" name="sitesearch" 
-                    value="{$config/searchsite-domain}"/> <input type="text" 
-                    id="query" name="q" size="15"/>&#160; <input type="submit" 
-                    value="Search" name="Search"/> </form>
+            <div class="searchbox">
+                <form method="get" action="http://www.google.com/search"> 
+                    <p><label for="query">Search the <xsl:value-of 
+                    select="$config/searchsite-name"/> site:</label></p> <input 
+                    type="hidden" name="sitesearch" 
+                    value="{$config/searchsite-domain}"/> <input type="text" 
+                    id="query" name="q" size="15"/>&#160; <input type="submit" 
+                    value="Search" name="Search"/> </form>
             </div>
 <xsl:comment>+
     |end search
-    +</xsl:comment> 
+    +</xsl:comment> 
         </xsl:if>
 <xsl:comment>+
     |start Tabs

Re: svn commit: rev 22559 - in forrest/trunk/src/core/context/skins/css-style-dev: css xslt/fo xslt/html

Posted by "Scherler, Thorsten" <th...@apache.org>.
Dave Brondsema wrote:

> Thorsten Scherler wrote:
> 
>> crossley@apache.org wrote:
>>
>>> Author: crossley
>>> Date: Sun Jul  4 03:44:44 2004
>>> New Revision: 22559
>>>
>>> Modified:
>>>    forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css   
>>> (contents, props changed)
>>>    forrest/trunk/src/core/context/skins/css-style-dev/css/print.css   
>>> (contents, props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css   
>>> (contents, props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl   
>>> (contents, props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/book2menu.xsl   
>>> (props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/document2html.xsl   
>>> (props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl   
>>> (contents, props changed)
>>>    
>>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/tab2menu.xsl   
>>> (props changed)
>>> Log:
>>> dos2unix on some files.
>>> Do 'svn propset svn:eol-style native' for all text files.
>>>
>> Whoops, I just saw the log after I already check in some other files!
>>
>> I did it again (*not* /svn propset svn:eol-style native/ before check 
>> in),
>>
>> _sorry_! Will do it in the future!!!
>>
>> Thanks for the reminder!
>>
>> thorsten
> 
> 
> See 
> http://issues.cocoondev.org/jira/secure/ViewIssue.jspa?key=FOR-124&decorator=printable#action_10848 
> for a way to get svn to automatically take care of most eol issues.
> 

Cheers, I just added it to my config!

Thanks,
thorsten

-- 
<thorsten>
  <name>Thorsten Scherler</name>
  <country>Spain</country>
  <@m...@mail>
  <@cocoon-WIKI>
http://wiki.cocoondev.org/Wiki.jsp?page=Scherler
</...@cocoon-WIKI>
  <acronymfinder>
http://www.acronymfinder.com/af-query.asp?String=exact&Find=Find&Acronym=
  </acronymfinder>
  <motto>
    "My task which I am trying to achieve is,
     by the power of the written word,
     [...] to make you see."
     *Joseph Conrad (1857-1924)*
  </motto>
</thorsten>



Re: svn commit: rev 22559 - in forrest/trunk/src/core/context/skins/css-style-dev: css xslt/fo xslt/html

Posted by Dave Brondsema <da...@brondsema.net>.
Thorsten Scherler wrote:
> crossley@apache.org wrote:
> 
>> Author: crossley
>> Date: Sun Jul  4 03:44:44 2004
>> New Revision: 22559
>>
>> Modified:
>>    forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css   
>> (contents, props changed)
>>    forrest/trunk/src/core/context/skins/css-style-dev/css/print.css   
>> (contents, props changed)
>>    forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css   
>> (contents, props changed)
>>    
>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl   
>> (contents, props changed)
>>    
>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/book2menu.xsl   
>> (props changed)
>>    
>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/document2html.xsl   
>> (props changed)
>>    
>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl   
>> (contents, props changed)
>>    
>> forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/tab2menu.xsl   
>> (props changed)
>> Log:
>> dos2unix on some files.
>> Do 'svn propset svn:eol-style native' for all text files.
>>
> Whoops, I just saw the log after I already check in some other files!
> 
> I did it again (*not* /svn propset svn:eol-style native/ before check in),
> 
> _sorry_! Will do it in the future!!!
> 
> Thanks for the reminder!
> 
> thorsten

See 
http://issues.cocoondev.org/jira/secure/ViewIssue.jspa?key=FOR-124&decorator=printable#action_10848 
for a way to get svn to automatically take care of most eol issues.

-- 
Dave Brondsema : dave@brondsema.net
http://www.splike.com : programming
http://csx.calvin.edu : student org
http://www.brondsema.net : personal

Re: svn commit: rev 22559 - in forrest/trunk/src/core/context/skins/css-style-dev: css xslt/fo xslt/html

Posted by Thorsten Scherler <th...@apache.org>.
crossley@apache.org wrote:

> Author: crossley
> Date: Sun Jul  4 03:44:44 2004
> New Revision: 22559
> 
> Modified:
>    forrest/trunk/src/core/context/skins/css-style-dev/css/basic.css   (contents, props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/css/print.css   (contents, props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css   (contents, props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/xslt/fo/document2fo.xsl   (contents, props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/book2menu.xsl   (props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/document2html.xsl   (props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl   (contents, props changed)
>    forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/tab2menu.xsl   (props changed)
> Log:
> dos2unix on some files.
> Do 'svn propset svn:eol-style native' for all text files.
> 
Whoops, I just saw the log after I already check in some other files!

I did it again (*not* /svn propset svn:eol-style native/ before check in),

_sorry_! Will do it in the future!!!

Thanks for the reminder!

thorsten
-- 
<thorsten>
  <name>Thorsten Scherler</name>
  <country>Spain</country>
  <@m...@mail>
  <@cocoon-WIKI>
http://wiki.cocoondev.org/Wiki.jsp?page=Scherler
</...@cocoon-WIKI>
  <acronymfinder>
http://www.acronymfinder.com/af-query.asp?String=exact&Find=Find&Acronym=
  </acronymfinder>
  <motto>
    "My task which I am trying to achieve is,
     by the power of the written word,
     [...] to make you see."
     *Joseph Conrad (1857-1924)*
  </motto>
</thorsten>