1 <div class="text-center">
2 <p>Time to design! Start by selecting a type and field. Then click 'add' to generate your new label element in the draw area.</p>
3 <p>Add, drag, customize, resize, and delete as many elements as you like. A barcode containing your unique identifier (plot_name, plant_name, etc) is strongly recommended.</p>
4 <p><em><strong>NOTE:</strong> The property values displayed here in the design tool may not be from the same plot, list item, etc. The longest value is displayed here to aid in the positioning and sizing of the element. The values will be correctly associated when all of the labels are printed in the next step.</em></p>
7 <div class="col-md-12" id="d3-draw-div" style="margin-bottom:20px;">
8 <div class="col-md-offset-2 col-md-8" id="d3-draw-area"></div>
10 <div class="col-md-12">
12 <h4>Add Elements:</h4>
15 <div class="col-md-12" style="margin-bottom:20px;">
16 <div class="col-md-3" id="d3-add-type-div">
18 <label>Type:</label><br>
19 <select id="d3-add-type-input" class="form-control"></select>  
22 <div class="col-md-3" id="d3-add-field-div">
24 <label>Field:</label><br>
25 <select id="d3-add-field-input" class="form-control"></select><br>
26 <button class="btn btn-primary" id="d3-custom-field">Create Custom Field</button>
30 <div class="col-md-2" id="d3-add-size-div">
32 <label>Size:</label><br>
33 <input class="form-control" id="d3-add-size-input" type="number"></input>
34 <input class="form-control" id="d3-add-size-slider" type="range"></input>
37 <div class="col-md-3" id="d3-add-font-div">
39 <label>Font:</label><br>
40 <select id="d3-add-font-input" class="form-control"></select> 
43 <div class="col-md-1">
46 <button class="btn btn-primary d3-add" id="d3-add">Add</button>