[vlma-devel] commit: A more user-friendly message when there is no media to display. ( Adrien Grand )
git version control
git at videolan.org
Mon Aug 11 21:25:38 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Mon Aug 11 21:24:35 2008 +0200| [c361e7a63f2cce688baa23fbd959c20b9d49a19a] | committer: Adrien Grand
A more user-friendly message when there is no media to display.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=c361e7a63f2cce688baa23fbd959c20b9d49a19a
---
vlma-webapp/src/main/resources/messages.properties | 4 ++++
.../src/main/resources/messages_fr.properties | 4 ++++
.../WEB-INF/jsp/file/filechannellist_right.jsp | 8 +++++++-
.../WEB-INF/jsp/satellite/satchannellist_right.jsp | 9 +++++++++
.../WEB-INF/jsp/stream/streamchannellist_right.jsp | 8 +++++++-
.../WEB-INF/jsp/tnt/tntchannellist_right.jsp | 8 ++++++++
6 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/vlma-webapp/src/main/resources/messages.properties b/vlma-webapp/src/main/resources/messages.properties
index 8a75849..2749734 100644
--- a/vlma-webapp/src/main/resources/messages.properties
+++ b/vlma-webapp/src/main/resources/messages.properties
@@ -240,6 +240,7 @@ medias.TNTchannel.remove.error.fix = Please correct those mistakes to continue.
medias.TNTchannel.remove.error.nonexisting = This TNT channel doesn't exist!
medias.TNTchannel.remove.error.not-specified = No TNT channel has been specified.
medias.TNTchannel.remove.error.cantremovewithaprogramm = This TNT channel can't be removed because it is programmed.
+medias.TNTchannel.empty = There is no TNT channel in the database.
medias.sat.updating = Satellite channel update
medias.sat.update.run = Update!
@@ -250,6 +251,7 @@ medias.sat.update.url = Source:
medias.sat.updated = Satellite channel updated
medias.sat.updated.text = The satelitte channel has been updated.
medias.sat.updated.back = Go back
+medias.sat.empty = There is no satellite channel in the database.
medias.fileschannel.adding = Add a file channel
medias.fileschannel.add.name = Name:
@@ -260,6 +262,7 @@ medias.fileschannel.add.error.name_not_specified = A name must be defined.
medias.fileschannel.add.error.files_not_specified = A path list must be defined.
medias.fileschannel.add.error.existing_name = A file channel with this name already exists.
medias.fileschannel.editing = Editing of the file channel {0}
+medias.fileschannel.empty = There is no files channel in the database.
medias.streamchannel.adding = Add a stream channel
medias.streamchannel.add.name = Name:
@@ -270,6 +273,7 @@ medias.streamchannel.add.error.name_not_specified = A name must be defined.
medias.streamchannel.add.error.URL_not_specified = A URL must be defined.
medias.streamchannel.add.error.existing_name = A stream channel with this name already exists.
medias.streamchannel.editing = Editing of the file channel {0}
+medias.streamchannel.empty = There is no stream channel in the database.
footpage.website = VideoLAN website.
footpage.contact = Contact
diff --git a/vlma-webapp/src/main/resources/messages_fr.properties b/vlma-webapp/src/main/resources/messages_fr.properties
index ea04bc2..4414ec1 100644
--- a/vlma-webapp/src/main/resources/messages_fr.properties
+++ b/vlma-webapp/src/main/resources/messages_fr.properties
@@ -237,6 +237,7 @@ medias.TNTchannel.remove.error.fix = Veuillez corriger les erreurs pour continue
medias.TNTchannel.remove.error.nonexisting = Cette chaîne TNT n'existe pas !
medias.TNTchannel.remove.error.not-specified = Aucune chaîne TNT n'a été spécifiée.
medias.TNTchannel.remove.error.cantremovewithaprogramm = Cette chaîne ne peut être supprimée car elle est actuelement programmée.
+medias.TNTchannel.empty = Il n'y a aucune chaîne TNT dans la base de données.
medias.sat.updating = Mise à jour des chaînes satellite
medias.sat.update.run = Mettre à jour !
@@ -247,6 +248,7 @@ medias.sat.update.url = Source :
medias.sat.updated = Chaînes satellites mises à jour
medias.sat.updated.text = Les chaînes satellite ont été mises à jour avec succès.
medias.sat.updated.back = Retour
+medias.sat.empty = Il n'y a aucune chaîne satellite dans la base de données.
medias.fileschannel.adding = Ajout d'une chaîne de fichiers
medias.fileschannel.add.name = Nom :
@@ -257,6 +259,7 @@ medias.fileschannel.add.error.name_not_specified = Un nom doit être défini.
medias.fileschannel.add.error.files_not_specified = Une liste de fichiers doit être définie.
medias.fileschannel.add.error.existing_name = Une chaîne de fichier avec ce nom existe déjà.
medias.fileschannel.editing = Edition de la chaîne de fichiers {0}
+medias.fileschannel.empty = Il n'y a aucune chaîne de fichiers dans la base de données.
medias.streamchannel.adding = Ajout d'une chaîne de stream
medias.streamchannel.add.name = Nom :
@@ -267,6 +270,7 @@ medias.streamchannel.add.error.name_not_specified = Un nom doit être défini.
medias.streamchannel.add.error.URL_not_specified = Une URL doit être définie.
medias.streamchannel.add.error.existing_name = Une chaîne de stream avec ce nom existe déjà.
medias.streamchannel.editing = Edition de la chaîne de stream {0}
+medias.streamchannel.empty = Il n'y a aucune chaîne de stream dans la base de données.
footpage.website = Site web de VideoLAN
footpage.contact = Contact
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
index 326df3f..08b4c3d 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
@@ -3,6 +3,11 @@
<h1><fmt:message key="files.list" /></h1>
+<c:choose>
+<c:when test="${empty streamChannels}">
+ <p><fmt:message key="medias.fileschannel.empty" /></p>
+</c:when>
+<c:otherwise>
<table width="100%">
<tr>
@@ -88,4 +93,5 @@
</c:forEach>
</table>
-
+</c:otherwise>
+</c:choose>
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
index 0eb7574..2665c25 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
@@ -13,6 +13,12 @@
</c:choose>
</h1>
+<c:choose>
+<c:when test="${empty streamChannels}">
+ <p><fmt:message key="medias.satchannel.empty" /></p>
+</c:when>
+<c:otherwise>
+
<table width="100%">
<tr>
<th colspan="2"><fmt:message key="medias.list.frequency" /></th>
@@ -92,3 +98,6 @@
</tr>
</c:forEach>
</table>
+
+</c:otherwise>
+</c:choose>
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/stream/streamchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/stream/streamchannellist_right.jsp
index d90b799..ffe45d9 100755
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/stream/streamchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/stream/streamchannellist_right.jsp
@@ -3,6 +3,11 @@
<h1><fmt:message key="streams.list" /></h1>
+<c:choose>
+<c:when test="${empty streamChannels}">
+ <p><fmt:message key="medias.streamchannel.empty" /></p>
+</c:when>
+<c:otherwise>
<table width="100%">
<tr>
@@ -84,4 +89,5 @@
</c:forEach>
</table>
-
+</c:otherwise>
+</c:choose>
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/tnt/tntchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/tnt/tntchannellist_right.jsp
index b305c05..a9cf0ed 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/tnt/tntchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/tnt/tntchannellist_right.jsp
@@ -3,6 +3,12 @@
<h1><fmt:message key="medias.listTNT" /></h1>
+<c:choose>
+<c:when test="${empty streamChannels}">
+ <p><fmt:message key="medias.TNTchannel.empty" /></p>
+</c:when>
+<c:otherwise>
+
<table width="100%">
<tr>
<th><fmt:message key="medias.list.frequency" /></th>
@@ -91,3 +97,5 @@
</c:forEach>
</table>
+</c:otherwise>
+</c:choose>
More information about the vlma-devel
mailing list