Mercurial > altnet-hispano
diff 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 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Wed Aug 03 09:38:23 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Thu Aug 04 18:44:57 2011 -0300 @@ -19,15 +19,19 @@ </head> <body> + <div id="portal"> + @Html.Partial("_MenuPortal") + </div> + <div class="page"> <div id="header"> <div id="title"> <h1>Gestión de VANs</h1> </div> - <div id="logindisplay"> - @Html.Partial("_LogOnPartial") - </div> + <div id="logindisplay"> + @Html.Partial("_LogOnPartial") + </div> <div id="menucontainer"> @Html.Partial("_Menu") @@ -40,8 +44,13 @@ <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> </div> @RenderBody() - <div id="footer"> - </div> + </div> + <div id="footer"> + Contacto: <a href="mailto:contacto@althethispano.org" alt="contacto@althethispano.org">contacto@althethispano.org</a> - + <strong>hosting by </strong> + <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> + <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> + </a> </div> </div> </body>