Author: sebb
Date: Sat May  9 22:55:41 2009
New Revision: 773280

URL: http://svn.apache.org/viewvc?rev=773280&view=rev
Log:
Remove leading spaces

Modified:
    jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl

Modified: jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl?rev=773280&r1=773279&r2=773280&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl (original)
+++ jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl Sat May  9 22:55:41 2009
@@ -18,50 +18,50 @@
 
 <!-- Content Stylesheet for Site -->
 
-        ## Defined variables
-        #set ($bodybg = "#ffffff")
-        #set ($bodyfg = "#000000")
-        #set ($bodylink = "#525D76")
-        #set ($bannerbg = "#525D76")
-        #set ($bannerfg = "#ffffff")
-        #set ($subbannerbg = "#828DA6")
-        #set ($subbannerfg = "#ffffff")
-        #set ($tablethbg = "#039acc")
-        #set ($tabletdbg = "#a0ddf0")
-        #set ($notebackground = "#bbbb00")
-        #set ($space = " ")
-        #set ($space = $space.charAt(0))
-        #set ($udsc = "_")
-        #set ($udsc = $udsc.charAt(0))
-        #set ($imgdir = "$relativePath/images")
-        #set ($sshotdir = "$imgdir/screenshots" )
-        #set ($year = $date.getYear()+1900)
+## Defined variables
+#set ($bodybg = "#ffffff")
+#set ($bodyfg = "#000000")
+#set ($bodylink = "#525D76")
+#set ($bannerbg = "#525D76")
+#set ($bannerfg = "#ffffff")
+#set ($subbannerbg = "#828DA6")
+#set ($subbannerfg = "#ffffff")
+#set ($tablethbg = "#039acc")
+#set ($tabletdbg = "#a0ddf0")
+#set ($notebackground = "#bbbb00")
+#set ($space = " ")
+#set ($space = $space.charAt(0))
+#set ($udsc = "_")
+#set ($udsc = $udsc.charAt(0))
+#set ($imgdir = "$relativePath/images")
+#set ($sshotdir = "$imgdir/screenshots" )
+#set ($year = $date.getYear()+1900)
 
 <!-- start the processing -->
 #document()
 <!-- end the processing -->
 
-## This is where the macro's live
+## This is where the macros live
 
 #macro ( table $table)
 <table>
-        #foreach ( $items in $table.getChildren() )
-                 #if ($items.getName().equals("tr"))
-                               #tr ($items)
-                 #end
-        #end
+#foreach ( $items in $table.getChildren() )
+#if ($items.getName().equals("tr"))
+#tr ($items)
+#end
+#end
 </table>
 #end
 
 #macro ( tr $tr)
 <tr>
-        #foreach ( $items in $tr.getChildren() )
-                 #if ($items.getName().equals("td"))
-                               #td ($items)
-                 #elseif ($items.getName().equals("th"))
-                               #th ($items)
-                 #end
-        #end
+#foreach ( $items in $tr.getChildren() )
+#if ($items.getName().equals("td"))
+#td ($items)
+#elseif ($items.getName().equals("th"))
+#th ($items)
+#end
+#end
 </tr>
 #end
 
@@ -73,13 +73,13 @@
 #set ($rowspan = $value.getAttributeValue("rowspan"))
 #end
 <td bgcolor="$tabletdbg" colspan="$!colspan" rowspan="$!rowspan" valign="top" 
align="left">
-        <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 #if ($value.getText().length() != 0 || $value.hasChildren())
-                 $xmlout.outputString($value, true)
-                 #else
-                 &nbsp;
-                 #end
-        </font>
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+#if ($value.getText().length() != 0 || $value.hasChildren())
+$xmlout.outputString($value, true)
+#else
+&nbsp;
+#end
+</font>
 </td>
 #end
 
