96 lines
2.6 KiB
HTML
96 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
|
|
<title>RPM LinkBoard C/D</title>
|
|
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/color/24/000000/interstate-truck.png">
|
|
|
|
<meta name="author" content="VK Services, LLC" />
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache" />
|
|
<meta http-equiv="refresh" content="300" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="../css/styles.css">
|
|
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
|
<script src="../js/date-time.js"></script>
|
|
<script src="../js/nav.js"></script>
|
|
<script src="../js/misc.js"></script>
|
|
<script src="../app-new/objects.js"></script>
|
|
<script src="../app-new/months.js"></script>
|
|
<script src="../app-new/weeks.js"></script>
|
|
<script src="../app-new/functions.js"></script>
|
|
|
|
<style media="screen">
|
|
|
|
body {
|
|
width: 987px;
|
|
font-size: 97%;
|
|
}
|
|
|
|
fieldset.favs {
|
|
padding: 21px 21px 27px 21px;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>
|
|
LINKBOARD <span>Company Drivers</span>
|
|
<span id="date-time"></span><script type="text/javascript">window.onload = date_time('date-time');</script>
|
|
</h1>
|
|
|
|
<nav id="top"></nav>
|
|
|
|
<fieldset class="favs">
|
|
<legend>URL Collector / Payroll Hyperlinks</legend>
|
|
<table class="urls">
|
|
<tr>
|
|
<th id="tH"></th>
|
|
<td id='tC'></td>
|
|
<td id='tL'></td>
|
|
<td rowspan="2" class="rsp">
|
|
<br /><p style="font-size: 87%; letter-spacing: 1.04px;">▾ History</p>
|
|
<ul id="hist">
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th id="bH"></th>
|
|
<td id='bC'></td>
|
|
<td id='bL'></td>
|
|
</tr>
|
|
</table>
|
|
</fieldset>
|
|
|
|
<fieldset class="favs">
|
|
<legend>EFS Card & Money Code Monitoring</legend>
|
|
<table class="monit">
|
|
<tr id="hdr">
|
|
<th>Companies / Accounts</th>
|
|
<td colspan="2">Sheets:  EFS Cards / Search Fields</td>
|
|
<td colspan="2">Sheets:  Money Codes</td>
|
|
</tr>
|
|
<tr id="uno"></tr>
|
|
<tr id="dos"></tr>
|
|
<tr id="tres"></tr>
|
|
<tr id="cuatro"></tr>
|
|
<tr id="cinco"></tr>
|
|
<tr id="seis"></tr>
|
|
</table>
|
|
</fieldset>
|
|
|
|
<fieldset class="favs" id="shortcuts"></fieldset>
|
|
|
|
<fieldset class="favs" id="additional"></fieldset>
|
|
|
|
</body>
|
|
|
|
</html>
|