Jonathan Rosenbaum
10 years ago
7 changed files with 81 additions and 24 deletions
@ -1,16 +1,17 @@ |
|||
I, and my heirs, in consideration of my participation in the Positive Spin Community |
|||
Bike Project's Open Workshop hereby release Positive Spin, |
|||
its officers, directors and agents, and any other people officially connected with this |
|||
organization, from any and all liability for damage to or loss of personal |
|||
property, sickness, or injury from whatever source, legal entanglements, imprisonment, |
|||
death, or loss of money, which might occur while participating in said event/activity/class. |
|||
Specifically, I release Positive Spin from any liability or |
|||
responsibility for my personal well-being, condition of tools and equipment provided |
|||
and produced thereof, including, but not limited to, bicycles and modes of transportation |
|||
produced by participants. The Positive Spin Community Bike Project is a working, |
|||
mechanical environment and I am aware of the risks of participation. I hereby state |
|||
that I am in sufficient physical condition to accept a rigorous level of physical |
|||
activity and exertion, as is sometimes the case when working in a mechanical environment. |
|||
I understand that participation in this program is strickly voluntary and I |
|||
freely chose to participate. I understand Positive Spin does not provide medical coverage for me. |
|||
I verify that I will be responsible for any medical costs I incur as a result of my participation. |
|||
I, and my heirs, in consideration of my participation with Positive Spin |
|||
Incorporated hereby release Positive Spin Incorporated, its officers, directors |
|||
and agents, and any other people officially connected with this organization, |
|||
from any and all liability for damage to or loss of personal property, sickness, or injury from whatever source, legal entanglements, imprisonment, death, or |
|||
loss of money, which might occur while participating in said |
|||
event/activity/class. Specifically, I release Positive Spin Incorporated from |
|||
any liability or responsibility for my personal well-being, condition of tools |
|||
and equipment provided and produced thereof, including, but not limited to, |
|||
bicycles and modes of transportation produced by participants. Positive Spin |
|||
Incorporated provides a working,mechanical environment and I am aware of the |
|||
risks of participation. I hereby state that I am in sufficient physical |
|||
condition to accept a rigorous level of physical activity and exertion, as is |
|||
sometimes the case when working in a mechanical environment. I understand that |
|||
participation in this program is strickly voluntary and I freely chose to |
|||
participate. I understand Positive Spin Incorporated does not provide medical |
|||
coverage for me. I verify that I will be responsible for any medical costs I |
|||
incur as a result of my participation. |
|||
|
@ -0,0 +1,46 @@ |
|||
<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/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/contact.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> |
|||
|
|||
</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">Statistics</a> | <a href="/transaction_log.php">Transaction Log</a> | <a href="http://www.positivespin.org/home2/" target="_blank">PS Home</a></td> |
|||
</tr> |
|||
<tr> |
|||
<td> |
Loading…
Reference in new issue