@@ -91,29 +91,29 @@
 #set ($rowspan = $value.getAttributeValue("rowspan"))
 #end
 <td bgcolor="$tablethbg" colspan="$!colspan" rowspan="$!rowspan" valign="top" 
align="left">
-        <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 #if ($value.getText().length() != 0 || $value.hasChildren())
-                 $xmlout.outputString($value, true)
-                 #else
-                 &nbsp;
-                 #end
-        </font>
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+#if ($value.getText().length() != 0 || $value.hasChildren())
+$xmlout.outputString($value, true)
+#else
+&nbsp;
+#end
+</font>
 </td>
 #end
 
 #macro ( projectanchor $name $value )
 #if ($value.startsWith("http://";))
-        <a href="$value">$name</a>
+<a href="$value">$name</a>
 #elseif ($value.startsWith("/site"))
-        <a href="http://jakarta.apache.org$value";>$name</a>
+<a href="http://jakarta.apache.org$value";>$name</a>
 #else
-        <a href="$relativePath$value">$name</a>
+<a href="$relativePath$value">$name</a>
 #end
 #end
 
 #macro ( metaauthor $author $email )
-                               <meta name="author" value="$author">
-                               <meta name="email" value="$email">
+<meta name="author" value="$author">
+<meta name="email" value="$email">
 #end
 
 #macro ( image $value )
@@ -130,281 +130,283 @@
 #end
 
 #macro ( source $value)
-        <div align="left">
-        <table cellspacing="4" cellpadding="0" border="0">
-        <tr>
-               <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
-               <td bgcolor="#023264" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
-               <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
-        </tr>
-        <tr>
-               <td bgcolor="#023264" width="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
-               <td 
bgcolor="#ffffff"><pre>$escape.getText($value.getText())</pre></td>
-               <td bgcolor="#023264" width="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
-        </tr>
-        <tr>
-               <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
-               <td bgcolor="#023264" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
-               <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
-        </tr>
-        </table>
-        </div>
+<div align="left">
+<table cellspacing="4" cellpadding="0" border="0">
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+<td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
+<td bgcolor="#ffffff"><pre>$escape.getText($value.getText())</pre></td>
+<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+<td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+</tr>
+</table>
+</div>
 #end
 
 #macro (properties $properties)
 <p>
-       <b>Parameters</b>
-       <table border="1" cellspacing="0" cellpadding="2">
-       <tr><th>Attribute</th><th>Description</th><th>Required</th></tr>
-       #foreach ($items in $properties.getChildren("property"))
-               <tr>
-                       <td>$items.getAttributeValue("name")</td>
-                       <td>#runloop($items)</td>
-                       <td>
-                                       
#if($items.getAttributeValue("required") != "")
-                                               
$items.getAttributeValue("required")
-                                       #else
-                                               No
-                                       #end
-                       </td>
-               </tr>
-       #end
-       </table>
-       </p>
+<b>Parameters</b>
+<table border="1" cellspacing="0" cellpadding="2">
+<tr><th>Attribute</th><th>Description</th><th>Required</th></tr>
+#foreach ($items in $properties.getChildren("property"))
+<tr>
+<td>$items.getAttributeValue("name")</td>
+<td>#runloop($items)</td>
+<td>
+#if($items.getAttributeValue("required") != "")
+$items.getAttributeValue("required")
+#else
+No
+#end
+</td>
+</tr>
+#end
+</table>
+</p>
 #end
 
 #macro (seeAlso $seeAlso)
-       <p><b>See Also:</b>
-       <ul>
-       #foreach ($items in $seeAlso.getChildren())
-               #if($items.getName() == "link")
-                       <li><a 
href="$items.getAttributeValue("href")">$xmlout.outputString($items,true)</a></li>
-               #elseif($items.getName() == "complink")
-                       <li>#complink($items)</li>
-               #end
-       #end
-       </ul>
-       </p>
+<p><b>See Also:</b>
+<ul>
+#foreach ($items in $seeAlso.getChildren())
+#if($items.getName() == "link")
+<li><a 
href="$items.getAttributeValue("href")">$xmlout.outputString($items,true)</a></li>
+#elseif($items.getName() == "complink")
+<li>#complink($items)</li>
+#end
+#end
+</ul>
+</p>
 #end
 
 #macro (figure $figure)
