Skip to content

Instantly share code, notes, and snippets.

@koduki
Created October 13, 2013 16:46
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 koduki/6964381 to your computer and use it in GitHub Desktop.
Save koduki/6964381 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Play 2.1 - Update</title>
<link rel="stylesheet" media="screen" href="/assets/stylesheets/main.css" />
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png" />
<script src="/assets/javascripts/jquery-1.9.0.min.js" type="text/javascript"></script>
</head>
<body>
<form action="/items/update.do" method="POST">
<input type="hidden" value="1" name="id" />
<dl class=" " id="name_field">
<dt>
<label for="name">name</label>
</dt>
<dd>
<input type="text" id="name" name="name" value="test" />
</dd>
</dl>
<dl class=" " id="query_field">
<dt>
<label for="query">query</label>
</dt>
<dd>
<input type="text" id="query" name="query" value="teat" />
</dd>
</dl>
<input type="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment