Advertisement
Guest User

Untitled

a guest
May 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <h3>Search Movie</h3>
  2. {{#if error}}<span>{{error}}</span>{{/if}}
  3. <form class="form-inline" action="/movie/search" method="post">
  4. <div>
  5. <input type="text" name="id" class="form-control" placeholder="Search Movie By Id">
  6. </div>
  7. <input type="submit" value="Search" class="btn btn-primary" style="margin-left: 5px">
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement