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

List:       velocity-dev
Subject:    cvs commit: jakarta-velocity-tools/examples/struts/doc examples.vm styles.css
From:       marino () apache ! org
Date:       2004-02-20 13:13:36
Message-ID: 20040220131336.78258.qmail () minotaur ! apache ! org
[Download RAW message or body]

marino      2004/02/20 05:13:36

  Modified:    examples/struts/doc examples.vm styles.css
  Log:
  use Apache Software License 2.0
  
  Revision  Changes    Path
  1.7       +17 -0     jakarta-velocity-tools/examples/struts/doc/examples.vm
  
  Index: examples.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/doc/examples.vm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- examples.vm	13 Feb 2004 01:50:59 -0000	1.6
  +++ examples.vm	20 Feb 2004 13:13:36 -0000	1.7
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  + *#
   <HTML>
   <HEAD>
     <TITLE>VelocityStruts 1.1</TITLE>
  
  
  
  1.2       +60 -43    jakarta-velocity-tools/examples/struts/doc/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/doc/styles.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- styles.css	5 Mar 2003 06:36:35 -0000	1.1
  +++ styles.css	20 Feb 2004 13:13:36 -0000	1.2
  @@ -1,5 +1,22 @@
  +/*
  + * Copyright 2003 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  + */
   
  -BODY { 
  +BODY {
     background-color: #C4CDEE;
   }
   
  @@ -17,80 +34,80 @@
   }
   
   
  -TD {  
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  +TD {
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt
   }
   
   
  -P {  
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  +P {
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt
   }
   
   
  -UL {  
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  +UL {
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt
   }
   
   
  -DIV {  
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  +DIV {
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt
   }
   
   
   H1 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 20pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 20pt;
  +  font-weight: bold;
  +}
   
   H2 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 18pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 18pt;
  +  font-weight: bold;
  +}
   
   H3 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 16pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 16pt;
  +  font-weight: bold;
  +}
   
   H4 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 14pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 14pt;
  +  font-weight: bold;
  +}
   
   H5 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 12pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 12pt;
  +  font-weight: bold;
  +}
   
   H6 {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 10pt; 
  -  font-weight: bold; 
  -}   
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 10pt;
  +  font-weight: bold;
  +}
   
   
  -.menuecell {  
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 10pt; 
  -  font-weight: bold; 
  +.menuecell {
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 10pt;
  +  font-weight: bold;
     text-align: center
   }
   
   
   .errormsg {
  -  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif; 
  -  font-size: 10pt; 
  -  font-weight: bold; 
  -  color: #FF0000; 
  +  font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
  +  font-size: 10pt;
  +  font-weight: bold;
  +  color: #FF0000;
     vertical-align: middle
   }
   
  @@ -111,7 +128,7 @@
   }
   
   
  -.inactive { 
  +.inactive {
     background-color: #BBBBBB
   }
   
  @@ -124,7 +141,7 @@
   .opc {
     background-color: #DDDDDD;
     text-align: center
  -}  
  +}
   
   .calendarTag {
     font-size: 36pt
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org

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

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