UNPKG

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

50 lines (24 loc) 1 kB
<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> <select class="form-control selectbox-country" id="country" name="country" ></select> </div> <button type="button" class="btn btn-default submitForm">Submit</button> </div>