Guest User

Untitled

a guest
Mar 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <p>
  2. <a asp-action="Create">Create New</a> </p>
  3.  
  4. <form asp-action="Index" method="get">
  5. <div class="form-actions no-color">
  6. <p>
  7. <b>Find by Brand:</b> <input type="text" name="ParamBrand" value="@ViewData["currentBrand"]" />
  8. <br />
  9. <b>Find by Color:</b> <input type="text" name="ParamColor" value="@ViewData["currentColor"]" />
  10. <br />
  11. <b>Find by Weight:</b> <input type="text" name="ParamWeight" value="@ViewData["currentWeight"]" />
  12. <input type="submit" value="Search" class="btn btn-default" /> |
  13. <a asp-action="Index">Back to Full List</a>
  14. </p>
  15. </div>
  16.  
  17. <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
  18. <link rel="stylesheet" href="~/css/site.css" />
  19.  
  20. .no-color {
  21. font-size: 48px;
  22. }
Add Comment
Please, Sign In to add comment