| 1 | <H2>JpGraph Barcode 1.0</h2>
 | 
|---|
| 2 | <hr>
 | 
|---|
| 3 | </font>
 | 
|---|
| 4 | <form name="barcodespec" action="barcode_image.php" target=barcode
 | 
|---|
| 5 | method post>
 | 
|---|
| 6 | <table cellspacing=4 cellpadding=0>
 | 
|---|
| 7 | <tr>
 | 
|---|
| 8 | <td colspan=2>
 | 
|---|
| 9 | Data:<br>
 | 
|---|
| 10 | <input type=text name=data size=25 maxlength=30>
 | 
|---|
| 11 | </td>
 | 
|---|
| 12 | <tr><td>
 | 
|---|
| 13 | Encoding:<br>
 | 
|---|
| 14 | <select name=code>
 | 
|---|
| 15 | <option selected value=-1> Choose encoding </option>
 | 
|---|
| 16 | <option   value=4> UPC A </option>
 | 
|---|
| 17 | <option   value=5> UPC E </option>
 | 
|---|
| 18 | <option   value=3> EAN 8 </option>
 | 
|---|
| 19 | <option   value=2> EAN 13 </option>
 | 
|---|
| 20 | <option   value=1> EAN 128 </option>
 | 
|---|
| 21 | <option   value=11> Industrial 2 of 5 </option>
 | 
|---|
| 22 | <option   value=12> Interleaved 2 of 5 </option>
 | 
|---|
| 23 | <option   value=14> CODE 11 </option>
 | 
|---|
| 24 | <option   value=6> CODE 39 </option>
 | 
|---|
| 25 | <option   value=20> CODE 39 Extended </option>
 | 
|---|
| 26 | <option   value=8> CODE 128 </option>
 | 
|---|
| 27 | <option   value=13> CODABAR </option>
 | 
|---|
| 28 | <option   value=10> BOOKLAND (ISBN) </option>
 | 
|---|
| 29 | </select>
 | 
|---|
| 30 | </td>
 | 
|---|
| 31 | <td>
 | 
|---|
| 32 | Module width:<br>
 | 
|---|
| 33 | <select name=modwidth>
 | 
|---|
| 34 | <option value=1> One </option>
 | 
|---|
| 35 | <option value=2> Two </option>
 | 
|---|
| 36 | <option value=3> Three </option>
 | 
|---|
| 37 | <option value=4> Four </option>
 | 
|---|
| 38 | <option value=5> Five </option>
 | 
|---|
| 39 | </select>
 | 
|---|
| 40 | </td>
 | 
|---|
| 41 | </tr>
 | 
|---|
| 42 | 
 | 
|---|
| 43 | <tr>
 | 
|---|
| 44 | <td>
 | 
|---|
| 45 | Add checksum:<br>
 | 
|---|
| 46 | <input type=checkbox value=1 name=checksum>
 | 
|---|
| 47 | </td>
 | 
|---|
| 48 | 
 | 
|---|
| 49 | <td>
 | 
|---|
| 50 | Hide text:<br>
 | 
|---|
| 51 | <input type=checkbox value=1 name=notext>
 | 
|---|
| 52 | </td>
 | 
|---|
| 53 | </tr>
 | 
|---|
| 54 | <tr>
 | 
|---|
| 55 | <td>
 | 
|---|
| 56 | Show frame:<br>
 | 
|---|
| 57 | <input type=checkbox value=1 name=showframe>
 | 
|---|
| 58 | </td>
 | 
|---|
| 59 | <td>
 | 
|---|
| 60 | Vertical layout:<br>
 | 
|---|
| 61 | <input type=checkbox value=1 name=vertical>
 | 
|---|
| 62 | </td>
 | 
|---|
| 63 | </tr>
 | 
|---|
| 64 | 
 | 
|---|
| 65 | <tr>
 | 
|---|
| 66 | <td>
 | 
|---|
| 67 | Height:<br>
 | 
|---|
| 68 | <input type=text name=height value="70" size=3 maxlength=3>
 | 
|---|
| 69 | </td>
 | 
|---|
| 70 | <td>
 | 
|---|
| 71 | Scale:<br>
 | 
|---|
| 72 | <input type=text name=scale value="1.0" size=4 maxlength=4>
 | 
|---|
| 73 | </td>
 | 
|---|
| 74 | </tr>
 | 
|---|
| 75 | 
 | 
|---|
| 76 | 
 | 
|---|
| 77 | 
 | 
|---|
| 78 | <tr>
 | 
|---|
| 79 | <td>
 | 
|---|
| 80 | Write to file:<br>
 | 
|---|
| 81 | <input type=text name=file size=15 maxlength=80>
 | 
|---|
| 82 | </td>
 | 
|---|
| 83 | <td>
 | 
|---|
| 84 | Format:<br>
 | 
|---|
| 85 | <select name=backend>
 | 
|---|
| 86 | <option selected value="IMAGEPNG">Image (PNG)</option>
 | 
|---|
| 87 | <option value="IMAGEJPG">Image (JPEG)</option>
 | 
|---|
| 88 | <option value="PS">Postscript</option>
 | 
|---|
| 89 | <option value="EPS">EPS</option>
 | 
|---|
| 90 | </select>
 | 
|---|
| 91 | </td>
 | 
|---|
| 92 | 
 | 
|---|
| 93 | <tr>
 | 
|---|
| 94 | <td>
 | 
|---|
| 95 | PS module width:
 | 
|---|
| 96 | </td>
 | 
|---|
| 97 | <td>
 | 
|---|
| 98 | <input type=text name=pswidth size=4 maxlength=4><br>
 | 
|---|
| 99 | </td>
 | 
|---|
| 100 | </tr>
 | 
|---|
| 101 | 
 | 
|---|
| 102 | <tr>
 | 
|---|
| 103 | <td colspan=2>
 | 
|---|
| 104 | <small><i>(If specified will override Module width above)</i></small><br>
 | 
|---|
| 105 | </td>
 | 
|---|
| 106 | </tr>
 | 
|---|
| 107 | 
 | 
|---|
| 108 | 
 | 
|---|
| 109 | <tr>
 | 
|---|
| 110 | <td>
 | 
|---|
| 111 | Debug info:<br>
 | 
|---|
| 112 | <input type=checkbox value=1 name=info>
 | 
|---|
| 113 | </td>
 | 
|---|
| 114 | <td align=right valign=bottom>
 | 
|---|
| 115 | <br>
 | 
|---|
| 116 | <input type=submit name=submit value="  Create  " style="font-weight:bold;">
 | 
|---|
| 117 | </td>
 | 
|---|
| 118 | </tr></table>
 | 
|---|
| 119 | </form>
 | 
|---|
| 120 | 
 | 
|---|
| 121 | <p>
 | 
|---|
| 122 | <hr>
 | 
|---|
| 123 | 
 | 
|---|
| 124 | 
 | 
|---|
| 125 | 
 | 
|---|