[vlma-devel] commit: Use JSP comments instead of HTML comments. (Adrien Grand )
git version control
git at videolan.org
Tue Apr 22 00:29:21 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Mon Apr 21 22:38:40 2008 +0200| [e7de291d8217dc212f839a172082eabbae23c654]
Use JSP comments instead of HTML comments.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=e7de291d8217dc212f839a172082eabbae23c654
---
.../WEB-INF/jsp/files/fileschannelslist_right.jsp | 4 ++--
.../webapp/WEB-INF/jsp/medias/mediaslist_right.jsp | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/web/src/main/webapp/WEB-INF/jsp/files/fileschannelslist_right.jsp b/web/src/main/webapp/WEB-INF/jsp/files/fileschannelslist_right.jsp
index 5e61f76..519beae 100644
--- a/web/src/main/webapp/WEB-INF/jsp/files/fileschannelslist_right.jsp
+++ b/web/src/main/webapp/WEB-INF/jsp/files/fileschannelslist_right.jsp
@@ -24,11 +24,11 @@
<td>
<c:out value="${filesChannel.server.name}"/>
</td>
- <!-- Construction de l'URL pour supprimer la chaîne de la liste -->
+ <%-- Build the URL to remove the channel from the list --%>
<c:url value="tntchannelremove.htm" var="tntChannelRemoveUrl">
<c:param name="Id" value="${filesChannel.id}" />
</c:url>
- <!-- Construction of the URL to delete the channel -->
+ <%-- Build the URL to delete the channel --%>
<c:url value="fileschannelsedit.htm" var="filesChannelEditUrl">
<c:param name="Id" value="${filesChannel.id}" />
</c:url>
diff --git a/web/src/main/webapp/WEB-INF/jsp/medias/mediaslist_right.jsp b/web/src/main/webapp/WEB-INF/jsp/medias/mediaslist_right.jsp
index b8d72d1..6edfc8a 100644
--- a/web/src/main/webapp/WEB-INF/jsp/medias/mediaslist_right.jsp
+++ b/web/src/main/webapp/WEB-INF/jsp/medias/mediaslist_right.jsp
@@ -3,7 +3,7 @@
<h1><fmt:message key="medias.list" /></h1>
-<!-- Tableau des chaînes TNT -->
+<%-- TNT channels --%>
<h2><fmt:message key="medias.listTNT" /></h2>
@@ -36,7 +36,7 @@
</a>
</strong>
</td>
- <!-- Construction de l'URL pour supprimer la chaîne de la liste -->
+ <%-- Build the URL to remove the channel from the list --%>
<c:url value="tntchannelremove.htm" var="tntChannelRemoveUrl">
<c:param name="Id" value="${channelTNT.id}" />
</c:url>
@@ -91,7 +91,7 @@
</table>
-<!-- Tableau des chaînes Satellites -->
+<%-- Satellite channels --%>
<h2>
<c:choose>
<c:when test="${shortList}">
More information about the vlma-devel
mailing list