Created
April 28, 2009 15:57
-
-
Save tb0yd/103228 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
try { | |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
} catch (e) { alert('RJS error:\n\n' + e.toString()); alert('var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));'); throw e } | |
//]]> | |
</script> | |
<title>Protopipe</title> | |
<link href="/stylesheets/scaffold.css?1240841128" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="/stylesheets/protopipe.css?1240931178" media="screen" rel="stylesheet" type="text/css" /> | |
<script src="/javascripts/prototype.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/effects.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/dragdrop.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/controls.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/application.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/moo_fx/moo.fx.js?1240841128" type="text/javascript"></script> | |
<script src="/javascripts/moo_fx/accordion.js?1240841128" type="text/javascript"></script> | |
</head> | |
<body> | |
<div id="container"> | |
<h2>Sign up</h2> | |
<form action="/users" class="new_user" id="new_user" method="post"><div style="margin:0;padding:0"><input name="authenticity_token" type="hidden" value="oYs/3PR/+o7CsHuB0tVWQEbcF+ydmr+WwK79ZcJHzdg=" /></div> | |
<div class="text_field"> | |
<label class="labelFont" for="user_first_name">First name</label> | |
<input id="user_first_name" name="user[first_name]" size="30" type="text" /> | |
</div> | |
<div class="text_field"> | |
<label class="labelFont" for="user_last_name">Last name</label> | |
<input id="user_last_name" name="user[last_name]" size="30" type="text" /> | |
</div> | |
<div class="text_field"> | |
<label class="labelFont" for="user_email">Email</label> | |
<input id="user_email" name="user[email]" size="30" type="text" /> | |
</div> | |
<div class="password_field"> | |
<label class="labelFont" for="user_password">Password</label> | |
<input id="user_password" name="user[password]" size="30" type="password" /> | |
</div> | |
<div class="password_field"> | |
<label class="labelFont" for="user_password_confirmation">Confirm password</label> | |
<input id="user_password_confirmation" name="user[password_confirmation]" size="30" type="password" /> | |
</div> | |
<input id="user_signup_destination" name="user[signup_destination]" type="hidden" /> | |
<button class="button" name="commit" onclick="this.setAttribute('originalValue', this.value);this.disabled = true;this.firstChild.innerHTML='Please wait...';result = (this.form.onsubmit ? (this.form.onsubmit() ? this.form.submit() : false) : this.form.submit());if (result == false) { this.value = this.getAttribute('originalValue');this.disabled = false; }return result;" type="submit" value="Sign Up"><span>Sign Up</span></button><div style="clear:both"></div> | |
</form> | |
</div> | |
<br/><br/><br/><br/><br/><br/><br/> | |
********************************************************<br/> | |
debugging information (set only in development environment).<br/> Look in app/views/layouts/prototype.html.erb | |
<div id="debug"> | |
<a href="#" onclick="Element.toggle('params_debug_info'); return false">params</a> | <a href="#" onclick="Element.toggle('session_debug_info'); return false">sessions</a> | |
<fieldset id="params_debug_info" class="debug_info" style="display:none"> | |
<legend>params</legend> <pre class='debug_dump'>--- !map:HashWithIndifferentAccess | |
action: new | |
controller: users | |
</pre> | |
</fieldset> | |
<fieldset id="session_debug_info" class="debug_info" style="display:none"> | |
<legend>session</legend> <code class='debug_dump'>{:session_id=>"e483b66f660609a63932ec0b039af503", :_csrf_token=>"oYs/3PR/+o7CsHuB0tVWQEbcF+ydmr+WwK79ZcJHzdg=", "flash"=>{}}</code> | |
</fieldset> | |
</div> | |
******************************************************** | |
<script type="text/javascript"> | |
//<![CDATA[ | |
try { | |
try{ | |
var pageTracker = _gat._getTracker("UA-3112896-8"); | |
pageTracker._trackPageview(); | |
} catch(err) {} | |
} catch (e) { alert('RJS error:\n\n' + e.toString()); alert('try{\nvar pageTracker = _gat._getTracker(\"UA-3112896-8\");\npageTracker._trackPageview();\n} catch(err) {}'); throw e } | |
//]]> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment