|
|
@ -1,4 +1,5 @@ |
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
|
|
|
|
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> |
|
|
|
<table> |
|
|
|
<table> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<c:if test="${not empty model.musicFolder}"> |
|
|
|
<c:if test="${not empty model.musicFolder}"> |
|
|
@ -76,4 +77,4 @@ |
|
|
|
<a href="javascript:playShuffle()"><img src="<spring:theme code="shuffleImage"/>" alt=""> <fmt:message key="home.shuffle"/></a></td> |
|
|
|
<a href="javascript:playShuffle()"><img src="<spring:theme code="shuffleImage"/>" alt=""> <fmt:message key="home.shuffle"/></a></td> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|