hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/video.obu.edu/st/ |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>SwipeTrack Browser</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div data-role="page" id ="about" class="page">
<div data-role="header" data-theme="b">
<a href="index.html" data-icon="arrow-l" data-direction="reverse">Back</a>
<a href="index.html" data-icon="home" data-direction="reverse">Home</a>
<h1>Printing Reciepts</h1>
</div><!--/header-->
<div data-role="content" id="about-content">
<div class="ui-body ui-body-d">
<script>
function activateBrowser() {
var unencodeddata = '<center><img src="http://www.swipetrack.net/ST-GS.jpg" width="550"><p style="font-size:48px">3463 Magic Dr, Ste 230<br>San Antonio, TX 78229<br><br>(888) 855-5024<br><br>http://www.swipetrack.com/</p></center>';
encoded = encodeURIComponent(unencodeddata);
window.location='stBrowser://printHtml?html=' + encoded;
}
</script>
<button type="submit" data-theme="b" onclick="activateBrowser()">Print Sample Reciept</button>
</div>
<br>
<div class="ui-body ui-body-d">
<h2>Using the Printer</h2>
<div class="icon">
<img src="img/32-iphone.png" alt="iphone" />
<p><small>The SwipeTrack Browser supports printing to Airprint-capable printers, the BlueBamboo P25i, and Star Micronics LAN printers. Printers can be configured in the SwipeTrack settings menu. You can configure multiple printers from the settings menu.</small></p>
</div>
<hr/>
<div class="icon">
<h5>Coming Soon: Additional Printers</h5>
<img src="img/40-inbox.png" alt="inbox" />
<p><small>We are always on the lookout for the newest and greatest hardware. Sign up for our newsletter or keep an eye on our website for updates!</small></p>
</div>
</div>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>
<script>
function onScanAppBarCodeData(bar,t,sid)
{
document.getElementById('noscan').style.display = 'none';
document.getElementById("barcode").innerHTML = "<strong>Barcode: </strong>" + bar;
document.getElementById('scan').style.display = '';
setTimeout(function(){revertBack()}, 3000);
//alert("Hey!");
return true;
}
function revertBack()
{
document.getElementById('noscan').style.display = '';
document.getElementById('scan').style.display = 'none';
}
</script>