Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml @ 142:62dc9fb3a03e
Quitando cuentas BuiltIn
author | Nelo@Guinea.neluz.int |
---|---|
date | Mon, 01 Aug 2011 00:28:04 -0300 |
parents | 9dfbe4e29c6a |
children | 39ce09df76dc |
line wrap: on
line source
<h2>Log On</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")"><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>