Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultViewer.cshtml @ 277:7439d7a5f8d0
Warning HTML: Cambiado ALT por TITLE.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 20 Dec 2011 08:28:33 -0300 |
parents | 730b80afa70d |
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 } |