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="css/jquery.mobile-1.0.min.css" />
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.0.min.js"></script>
<script type="text/javascript">
//wait for document.ready to fire
$(function () {
//then load the JavaScript file
$.getScript('js/functions.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>Reading RFID</h1>
</div><!--/header-->
<div data-role="content" id="about-content">
<div class="ui-body ui-body-d">
<div id="noscan"><center><h2>Tap a RFID Tag Now!</h2></center></div>
<div id="scan" style="display:none;"><center><div id="color-bar" style="height:25px; background:#09D607;"><h3>Success</h3></div>
<br><div id="barcode"></div><br></center></div>
</div>
<br>
<div class="ui-body ui-body-d">
<h2>Using a RFID Reader</h2>
<div class="icon">
<h5>Using a Linea Pro or Infinea Tab (RFID Models Only)</h5>
<img src="img/32-iphone.png" alt="iphone" />
<p><small>Linea Pro & Infinea Tab support comes enabled by default. If you have your device plugged in and you <i>do not</i> see a "Connecting..." bar at the bottom, you should be good to go. If you see a Connecting..." bar, try pressing the small battery indicator bottom on the bottom of your device. This should wake your device up. If you are still having problems, please call our technical support line at (888) 855-5024.</small></p>
</div>
<hr/>
<div class="icon">
<h5>Coming Soon: New Readers</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>