Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml @ 225:f23ee59ef1bd
Otros ponentes
author | nelopauselli |
---|---|
date | Mon, 26 Sep 2011 08:47:01 -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>