grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
49 lines (24 loc) • 960 B
HTML
<h1>Tax</h1>
<div class="form form-horizontal" role="form">
<div class="form-group">
<label for="name">name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="name">
</div>
<div class="form-group">
<label for="rate">rate</label>
<input type="text" class="form-control" id="rate" name="rate" placeholder="rate">
</div>
<div class="form-group">
<label for="number">number</label>
<input type="text" class="form-control" id="number" name="number" placeholder="number">
</div>
<div class="form-group">
<label for="compound">compound</label>
<input type="text" class="form-control" id="compound" name="compound" placeholder="compound">
</div>
<div class="form-group">
<label for="country">country</label>
<div class="optionsgrid grid-country"></div>
</div>
<button type="button" class="btn btn-default submitForm">Submit</button>
</div>