Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 118:b74734a1a755
Manejo de eventos por estado
author | Nelo@Kenia.neluz.int |
---|---|
date | Wed, 22 Jun 2011 09:32:59 -0300 |
parents | db4b1e2cae49 |
children | f6e4af3a0b09 |
rev | line source |
---|---|
10 | 1 @if(Request.IsAuthenticated) { |
94
db4b1e2cae49
Cambio del nombre de la clase Ponente a Persona
Nelo@Kenia.neluz.int
parents:
10
diff
changeset
|
2 <text>Welcome <b>@Html.DisplayName()</b>! |
10 | 3 [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text> |
4 } | |
5 else { | |
6 @:[ @Html.ActionLink("Log On", "LogOn", "Account") ] | |
7 } |