You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.6 KiB
71 lines
2.6 KiB
<script type="text/javascript">
|
|
var t;
|
|
window.onload=resetTimer;
|
|
document.onmousedown=resetTimer;
|
|
document.onkeypress=resetTimer;
|
|
|
|
function logout()
|
|
{
|
|
location.href='shop_welcome.php'
|
|
}
|
|
function resetTimer()
|
|
{
|
|
clearTimeout(t);
|
|
t=setTimeout(logout,1000*240) //Shop welcome after 240 seconds of inactivity
|
|
}
|
|
</script>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>YBDB</title>
|
|
<link href="css/transactions.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/contacts.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/css_yb_standard.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/jquery.nouislider.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/chosen.css" rel="stylesheet" type="text/css" />
|
|
|
|
<script src="js/jquery-2.1.1.js"></script>
|
|
<script src="js/transaction.js"></script>
|
|
<script src="js/contact.js"></script>
|
|
<script src="js/shop.js"></script>
|
|
<script src="js/jquery.mask.js"></script>
|
|
<script src="js/jquery.jeditable.js"></script>
|
|
<script src="js/jquery.nouislider.js"></script>
|
|
<script src="js/chosen.jquery.js"></script>
|
|
<script src="js/jquery.liblink.js"></script>
|
|
<script src="js/wNumb.js"></script>
|
|
<script>
|
|
/*
|
|
$( window ).on( "load", function() {
|
|
|
|
var page_y = $( document ).scrollTop();
|
|
window.location.href = window.location.href + '?page_y=' + page_y;
|
|
|
|
if ( window.location.href.indexOf('page_y') != -1 ) {
|
|
var match = window.location.href.split('?')[1].split("&")[0].split("=");
|
|
$('html, body').scrollTop( match[1] );
|
|
}
|
|
|
|
});
|
|
*/
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="yb_standard">
|
|
|
|
<div style="float: left; width: 12.5%; height: 40px;"></div>
|
|
<div style="align-content: center; height: 40px; float: left; width: 75%">
|
|
<div style="float: left; width: auto;"><a href="/shop_welcome.php">About/Help</a></div>
|
|
<div style="float: right; width: auto;"><a id="shop_log_link" href="/shop_log.php">Sign In/Sign Out</a> |
|
|
<a href="/start_shop.php" target="_parent"> All Shops</a> |
|
|
<a href="/contact_add_edit_select.php" target="_parent">Add/Edit Contact</a> |
|
|
<a href="/stats.php" target="_parent">Reports</a> |
|
|
<a href="/transaction_log.php" target="_parent">Transaction Log</a> |
|
|
<a href="http://www.positivespin.org" target="_blank">PS Home</a></div>
|
|
</div>
|
|
<div style="float: left; width: 12.5%; height: 40px;"></div>
|
|
|