Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml @ 254:478656b70afb
Tag deploy 2011-10-07 v1.0.3 para conjunto de cambios 7cf64cd790ab añadido
author | Administrador@DESA-WIN-002.cpe.telecentro.net.ar |
---|---|
date | Mon, 17 Oct 2011 07:41:32 -0300 |
parents | beeb06da4398 |
children |
line wrap: on
line source
<h2>Ingresar</h2> <p> Seleccione el proveedor con que quiere demostrar su identidad </p> <script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script> <div> <fieldset> <legend>Proveedores de identidad habilitados</legend> <br /> <table border="0"> <tr> <td><a href="@Url.Action("TwitterLogOn", new {returnUrl = Request["ReturnUrl"]})"><img src="@Url.Content("~/Content/twitter/sign-in-with-twitter-d.png")" alt="Sign in with twitter" /></a></td> <td>Identifíquese utilizando su cuenta de twitter</td> </tr> </table> </fieldset> </div>