mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
One of the steps for #39 - include header behavior
* getting 2 iframes to behave properly so that etherpad isn't constantly reloading at the front sign-in was a little tricky and required slight alteration of some of the include headers.
This commit is contained in:
parent
77be1aa86e
commit
5d6a1ab384
@ -45,13 +45,25 @@ function resetTimer()
|
||||
<script src="js/moment/moment.js"></script>
|
||||
<script src="js/tabulator/dist/js/tabulator.min.js"></script>
|
||||
<script src="js/etherpad.js"></script>
|
||||
<script>
|
||||
|
||||
$(function() {
|
||||
|
||||
if ( document.location.pathname.match(/shop_welcome\.php$/) ) {
|
||||
$("#shop_log_link").attr("href","/shop_log_iframe.php");
|
||||
} else {
|
||||
$("#shop_log_link").attr("href","/shop_log.php");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="yb_standard">
|
||||
<table align="center" width="1000" border="0" cellpadding="1" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td height="40" align="right"><a href="/shop_log.php">Current Shop</a> | <a href="/start_shop.php"> All Shops</a> | <a href="/contact_add_edit_select.php">Add/Edit Contact</a> | <a href="/stats.php">Reports</a> | <a href="/transaction_log.php">Transaction Log</a> | <a href="http://www.positivespin.org" target="_blank">PS Home</a></td>
|
||||
<td height="40" align="right"><a id="shop_log_link" href="/shop_log.php">Current Shop</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></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -41,10 +41,10 @@ function resetTimer()
|
||||
</head>
|
||||
|
||||
<body class="yb_standard">
|
||||
<table align="center" width="1000" border="0" cellpadding="1" cellspacing="0">
|
||||
<table id="header_height" align="center" width="1000" border="0" cellpadding="1" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td height="40" align="left"><a href="/shop_welcome.php">About/Help</a></td>
|
||||
<td height="40" align="right"><a href="/shop_log.php">Sign In/Sign Out</a> | <a href="/start_shop.php"> All Shops</a> | <a href="/contact_add_edit_select.php">Add/Edit Contact</a> | <a href="/stats.php">Reports</a> | <a href="/transaction_log.php">Transaction Log</a> | <a href="http://www.positivespin.org" target="_blank">PS Home</a></td>
|
||||
<td height="40" align="right"><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></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
|
@ -29,7 +29,7 @@ function resetTimer()
|
||||
<link href="../css/tabulator/tabulator_site.min.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script src="../js/jquery-2.1.1.js"></script>
|
||||
<script src="../js/jquery-2.1.1.js"></script>
|
||||
<script src="../js/reports.js"></script>
|
||||
<script src="../js/jquery.pickmeup.js"></script>
|
||||
<script src="../js/stats.js"></script>
|
||||
<script src="../js/ui/jquery-ui.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user