Advertisement
nocturnalmk

Laravel Blade primer rezultat

Jun 12th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <form method="POST" action="http://localhost/laravel-master/public/foo/bar" accept-charset="UTF-8" enctype="multipart/form-data"><input name="_token" type="hidden" value="1DmEbA05P8tDCstfBdrFKkPqJ0eSbThywQLUmeT2">   <h1>Create account:</h1>
  2.  
  3.     <p>
  4.         <label for="username">Chosen username:</label>      <input name="username" type="text" id="username"><br />
  5.  
  6.         <label for="email">Your email:</label>      <input name="email" type="text" id="email"> <br />
  7.  
  8.         <label for="password">Safe password:</label>        <input name="password" type="password" value="" id="password"> <br />
  9.     </p>
  10.     <p>
  11.         <label for="terms">I accept the terms and conditions of the service.</label>        <input name="terms" type="checkbox" value="ok" id="terms">  </p>
  12.  
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement