zeroclickinfo-goodies/share/goodie/conversions/content.handlebars

29 lines
953 B
Handlebars
Raw Normal View History

2017-04-22 15:07:40 -07:00
<div class="zci__conversions">
2017-04-25 12:51:30 -07:00
<div class="zci__conversion-container">
<!-- the left input section -->
2017-04-22 15:07:40 -07:00
<section class="zci__conversions_left">
2017-04-26 08:39:13 -07:00
<input id='zci__conversions-left-in' />
2017-04-25 12:51:30 -07:00
<select id="frm__select" class="zci__conversions_left-select"></select>
2017-04-22 15:07:40 -07:00
</section>
<!-- the equals sign -->
<section class="zci__conversions_equals">
<span>=</span>
</section>
2017-04-25 12:51:30 -07:00
<!-- the right input section -->
2017-04-22 15:07:40 -07:00
<section class="zci__conversions_right">
2017-04-26 08:39:13 -07:00
<input id='zci__conversions-right-in' />
2017-04-25 12:51:30 -07:00
<select id="frm__select" class="zci__conversions_right-select"></select>
2017-04-22 15:07:40 -07:00
</section>
2017-04-25 12:51:30 -07:00
</div>
2017-04-22 15:07:40 -07:00
</div>
2017-04-25 12:51:30 -07:00
<!-- the bottom input section to change the unit type -->
<section class="zci__conversions_bottom">
<select id="frm__select" class="zci__conversions_bottom-select"></select>
</section>
</div>