Sha256: 1b71055198bd68daf134357731336902f0faa791e847aea5c5ee0ec0c89bdebf
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>demo openID real selector</title> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.openid.js"></script> <script type="text/javascript"><!--// $(function() { $('#openid').openid({ img_path: '{{ MEDIA_URL }}img/openid/', txt: { label: 'Ingresá tu {username} de <b>{provider}</b>', username: 'usuario', title: 'Seleccioná la página donde tengas una cuenta.', sign: 'Ir' } }); }); //--></script> </head> <body> <form method="post" action="." id="openid"></form> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems