Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created May 7, 2010 22:22
Show Gist options
  • Select an option

  • Save tubbo/394071 to your computer and use it in GitHub Desktop.

Select an option

Save tubbo/394071 to your computer and use it in GitHub Desktop.
<div id="login" title="enter your password" class="ui-widget">
<form action="/sessions" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="UCg09rlbKz/qAAbI9EdaZUfp2AI2lrDjojRLVo5IWRY=" /></div> <input id="password" name="password" type="password" /> <input name="commit" type="submit" value="log in" />
</form>
</div>
<script type="text/javascript">
//<![CDATA[
$("#login").dialog({ autoOpen: false, height: 550 });
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment