Sha256: f7614d11136eae7f761fc2f3706e3775a4395c7bc1db98b448475c645852c663

Contents?: true

Size: 1.87 KB

Versions: 4

Compression:

Stored size: 1.87 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!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">
<head>
	<title>Log In!</title>
	
	<!-- Simple OpenID Selector -->
  <link rel="stylesheet" href="/easy-rack-openid-assets/openid-selector/css/openid.css" />
	<script type="text/javascript" src="/easy-rack-openid-assets/openid-selector/js/jquery-1.2.6.min.js"></script>
	<script type="text/javascript" src="/easy-rack-openid-assets/openid-selector/js/openid-jquery.js"></script>
	<script type="text/javascript">
	$(document).ready(function() {
	    openid.init('openid_identifier');
	});
	</script>
	<!-- /Simple OpenID Selector -->
	
  <style type="text/css">
    /* Basic page formatting. */
    body {
      font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  </style>
</head>

<body>

<h2>Log in with OpenID</h2>
<p>Click the icon of the account you want to use, or enter your OpenID if you know it.</p>
<br/>

<!-- Simple OpenID Selector -->
<form action="" method="get" id="openid_form">
	<input type="hidden" name="action" value="verify" />

	<fieldset>
    		<legend>Sign-in or Create New Account</legend>
    		
    		<div id="openid_choice">
	    		<p>Please click your account provider:</p>
	    		<div id="openid_btns"></div>
			</div>
			
			<div id="openid_input_area">
				<input id="openid_identifier" name="openid_identifier" type="text" value="http://" />
				<input id="openid_submit" type="submit" value="Sign-In"/>
			</div>
			<noscript>
			<p>OpenID is service that allows you to log-on to many different websites using a single indentity.
			Find out <a href="http://openid.net/what/">more about OpenID</a> and <a href="http://openid.net/get/">how to get an OpenID enabled account</a>.</p>
			</noscript>
	</fieldset>
</form>
<!-- /Simple OpenID Selector -->

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
easy-rack-open-id-0.2.2 lib/nice_openid_form.html.erb
easy-rack-open-id-0.2.1 lib/nice_openid_form.html.erb
easy-rack-open-id-0.2.0 lib/nice_openid_form.html.erb
easy-rack-open-id-0.1.0 lib/nice_openid_form.html.erb