summaryrefslogtreecommitdiff
path: root/www/checklists/Pre-match_Robot_Checklist.html
blob: 0cec5f3de587b65b1b8afdf555a8a79a38acbcc4 (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
<!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 - Pre-match Robot Checklist</title>
	</head>
	<body id="checklist">
		<header>
			<nav><a href="../index.html">«</a></nav>
			<h1>Pre-match Robot Checklist</h1>
		</header>
		<form action="https://www.team4272.com/safety/pre-match-checklists/" method="POST">
			<ul>
				<li><label><input type="checkbox" required="required" name="bumpers" />Swap and secure bumpers, if necessary</label></li>
				<li><label><input type="checkbox" required="required" name="pneumatic" />Pressurize pneumatics</label></li>
				<li><label><input type="checkbox" required="required" name="battery" />Replace and secure battery</label></li>
				<li><label><input type="checkbox" required="required" name="frame" />Check Frame; make sure nothing is loose</label></li>
				<li><label><input type="checkbox" required="required" name="encoders" />Check encoders</label></li>
				<li><label><input type="checkbox" required="required" name="climber" />Reset Climber and check direction</label></li>
				<li><label><input type="checkbox" required="required" name="rope" />Check rope</label></li>
				<li><label><input type="checkbox" required="required" name="ged" />Check GED and Ramp</label></li>
				<li><label><input type="checkbox" required="required" name="gear" />Test with gear</label></li>
			</ul>
			<label><span>Match Number:</span><input type="number" required="required" name="match" /></label>
			<label><span>Completed by (student):</span><input type="text" required="required" name="student" /></label>
			<label><span>Approved by (mentor):</span><input type="text" required="required" name="mentor" /></label>
			<input type="submit" value="Submit"/>
		</form>
	</body>
</html>