-       #set ($width = "")
-       #set ($width = $component.getAttributeValue('width') )
-       #set ($height = "")
-       #set ($height = $component.getAttributeValue('height') )
-       #set ($dim= "")
-       #if  ($width != "")
-           #set ($dim = "width='$width' height='$height'")
-       #end
-       <p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img $dim 
src="$sshotdir/$figure.getAttributeValue("image")"><br>
-       <font size="-1">#runloop($figure)</font></td></tr></table></p>
+#set ($width = "")
+#set ($width = $component.getAttributeValue('width') )
+#set ($height = "")
+#set ($height = $component.getAttributeValue('height') )
+#set ($dim= "")
+#if  ($width != "")
+#set ($dim = "width='$width' height='$height'")
+#end
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img $dim 
src="$sshotdir/$figure.getAttributeValue("image")"><br>
+<font size="-1">#runloop($figure)</font></td></tr></table></p>
 #end
 
 #macro (example $example)
-       <a name="$example.getAttributeValue("anchor")"/>
-       <p><b>$example.getAttributeValue("title")</b></p>
-       #runloop($example)
+<a name="$example.getAttributeValue("anchor")"/>
+<p><b>$example.getAttributeValue("title")</b></p>
+#runloop($example)
 #end
 
 #macro (note $note)
-       <p><table border="1" bgcolor="$notebackground" width="50%" 
cellspacing="0" cellpadding="2">
-               <tr><td>#runloop($note)</td></tr>
-       </table></p>
+<p>
+<table border="1" bgcolor="$notebackground" width="50%" cellspacing="0" 
cellpadding="2">
+<tr><td>#runloop($note)</td></tr>
+</table>
+</p>
 #end
 
 #macro (scope $scope)
-       #if ($scope.getText() == "")
-               <a href="build-test-plan.html#scoping_rules">scope</a>
-       #else
-               <a 
href="build-test-plan.html#scoping_rules">$scope.getText()</a>
-       #end
+#if ($scope.getText() == "")
+<a href="build-test-plan.html#scoping_rules">scope</a>
+#else
+<a href="build-test-plan.html#scoping_rules">$scope.getText()</a>
+#end
 #end
 
 #macro (unknown $u_node)
-       #if($u_node.getName() == "note")
-               #note($u_node)
-       #elseif($u_node.getName() == "complink")
-               #complink($u_node)
-       #elseif($u_node.getName() == "figure")
-               #figure($u_node)
-       #elseif ($u_node.getName() == "links")
-                #seeAlso ($u_node)
-       #elseif ($u_node.getName() == "properties")
-                #properties ($u_node)
-       #elseif ($u_node.getName() == "example")
-               #example ($u_node)
-       #elseif ($u_node.getName().equals("source"))
-                #source ($u_node)
-       #elseif ($u_node.getName().equals("table"))
-                #table ($u_node)
-       #elseif ($u_node.getName().equals("component"))
-               #component($u_node)
-       #elseif ($u_node.getName().equals("subsection"))
-                #subsection ($u_node)
-       #elseif ($u_node.getName().equals("scope"))
-                #scope ($u_node)
-       #else
-               #outputTag($u_node)
-               #runloop($u_node)
-               #outputEndTag($u_node)
-       #end
+#if($u_node.getName() == "note")
+#note($u_node)
+#elseif($u_node.getName() == "complink")
+#complink($u_node)
+#elseif($u_node.getName() == "figure")
+#figure($u_node)
+#elseif ($u_node.getName() == "links")
+#seeAlso ($u_node)
+#elseif ($u_node.getName() == "properties")
+#properties ($u_node)
+#elseif ($u_node.getName() == "example")
+#example ($u_node)
+#elseif ($u_node.getName().equals("source"))
+#source ($u_node)
+#elseif ($u_node.getName().equals("table"))
+#table ($u_node)
+#elseif ($u_node.getName().equals("component"))
+#component($u_node)
+#elseif ($u_node.getName().equals("subsection"))
+#subsection ($u_node)
+#elseif ($u_node.getName().equals("scope"))
+#scope ($u_node)
+#else
+#outputTag($u_node)
+#runloop($u_node)
+#outputEndTag($u_node)
+#end
 #end
 
 #macro (complink $complink)
