-
Notifications
You must be signed in to change notification settings - Fork 0
/
drive_team.html
27 lines (21 loc) · 1.26 KB
/
drive_team.html
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
<html>
<head>
<title>Code Red Scouting</title>
<link rel= "stylesheet" href="css/default.css" type="text/css">
</head>
<body>
<div class= "formb1">
<a href="index.html"><img src="assets/Scouting4.png" alt="Scouting4.png" width="639" height="200"></a>
</br><ul id="header"><li><a href="match_entry.html">Match entry</a></li><li><a href="robot_attributes.html">Robot Data</a></li><li><a href="heatmap.html">Heatmap Enter</a></li></ul><ul id="header"><li><a href="match_view.html">View Matches</a></li><li><a href="php/robot_view.php">View Robots</a></li><li><a href="graph.html">Graphs</a></li><li><a href="analysis.html">Analysis</a></li><li><a href="heatmap_view.html">Heatmap View</a></li></ul>
<h1>Data Entry Form</h1>
<p><h3>Enter data here:</h3></p>
<form action="php/drive_team.php" method="post">
The number of the team worked with:<br><input type="number" name = "team_number" value = "team_number"></br>
<br><textarea rows = "7" cols = "60" name = "work_well">Can work well together:</textarea></br>
<textarea rows = "7" cols = "60" name = "coach">Can the coach communicate well with other coaches?:</textarea></br>
<input type="checkbox" name = "mentors">Are the coaches mentors?:</textarea></br>
<center><input type = "submit" /></center>
</form>
</body>
</div>
</html>