diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-03 23:23:02 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-03 23:23:02 -0500 |
commit | cfb528255da8bedbbc61dec38feca4ee2e64778b (patch) | |
tree | 9c617a4851a4ded2298ba522a2a064c95eb384aa /www/checklists/Pre-match_Robot_Checklist.html | |
parent | 1d1ff49abf358ecccb0308fcb2a6b139a8443b18 (diff) |
add checklists
Diffstat (limited to 'www/checklists/Pre-match_Robot_Checklist.html')
-rw-r--r-- | www/checklists/Pre-match_Robot_Checklist.html | 37 |
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> |