2019-10-07 15:51:50 -07:00
|
|
|
<template name="PrintLabel">
|
|
|
|
|
<div id="PrintLabel">
|
|
|
|
|
<div class="labelContainer">
|
|
|
|
|
<div class='label'>
|
2020-01-16 09:31:12 -08:00
|
|
|
<div id="qrcode" class="qrcode"></div>
|
2019-10-07 15:51:50 -07:00
|
|
|
<img class='labelLogo' alt='logo' src='/images/3x2 Label Logo BW.svg'/>
|
2020-01-16 09:31:12 -08:00
|
|
|
<div class='title1 labelText'></div>
|
|
|
|
|
<div class='title2 labelText'></div>
|
|
|
|
|
<div class='ingredients labelText'><span class='ingredientsPrefix'>Ingredients</span>: <span class="ingredientsList"></span></div>
|
|
|
|
|
<div class='ingredientsEnding labelText'>*<span style='font-style: oblique'>grown by us</span> <span class='size'></span> FD1951 (<span class="date"></span>)</div>
|
|
|
|
|
<div class='instructions labelText'>Refrigerate after opening; return jar when done</div>
|
|
|
|
|
<div class='address labelText'>18601 Hwy 128, Yorkville, CA 95494</div>
|
|
|
|
|
<div class='website labelText'>www.PetitTeton.com</div>
|
2019-10-07 15:51:50 -07:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|