Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultViewer.cshtml @ 257:730b80afa70d
Ticket #191: Perfil de Usuarios
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 19 Oct 2011 09:19:20 -0300 |
parents | |
children |
rev | line source |
---|---|
257 | 1 <h2>@Html.GetTitleForModel()</h2> |
2 <p> | |
3 @Html.GetDescriptionForModel() | |
4 </p> | |
5 | |
6 @using (Html.BeginForm()) | |
7 { | |
8 <div> | |
9 <fieldset> | |
10 <legend>@Html.GetLegendForModel()</legend> | |
11 <div id="content"> | |
12 @Html.DisplayForModel() | |
13 </div> | |
14 <!-- | |
15 <div class="buttons"> | |
16 @Html.ActionLink(@LayoutResources.ReturnButton, "Index") | |
17 </div> | |
18 --> | |
19 </fieldset> | |
20 </div> | |
21 } |