blob: 2cfc1bb5b55883181110003ad21f44e31c015bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="../css/index.css" />
<script src="../cordova.js"></script>
<script src="../js/report.js"></script>
<title>FRC Team 4272 Safety - Pit Safety Checklist</title>
</head>
<body id="checklist">
<header>
<nav><a href="../index.html">«</a></nav>
<h1>Pit Safety Checklist</h1>
</header>
<form action="https://www.team4272.com/safety/pit-safety-checklists/" method="POST">
<div>Reason:<ul>
<li><label><input type="radio" name="reason" required="required" value="match" />Match</label></li>
<li><label><input type="radio" name="reason" required="required" value="practice" />Practice</label></li>
<li><label><input type="radio" name="reason" required="required" value="inspection" />Inspection</label></li>
<li><label><input type="radio" name="reason" required="required" value="end of day" />End of Day</label></li>
</ul></div>
<ul>
<li><label><input type="checkbox" required="required" name="floor" />Floor Swept</label></li>
<li><label><input type="checkbox" required="required" name="tools" />Tools put away</label></li>
<li><label><input type="checkbox" required="required" name="trash" />Trash Thrown away</label></li>
<li><label><input type="checkbox" required="required" name="materials" />All materials back in proper place</label></li>
<li><label><input type="checkbox" required="required" name="wires" />Wires and cords in check</label></li>
<li><label><input type="checkbox" required="required" name="straighten" />General straightening up</label></li>
<li><label><input type="checkbox" required="required" name="hazards" />Scan for Hazards</label></li>
<li><label><input type="checkbox" required="required" name="batteries" />Charge Batteries</label></li>
</ul>
<label><span>Safety Captain:</span><input type="text" required="required" name="safety_captain" value="Braydon" /></label>
<label><span>Pit Captain:</span><input type="text" required="required" name="pit_captain" value="Thomas" /></label>
<label><span>Mentor:</span><input type="text" required="required" name="mentor" /></label>
<input type="submit" value="Submit"/>
</form>
</body>
</html>
|