Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Shared/_Messages.cshtml @ 117:7ef7e4bb71f6
manejo de mensajes al usuario
author | Nelo@Kenia.neluz.int |
---|---|
date | Sun, 19 Jun 2011 13:35:34 -0300 |
parents | |
children | beeb48ddb44a |
comparison
equal
deleted
inserted
replaced
116:53bcd338542b | 117:7ef7e4bb71f6 |
---|---|
1 @if (TempData.ContainsKey("error")) | |
2 { | |
3 <div class="errorbox"><label>@TempData["error"]</label></div> | |
4 } | |
5 @if (TempData.ContainsKey("warning")) | |
6 { | |
7 <div class="warningbox"><label>@TempData["warning"]</label></div> | |
8 } | |
9 @if (TempData.ContainsKey("notification")) | |
10 { | |
11 <div class="notificationbox"><label>@TempData["notification"]</label></div> | |
12 } |