Skip to content

Commit

Permalink
Move raw language selection on demo for qzind#585
Browse files Browse the repository at this point in the history
  • Loading branch information
Berenz committed Feb 20, 2020
1 parent fd931cb commit c5f7565
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,29 @@ <h3>Raw Printing</h3>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label>Language</label>
<div>
<label>Print Data</label>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default" onclick="printCommand();">Commands</button>
<button type="button" class="btn btn-default" onclick="printBase64();">Base64</button>
<button type="button" class="btn btn-default" onclick="printXML();">XML</button>
<button type="button" class="btn btn-default" onclick="printHex();">Hex</button>
<label>
<input type="radio" name="pLanguage" id="pLangEPL" value="EPL" />
EPL2
</label>
<label>
<input type="radio" name="pLanguage" id="pLangZPL" value="ZPL" />
ZPLII
</label>
<br />
<label>
<input type="radio" name="pLanguage" id="pLangESCP" value="ESCP" />
ESC/POS
</label>
<label>
<input type="radio" name="pLanguage" id="pLangEPCL" value="EPCL" />
EPCL
</label>
<label>
<input type="radio" name="pLanguage" id="pLangEVOLIS" value="EVOLIS" />
Evolis
</label>
</div>
</div>
<div class="form-group">
Expand All @@ -162,6 +177,17 @@ <h3>Raw Printing</h3>
</div>

<div class="col-md-6">
<div class="form-group">
<div>
<label>Print Data</label>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default" onclick="printCommand();">Commands</button>
<button type="button" class="btn btn-default" onclick="printBase64();">Base64</button>
<button type="button" class="btn btn-default" onclick="printXML();">XML</button>
<button type="button" class="btn btn-default" onclick="printHex();">Hex</button>
</div>
</div>
<div class="form-group">
<div>
<label>Raster Print</label>
Expand Down Expand Up @@ -230,32 +256,6 @@ <h3>Raw Printing</h3>

<div class="row">
<div class="col-md-6">
<div class="form-group">
<label>Language</label>
<div>
<label>
<input type="radio" name="pLanguage" id="pLangEPL" value="EPL" />
EPL2
</label>
<label>
<input type="radio" name="pLanguage" id="pLangZPL" value="ZPL" />
ZPLII
</label>
<br />
<label>
<input type="radio" name="pLanguage" id="pLangESCP" value="ESCP" />
ESC/POS
</label>
<label>
<input type="radio" name="pLanguage" id="pLangEPCL" value="EPCL" />
EPCL
</label>
<label>
<input type="radio" name="pLanguage" id="pLangEVOLIS" value="EVOLIS" />
Evolis
</label>
</div>
</div>
<div class="form-group form-inline">
<label for="pX">Image X</label>
<input type="number" id="pX" class="form-control pull-right" />
Expand Down

0 comments on commit c5f7565

Please sign in to comment.