-       <a 
href="$relativePath/usermanual/component_reference.html#$complink.getAttributeValue("name").replace($space,$udsc)">$complink.getAttributeValue("name")</a>
+<a 
href="$relativePath/usermanual/component_reference.html#$complink.getAttributeValue("name").replace($space,$udsc)">$complink.getAttributeValue("name")</a>
 #end
 
 #macro (outputTag $tag)
-       <$tag.getName()#getAtts($tag)>
+<$tag.getName()#getAtts($tag)>
 #end
 
 #macro (getAtts $tag)
-       #foreach ($att in $tag.getAttributes()) 
$att.getName()="$att.getValue()"#end
+#foreach ($att in $tag.getAttributes()) $att.getName()="$att.getValue()"#end
 #end
 
 #macro (outputEndTag $tag)
-       </$tag.getName()>
+</$tag.getName()>
 #end
 
 #macro (runloop $itemToLoop)
-       #foreach ($rl_node in $itemToLoop.getContent())
-               #if($rl_node.getClass().getName().indexOf("Element") > -1)
-                       #unknown($rl_node)
-               #else
-                       $rl_node.getText()
-               #end
-       #end
+#foreach ($rl_node in $itemToLoop.getContent())
+#if($rl_node.getClass().getName().indexOf("Element") > -1)
+#unknown($rl_node)
+#else
+$rl_node.getText()
+#end
+#end
 #end
 
 #macro ( component $component)
-       #set ($screenshot = "")
-       #set ($screenshot = $component.getAttributeValue('screenshot') )
-       #set ($width = "")
-       #set ($width = $component.getAttributeValue('width') )
-       #set ($height = "")
-       #set ($height = $component.getAttributeValue('height') )
-       #set ($dim= "")
-       #if  ($width != "")
-           #set ($dim = "width='$width' height='$height'")
-       #end
-       <table border="0" cellspacing="0" cellpadding="2">
-               <tr><td>
-                 <font face="arial,helvetica,sanserif">
-                        <h3><a 
name="$component.getAttributeValue("name").replace($space,$udsc)">$!component.getAttributeValue("index")
 $component.getAttributeValue("name")</h3></a>
-                 </font>
-               </td></tr>
-               #if($component.getAttribute("useinstead"))
-                       <tr><td bgcolor="#bbbb00"><div align="center"><b>*** 
This element is deprecated.  Use <a 
href="$relativePath/usermanual/component_reference.html#$component.getAttributeValue("useinstead").replace($space,$udsc)">$component.getAttributeValue("useinstead")</a>
 instead ***</b></div></td></tr>
-               #end
-               <tr><td>
-                 #foreach ( $c_items in $component.getChildren() )
-                               #if ($c_items.getName().equals("description"))
-                                       #runloop($c_items)
-                                       #if ($screenshot != "")                 
                        
-                                               <p><b>Control Panel</b></p>
-                                               <div align="center"><img $dim 
src="$sshotdir/$screenshot"></div>
-                                       #end
-                               #else
-                                        #unknown($c_items)
-                               #end
-                 #end
-               </td></tr>
-               <tr><td><br></td></tr>
-        </table>
-       <hr>
+#set ($screenshot = "")
+#set ($screenshot = $component.getAttributeValue('screenshot') )
+#set ($width = "")
+#set ($width = $component.getAttributeValue('width') )
+#set ($height = "")
+#set ($height = $component.getAttributeValue('height') )
+#set ($dim= "")
+#if  ($width != "")
+#set ($dim = "width='$width' height='$height'")
+#end
+<table border="0" cellspacing="0" cellpadding="2">
+<tr><td>
+<font face="arial,helvetica,sanserif">
+<h3><a 
name="$component.getAttributeValue("name").replace($space,$udsc)">$!component.getAttributeValue("index")
 $component.getAttributeValue("name")</h3></a>
+</font>
+</td></tr>
+#if($component.getAttribute("useinstead"))
+<tr><td bgcolor="#bbbb00"><div align="center"><b>*** This element is 
deprecated.  Use <a 
href="$relativePath/usermanual/component_reference.html#$component.getAttributeValue("useinstead").replace($space,$udsc)">$component.getAttributeValue("useinstead")</a>
 instead ***</b></div></td></tr>
+#end
+<tr><td>
+#foreach ( $c_items in $component.getChildren() )
+#if ($c_items.getName().equals("description"))
+#runloop($c_items)
+#if ($screenshot != "")                        
+<p><b>Control Panel</b></p>
+<div align="center"><img $dim src="$sshotdir/$screenshot"></div>
+#end
+#else
+#unknown($c_items)
+#end
+#end
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<hr>
 #end
 
 #macro ( subsection $subsection)
-        <table border="0" cellspacing="0" cellpadding="2" width="100%">
-               <tr><td bgcolor="$subbannerbg">
-                 <font color="$subbannerfg" face="arial,helvetica,sanserif">
-                        <a 
name="$subsection.getAttributeValue("anchor")"><strong>$subsection.getAttributeValue("name")</strong></a>
-                 </font>
-               </td></tr>
-               <tr><td>
-                 <blockquote>
-                 #foreach ( $su_items in $subsection.getChildren() )
-                               #if ($su_items.getName().equals("img"))
-                                        #image ($su_items)
-                               #else
-                                        #unknown($su_items)
-                               #end
-                 #end
-                 </blockquote>
-               </td></tr>
-               <tr><td><br></td></tr>
-        </table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="$subbannerbg">
+<font color="$subbannerfg" face="arial,helvetica,sanserif">
+<a 
name="$subsection.getAttributeValue("anchor")"><strong>$subsection.getAttributeValue("name")</strong></a>
+</font>
+</td></tr>
+<tr><td>
+<blockquote>
+#foreach ( $su_items in $subsection.getChildren() )
+#if ($su_items.getName().equals("img"))
+#image ($su_items)
+#else
+#unknown($su_items)
+#end
+#end
+</blockquote>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
 #end
 
 #macro (pagelinks)
-  #if (($next != "") || ($prev != ""))
-               <table>
-               <tr>
-               <td bgcolor="$bannerbg">
-        <div align="right"><a href="index.html"><font size=-1 
color="$bannerfg" face="arial,helvetica,sanserif">Index</font></a></div>
-        </td>
-               #if ($next != "")
-               <td bgcolor="$bannerbg">
-        <div align="right"><a href="$next"><font size=-1 color="$bannerfg" 
face="arial,helvetica,sanserif">Next</font></a></div>
-        </td>
-        #end
-               #if ($prev != "")
-               <td bgcolor="$bannerbg">
-        <div align="right"><a href="$prev"><font size=-1 color="$bannerfg" 
face="arial,helvetica,sanserif">Prev</font></a></div>
-        </td>
-        #end
-        </tr>
-         </table>
-      #end
+#if (($next != "") || ($prev != ""))
+<table>
+<tr>
+<td bgcolor="$bannerbg">
+<div align="right"><a href="index.html"><font size=-1 color="$bannerfg" 
face="arial,helvetica,sanserif">Index</font></a></div>
+</td>
+#if ($next != "")
+<td bgcolor="$bannerbg">
+<div align="right"><a href="$next"><font size=-1 color="$bannerfg" 
face="arial,helvetica,sanserif">Next</font></a></div>
+</td>
+#end
+#if ($prev != "")
+<td bgcolor="$bannerbg">
+<div align="right"><a href="$prev"><font size=-1 color="$bannerfg" 
face="arial,helvetica,sanserif">Prev</font></a></div>
+</td>
+#end
+</tr>
+</table>
+#end
 #end
 
 #macro ( section $section)
-        <table border="0" cellspacing="0" cellpadding="2" width="100%">
-               <tr><td bgcolor="$bannerbg">
-                 <font color="$bannerfg" face="arial,helvetica,sanserif">
-                        <a 
name="$section.getAttributeValue("anchor")"><strong>$section.getAttributeValue("name")</strong></a>
-                 </font>
-               </td></tr>
-               <tr><td>
-                 <blockquote>
-                 #foreach ( $s_items in $section.getChildren() )
-                               #if ($s_items.getName().equals("img"))
-                                        #image ($s_items)
-                               #else
-                                        #unknown($s_items)
-                               #end
-                 #end
-                 </blockquote>
-                 </p>
-               </td></tr>
-               <tr><td><br></td></tr>
-        </table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="$bannerbg">
+<font color="$bannerfg" face="arial,helvetica,sanserif">
+<a 
name="$section.getAttributeValue("anchor")"><strong>$section.getAttributeValue("name")</strong></a>
+</font>
+</td></tr>
+<tr><td>
+<blockquote>
+#foreach ( $s_items in $section.getChildren() )
+#if ($s_items.getName().equals("img"))
+#image ($s_items)
+#else
+#unknown($s_items)
+#end
+#end
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
 #end
 
 #macro ( makeProject )
-        #set ($menus = $project.getChild("body").getChildren("menu"))
-        #foreach ( $menu in $menus )
-                 <p><strong>$menu.getAttributeValue("name")</strong></p>
-                 <ul>
-                 #foreach ( $item in $menu.getChildren() )
-                               #set ($name = $item.getAttributeValue("name"))
-                               <li>#projectanchor($name 
$item.getAttributeValue("href"))</li>
-                 #end
-                 </ul>
-        #end
+#set ($menus = $project.getChild("body").getChildren("menu"))
+#foreach ( $menu in $menus )
+<p><strong>$menu.getAttributeValue("name")</strong></p>
+<ul>
+#foreach ( $item in $menu.getChildren() )
+#set ($name = $item.getAttributeValue("name"))
+<li>#projectanchor($name $item.getAttributeValue("href"))</li>
+#end
+</ul>
+#end
 #end
 
 #macro (makeIndex $subsections)
-       <ul>
-       #foreach ($sect in $subsections)
-               <li><a 
href="#$sect.getAttributeValue("anchor")">$sect.getAttributeValue("name")</a></li>
-               <ul>
-               #foreach ($comp in $sect.getChildren("component"))
-                       <li><a 
href="#$comp.getAttributeValue("name").replace($space,$udsc)">$comp.getAttributeValue("name")</a></li>
-               #end
-               </ul>
-       #end
-       </ul>
+<ul>
+#foreach ($sect in $subsections)
+<li><a 
href="#$sect.getAttributeValue("anchor")">$sect.getAttributeValue("name")</a></li>
+<ul>
+#foreach ($comp in $sect.getChildren("component"))
+<li><a 
href="#$comp.getAttributeValue("name").replace($space,$udsc)">$comp.getAttributeValue("name")</a></li>
+#end
+</ul>
+#end
+</ul>
 #end
 
 #macro (getProjectImage)
@@ -415,7 +417,7 @@
 <td>
 <!-- Need to specify height otherwise iframe seems to grab extra -->
 <iframe src="http://www.apache.org/ads/halfbanner.html"; height="$logoHeight"
-    style="border-width:0; float: left" frameborder="0" 
scrolling="no"></iframe>
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
 </td>
 <td align="left">
 <a href="http://jakarta.apache.org";><img width="505" height="48" 
src="$relativePath/images/jakarta-logo.gif" alt="Jakarta" title="Jakarta" 
border="0"/></a>
@@ -438,65 +440,63 @@
 #end
 
 #macro (document)
-        <!-- 
====================================================================== -->
-        <!-- Main Page Section -->
-        <!-- 
====================================================================== -->
-        <html>
-                 <head>
-                               <meta http-equiv="Content-Type" 
content="text/html; charset=iso-8859-1"/>
-
-                               #set ($next = $root.getAttributeValue("next"))
-                               #set ($prev = $root.getAttributeValue("prev"))
-
-                               #set ($authors = 
$root.getChild("properties").getChildren("author"))
-                               #foreach ( $au in $authors )
-                                        #metaauthor ( $au.getText() 
$au.getAttributeValue("email") )
-                               #end
-
-                               <title>$project.getChild("title").getText() - 
$root.getChild("properties").getChild("title").getText()</title>
-                 </head>
-
-                 <body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
-                               <table border="0" cellspacing="0">
-                                        <!-- TOP IMAGE -->
-                                        <tr>
-                                                 #getProjectImage()
-                                        </tr>
-                               </table>
-                               <table border="0" width="100%" cellspacing="4">
-                                        <tr><td colspan="2">
-                                                 <hr noshade size="1"/>
-                                        </td></tr>
-
-                                        <tr>
-                                                 <!-- LEFT SIDE NAVIGATION -->
-                                                 <td width="20%" valign="top" 
nowrap="true">
-                                                 #makeProject()
-                                                 </td>
-                                                 <td width="80%" align="left" 
valign="top">
-                                                 #pagelinks()
-                                                 <br>
-                                                 #if 
($root.getAttributeValue("index") == "yes")
-                                                       
#makeIndex($root.getChild("body").getChildren("section"))
-                                                 #end
-                                                 #set ($allSections = 
$root.getChild("body").getChildren("section"))
-                                                 #foreach ( $section in 
$allSections )
-                                                               #section 
($section)
-                                                 #end
-                                                 #pagelinks()
-                                                 <br>
-                                                 </td>
-                                        </tr>
-
-                                        <tr><td colspan="2">
-                                                 <hr noshade size="1"/>
-                                        </td></tr>
-                                        <tr><td colspan="2">
-                                                 <div align="center"><font 
color="$bodylink" size="-1"><em>
-                                                 Copyright &copy; 1999-$year, 
Apache Software Foundation
-                                                 </em></font></div>
-                                        </td></tr>
-                               </table>
-                 </body>
-        </html>
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+#set ($next = $root.getAttributeValue("next"))
+#set ($prev = $root.getAttributeValue("prev"))
+
+#set ($authors = $root.getChild("properties").getChildren("author"))
+#foreach ( $au in $authors )
+#metaauthor ( $au.getText() $au.getAttributeValue("email") )
+#end
+
+<title>$project.getChild("title").getText() - 
$root.getChild("properties").getChild("title").getText()</title>
+</head>
+
+<body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+#getProjectImage()
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+#makeProject()
+</td>
+<td width="80%" align="left" valign="top">
+#pagelinks()
+<br>
+#if ($root.getAttributeValue("index") == "yes")
+#makeIndex($root.getChild("body").getChildren("section"))
+#end
+#set ($allSections = $root.getChild("body").getChildren("section"))
+#foreach ( $section in $allSections )
+#section ($section)
+#end
+#pagelinks()
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="$bodylink" size="-1"><em>
+Copyright &copy; 1999-$year, Apache Software Foundation
+</em></font></div>
+</td></tr>
+</table>
+</body>
+</html>
 #end



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to