Example #1
0
var domColorized;

var domAdvanced;
var domAdvancedBlock;

var domSample;

var oldTapeType = "l3";


window.onload = init;

</script>

<?php 
$page->printMenu();
?>
        <h1>Barcode label generator</h1>
        <p>Use this form to generate barcodes for your tape library. Each LTO label can contain at most six characters
        plus a two-character media identifier (L3, L4, etc.). A DLT label is limited to six characters.</p>
        <p>All feedback is welcome.</p>
        <p>Latest update: 2015-08-04</p>
        <form name="barcodeGenerator" method="post" action="print.php">
            <table>
                <tr>
                    <th>Tape type: </th>
                    <td><select name="tape" id="tape">
                        <option value="dlt">Super DLT</option>
                        <option value="l3" selected="selected">LTO-3</option>
                        <option value="l4">LTO-4</option>
                        <option value="l5">LTO-5</option>