File: rails_3_encoding_hack_form_test.html

package info (click to toggle)
ruby-mechanize 2.7.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: ruby: 11,380; makefile: 5; sh: 4
file content (27 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
  <head>
    <meta name="csrf-param" content="authenticity_token"/> 
    <meta name="csrf-token" content="+6MKmkYpUcOC7ClPngk3FMTDL1Yc0cU1sS9800eeAPA="/> 
  </head>
  <body>

    <form accept-charset="UTF-8" action="/form_post" class="new_user_session" id="new_user_session" method="post">
      <div style="margin:0;padding:0;display:inline">
        <input name="utf8" type="hidden" value="&#x2713;" />
        <input name="authenticity_token" type="hidden" value="+6MKmkYpUcOC7ClPngk3FMTDL1Yc0cU1sS9800eeAPA=" />
      </div> 
      <div class='field'> 
        <label for="user_session_email">Email</label> 
        <input id="user_session_email" name="user_session[email]" size="30" type="text" /> 
      </div> 
      <div class='field'> 
        <label for="user_session_password">Password</label> 
        <input id="user_session_password" name="user_session[password]" size="30" type="password" /> 
      </div> 
      <div class='buttons'> 
        <input id="user_session_submit" name="commit" type="submit" value="Login" /> 
      </div> 
    </form> 

  </body>
</html>