Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml @ 156:6e554de521aa
Estética de altnet hispano
author | Nelo@Guinea.neluz.int |
---|---|
date | Thu, 04 Aug 2011 18:44:57 -0300 |
parents | 2233039ac2eb |
children | f6e4af3a0b09 |
comparison
equal
deleted
inserted
replaced
155:23aaf98b8377 | 156:6e554de521aa |
---|---|
17 }); | 17 }); |
18 </script> | 18 </script> |
19 </head> | 19 </head> |
20 | 20 |
21 <body> | 21 <body> |
22 <div id="portal"> | |
23 @Html.Partial("_MenuPortal") | |
24 </div> | |
25 | |
22 <div class="page"> | 26 <div class="page"> |
23 <div id="header"> | 27 <div id="header"> |
24 <div id="title"> | 28 <div id="title"> |
25 <h1>Gestión de VANs</h1> | 29 <h1>Gestión de VANs</h1> |
26 </div> | 30 </div> |
27 | 31 |
28 <div id="logindisplay"> | 32 <div id="logindisplay"> |
29 @Html.Partial("_LogOnPartial") | 33 @Html.Partial("_LogOnPartial") |
30 </div> | 34 </div> |
31 | 35 |
32 <div id="menucontainer"> | 36 <div id="menucontainer"> |
33 @Html.Partial("_Menu") | 37 @Html.Partial("_Menu") |
34 </div> | 38 </div> |
35 </div> | 39 </div> |
38 @Html.Partial("_Messages") | 42 @Html.Partial("_Messages") |
39 <div class="logo"> | 43 <div class="logo"> |
40 <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> | 44 <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> |
41 </div> | 45 </div> |
42 @RenderBody() | 46 @RenderBody() |
43 <div id="footer"> | 47 </div> |
44 </div> | 48 <div id="footer"> |
49 Contacto: <a href="mailto:contacto@althethispano.org" alt="contacto@althethispano.org">contacto@althethispano.org</a> - | |
50 <strong>hosting by </strong> | |
51 <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> | |
52 <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> | |
53 </a> | |
45 </div> | 54 </div> |
46 </div> | 55 </div> |
47 </body> | 56 </body> |
48 </html> | 57 </html> |