Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 7, 2017 03:49
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 goofmint/4fcb060a2ffca837e056a3f9e28e2159 to your computer and use it in GitHub Desktop.
Save goofmint/4fcb060a2ffca837e056a3f9e28e2159 to your computer and use it in GitHub Desktop.
2.md
<div id="dialog-form" title="Create new user" style="display: none;">
<form>
<fieldset>
<label for="name">ID</label> <input type="text" name="id" id="id"
class="text ui-widget-content ui-corner-all" /> <label
for="email">名前</label> <input type="text" name="userName"
id="userName" value=""
class="text ui-widget-content ui-corner-all" /> <label
for="password">パスワード</label> <input type="password"
name="password" id="password" value=""
class="text ui-widget-content ui-corner-all" />
</fieldset>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment