Skip to content

Instantly share code, notes, and snippets.

@bunlongheng
Created January 28, 2016 17:10
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 bunlongheng/05505d8dbe73191d3f54 to your computer and use it in GitHub Desktop.
Save bunlongheng/05505d8dbe73191d3f54 to your computer and use it in GitHub Desktop.
1/28/2016
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="" class="panel-close">×</a>
<a href="" class="minimize">−</a>
</div><!-- panel-btns -->
<h3 class="panel-title">Web Policy</h3>
<p>Create / Read / Update / Delete</p>
</div>
<div class="panel-body">
<a class="btn btn-success pull-right mb30" data-toggle="modal" data-target="#web-policy-type-create">Create</a>
<div id="web-policy-type-create" class="modal fade account-create" tabindex="-1" role="dialog" >
<div class="modal-dialog modal-md">
<div class="modal-content">
<div class="modal-body">
<form method="POST" action="http://localhost:8888/account/store" accept-charset="UTF-8" class="form-horizontal" id="form2" role="form"><input name="_token" type="hidden" value="TvTdIqsxZHqsDxXrxD09S7fbiJXLUes3F4YWq0FL">
<label for="policy_name">Web Policy Name</label>
<input type="text" class="form-control" name="policy_name" placeholder="Web Policy Name" value="">
<br><br>
<a data-dismiss="modal" class="btn btn-danger ">Cancel </a>
<button type="submit" class="btn btn-success ">Create</button>
</form>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment