aheritier 2004/09/22 17:17:55
Modified: multiproject/src/plugin-resources/templates
projects-overview.xml
Log:
It's better to not include a table in a paragraph
Revision Changes Path
1.9 +16 -17
maven-plugins/multiproject/src/plugin-resources/templates/projects-overview.xml
Index: projects-overview.xml
===================================================================
RCS file:
/home/cvs/maven-plugins/multiproject/src/plugin-resources/templates/projects-overview.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- projects-overview.xml 24 Apr 2004 00:10:58 -0000 1.8
+++ projects-overview.xml 23 Sep 2004 00:17:55 -0000 1.9
@@ -20,28 +20,27 @@
<document>
<properties>
<title>$overviewPageTitle</title>
- <author email="[EMAIL PROTECTED]">Michal Maczka</author>
</properties>
- <body>
- <section name="$overviewPageTitle">
- <p>
- #if ($overviewPageText && $overviewPageText.length() > 0)
+ <body>
+ <section name="$overviewPageTitle">
+ <p>
+ #if ($overviewPageText && $overviewPageText.length() > 0)
${overviewPageText}
<br/>
- #end
+ #end
+ </p>
<table>
#foreach ($project in $multiprojects)
- <tr>
- #if ($navType == "aggregate")
- <th><a
href="${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
- #else
- <th><a href="${project.url}">${project.name}</a></th>
- #end
- <td>${project.shortDescription}</td>
- </tr>
+ <tr>
+ #if ($navType == "aggregate")
+ <th><a
href="${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
+ #else
+ <th><a href="${project.url}">${project.name}</a></th>
+ #end
+ <td>${project.shortDescription}</td>
+ </tr>
#end
</table>
- </p>
- </section>
- </body>
+ </section>
+ </body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]