You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/06 05:40:00 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos template2.jelly template1.jelly

dion        2004/09/05 20:40:00

  Modified:    jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos
                        template2.jelly template1.jelly
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.3       +40 -40    jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos/template2.jelly
  
  Index: template2.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos/template2.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- template2.jelly	1 Mar 2004 12:35:19 -0000	1.2
  +++ template2.jelly	6 Sep 2004 03:40:00 -0000	1.3
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0"?>
   <!--
     Copyright 2002-2004 The Apache Software Foundation
   
  @@ -14,42 +14,42 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -<j:jelly trim="false" xmlns:j="jelly:core">
  -
  -  <html>
  -  
  -  	<head>
  -	<title>${name}'s Page</title>
  -	</head>
  -	
  -	<body bgcolor="${background}" text="#FFFF00">
  -	
  -	<table>
  -	<tr>
  -	<td>
  -	<img src="${url}"/>
  -	</td>
  -
  -	<td>
  -	<h1>Welcome to my Homepage!</h1>
  -		
  -	<p>
  -	Hi, I'm ${name}.  These are my hobbies:
  -	</p>
  -		
  -	<ol>
  -	
  -	<j:forEach items="${hobbies}" var="i">
  -		<li>${i}</li>
  -	</j:forEach>
  -	
  -	</ol>
  -	</td>
  -	</tr>
  -	</table>
  -	
  -	</body>
  -
  -  </html>
  -  
  -</j:jelly>
  +<j:jelly trim="false" xmlns:j="jelly:core">
  +
  +  <html>
  +  
  +  	<head>
  +	<title>${name}'s Page</title>
  +	</head>
  +	
  +	<body bgcolor="${background}" text="#FFFF00">
  +	
  +	<table>
  +	<tr>
  +	<td>
  +	<img src="${url}"/>
  +	</td>
  +
  +	<td>
  +	<h1>Welcome to my Homepage!</h1>
  +		
  +	<p>
  +	Hi, I'm ${name}.  These are my hobbies:
  +	</p>
  +		
  +	<ol>
  +	
  +	<j:forEach items="${hobbies}" var="i">
  +		<li>${i}</li>
  +	</j:forEach>
  +	
  +	</ol>
  +	</td>
  +	</tr>
  +	</table>
  +	
  +	</body>
  +
  +  </html>
  +  
  +</j:jelly>
  
  
  
  1.3       +30 -30    jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos/template1.jelly
  
  Index: template1.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/demos/template1.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- template1.jelly	1 Mar 2004 12:35:19 -0000	1.2
  +++ template1.jelly	6 Sep 2004 03:40:00 -0000	1.3
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0"?>
   <!--
     Copyright 2002-2004 The Apache Software Foundation
   
  @@ -14,32 +14,32 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -<j:jelly trim="false" xmlns:j="jelly:core">
  -
  -  <html>
  -  
  -  	<head>
  -	<title>${name}'s Page</title>
  -	</head>
  -	
  -	<body bgcolor="${background}" text="#FFFFFF">
  -
  -	<h1>${name}'s Homepage</h1>
  -	
  -	<img src="${url}"/>
  -	
  -	<h2>My Hobbies</h2>
  -	
  -	<ul>
  -	
  -	<j:forEach items="${hobbies}" var="i">
  -		<li>${i}</li>
  -	</j:forEach>
  -	
  -	</ul>
  -	
  -	</body>
  -
  -  </html>
  -  
  -</j:jelly>
  +<j:jelly trim="false" xmlns:j="jelly:core">
  +
  +  <html>
  +  
  +  	<head>
  +	<title>${name}'s Page</title>
  +	</head>
  +	
  +	<body bgcolor="${background}" text="#FFFFFF">
  +
  +	<h1>${name}'s Homepage</h1>
  +	
  +	<img src="${url}"/>
  +	
  +	<h2>My Hobbies</h2>
  +	
  +	<ul>
  +	
  +	<j:forEach items="${hobbies}" var="i">
  +		<li>${i}</li>
  +	</j:forEach>
  +	
  +	</ul>
  +	
  +	</body>
  +
  +  </html>
  +  
  +</j:jelly>
  
  
  

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