summaryrefslogtreecommitdiff
path: root/www/checklists/Pre-match_Robot_Checklist.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/checklists/Pre-match_Robot_Checklist.html')
-rw-r--r--www/checklists/Pre-match_Robot_Checklist.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/www/checklists/Pre-match_Robot_Checklist.html b/www/checklists/Pre-match_Robot_Checklist.html
new file mode 100644
index 0000000..0cec5f3
--- /dev/null
+++ b/www/checklists/Pre-match_Robot_Checklist.html
@@ -0,0 +1,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>