Skip to content

Instantly share code, notes, and snippets.

@arthurportas
Created May 27, 2017 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurportas/b4af766f004fc145ea42a49513fd1d44 to your computer and use it in GitHub Desktop.
Save arthurportas/b4af766f004fc145ea42a49513fd1d44 to your computer and use it in GitHub Desktop.
search-employee.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>::StaffGest:: - search-employee</title>
<meta name="description" content="StaffGest:: - search-employee">
<meta name="author" content="Arthur Portas">
</head>
<body>
<form action="/staffgest-mvc-freemarker/employee" method="get">
Enter search criteria:<br>
<input type="text" name="value" value="Arthur">
<br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment