layout was simplified
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -14,30 +14,16 @@
|
||||
<table>
|
||||
#foreach ($project in $reactorProjects)
|
||||
<tr>
|
||||
<th><a href="#${project.name}">${project.name}</a></th>
|
||||
#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>
|
||||
<p>
|
||||
#foreach ($project in $reactorProjects)
|
||||
<subsection name="$project.name">
|
||||
<p>
|
||||
${project.description}
|
||||
</p>
|
||||
<p>
|
||||
<b>Website:</b>
|
||||
#if ($navType == "aggregate")
|
||||
<a href="/${aggregateDir}${project.artifactId}/index.html">${project.name}</a>
|
||||
#else
|
||||
<a href="${project.url}">${project.url}</a>
|
||||
#end
|
||||
</p>
|
||||
</subsection>
|
||||
#end
|
||||
</p>
|
||||
</table>
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
</document>
|
||||
Reference in New Issue
Block a user