set the default value of state in itemLink tag to none.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2003-08-21 09:01:08 +00:00
parent f622408da8
commit b802c73213

View File

@@ -179,6 +179,9 @@
@state - expanded / collapsed / none
-->
<a href="${pathTool.calculateLink(link,relativePath)}">
<j:if test="${empty(state)}">
<j:set var="state" value="none"/>
</j:if>
<img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
<j:if test="${empty(img)}">${name}</j:if>
<j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" title="${name}" alt="${name}"/></j:if>