forked from cmap/merino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassemble_null.html
38 lines (36 loc) · 980 Bytes
/
assemble_null.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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assembly Line App</title>
<div align="center">
<h1>Assembly Line App</h1>
</div>
</head>
<style>
body{ border: 10px solid black;
border-color: midnightblue;
padding: 10px;
display: inline-block;
margin: auto;
fill: grey}
</style>
<div align="center" class="center">
<body>
<h3> Input filepaths to each of these parameters. For DP-CSV pairs, separate davepool IDs and filepaths with a space.</h3>
<form method="POST" enctype="multipart/form-data" class="form-style-3">
Plate Map Path: <br>
<input type="text" name = "-pmp" id="-pmp">
<br><br>
CSV path: <br>
<input type="text" name = "-csv" id="-csv">
<br><br>
Prism Replicate Name: <br>
<input type="text" name = "-prn" id="-prn">
<br><br>
<input type="submit" name="submit" value="SUBMIT">
<br><br>
</form>
</body>
</div>
</html>