Example #1
0
 function aboutAction()
 {
     $view = new pageView();
     $view->go();
 }
Example #2
0
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="main.js"></script>
<link href="main.css" rel="stylesheet">
</head>
<body>
<div id="container">

<h1>TRAK SC</h1>
<?php 
new postHandler();
$SCdata = new SClists();
$SCdata->insertAllPaidOrderItems();
$view = new pageView();
$view->makeTables();
?>
<h2>Functions</h2>
<table>
<tr>
<td><a class="button" href="lookup.php" target="_BLANK">Update Local Lookup List</a></td>
<td><a class="button" href="update.php" target="_BLANK">Force SC Inventory Update</a></td>
<td><a class="button" href="log.php" target="_BLANK">See full log.</a></td>
</tr>
</table>
</div>
<div id="cover">
<div id="modal">
<div class="close">[X]</div>
<p id="modalText"></p>