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

99 lines (52 loc) • 2.31 kB
<h1>EstimateLine</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="description">description</label> <input type="text" class="form-control" id="description" name="description" placeholder="description"> </div> <div class="form-group"> <label for="unitCost">unitCost</label> <input type="text" class="form-control" id="unit_cost" name="unit_cost" placeholder="unitCost"> </div> <div class="form-group"> <label for="quantity">quantity</label> <input type="text" class="form-control" id="quantity" name="quantity" placeholder="quantity"> </div> <div class="form-group"> <label for="tax1Name">tax1Name</label> <input type="text" class="form-control" id="tax1_name" name="tax1_name" placeholder="tax1Name"> </div> <div class="form-group"> <label for="tax2Name">tax2Name</label> <input type="text" class="form-control" id="tax2_name" name="tax2_name" placeholder="tax2Name"> </div> <div class="form-group"> <label for="tax2Percent">tax2Percent</label> <input type="text" class="form-control" id="tax2_percent" name="tax2_percent" placeholder="tax2Percent"> </div> <div class="form-group"> <label for="tax1Percent">tax1Percent</label> <input type="text" class="form-control" id="tax1_percent" name="tax1_percent" placeholder="tax1Percent"> </div> <div class="form-group"> <label for="type">type</label> <input type="text" class="form-control" id="type" name="type" placeholder="type"> </div> <div class="form-group"> <label for="tax1">tax1</label> <select class="form-control selectbox-tax1" id="tax1" name="tax1" ></select> </div> <div class="form-group"> <label for="tax2">tax2</label> <select class="form-control selectbox-tax2" id="tax2" name="tax2" ></select> </div> <div class="form-group"> <label for="estimate">estimate</label> <select class="form-control selectbox-estimate" id="estimate" name="estimate" ></select> </div> <button type="button" class="btn btn-default submitForm">Submit</button> </div>