|
| 1 | +<html> |
| 2 | + |
| 3 | +<head> |
| 4 | + <title>Lab Data Config Form</title> |
| 5 | + <!-- Include CSS File Here --> |
| 6 | + <link rel="stylesheet" type="text/css" href="css/form.css"> |
| 7 | + <!-- Include JS File Here --> |
| 8 | + <script src="js/submit.js"></script> |
| 9 | +</head> |
| 10 | + |
| 11 | +<body> |
| 12 | + <div class="container"> |
| 13 | + <div class="main"> |
| 14 | + <form action="#" method="post" name="form_name" id="form_id" class="form_class"> |
| 15 | + <h2>Lab Data Config Form</h2> |
| 16 | + <label>Rig Name : |
| 17 | + <input type="text" name="Rig_Name" id="Rig_Name" placeholder="Rig Name" /> |
| 18 | + </label> |
| 19 | + <br> |
| 20 | + <label>User : |
| 21 | + <input type="text" name="User" id="User" placeholder="User" /> |
| 22 | + </label> |
| 23 | + <br> |
| 24 | + <label>Proj Code : |
| 25 | + <input type="text" name="Proj_Code" id="Proj_Code" placeholder="Proj Code" /> |
| 26 | + </label> |
| 27 | + <br> |
| 28 | + <label>Rec Sys : |
| 29 | + <input type="text" name="Rec_Sys" id="Rec_Sys" placeholder="Rec Sys" /> |
| 30 | + </label> |
| 31 | + <br> |
| 32 | + <label>Behav Code Ver : |
| 33 | + <input type="text" name="Behav_Code_Ver" id="Behav_Code_Ver" placeholder="Behav Code Ver" /> |
| 34 | + </label> |
| 35 | + <br> |
| 36 | + <label>NS Path : |
| 37 | + <input type="text" name="NS_Path" id="NS_Path" placeholder="NS Path" /> |
| 38 | + </label> |
| 39 | + <br> |
| 40 | + <label>Behav Path : |
| 41 | + <input type="text" name="Behav_Path" id="Behav_Path" placeholder="Behav Path" /> |
| 42 | + </label> |
| 43 | + <br> |
| 44 | + <label>Jpos X Ch : |
| 45 | + <input type="number" step=1 name="Jpos_X_Ch" id="Jpos_X_Ch" placeholder="Jpos X Ch" /> |
| 46 | + </label> |
| 47 | + <br> |
| 48 | + <label>Jpos Y Ch : |
| 49 | + <input type="number" step=1 name="Jpos_Y_Ch" id="Jpos_Y_Ch" placeholder="Jpos Y Ch" /> |
| 50 | + </label> |
| 51 | + <br> |
| 52 | + <label>Mpos X Ch : |
| 53 | + <input type="number" step=1 name="Mpos_X_Ch" id="Mpos_X_Ch" placeholder="Mpos X Ch" /> |
| 54 | + </label> |
| 55 | + <br> |
| 56 | + <label>Mpos Y Ch : |
| 57 | + <input type="number" step=1 name="Mpos_Y_Ch" id="Mpos_Y_Ch" placeholder="Mpos Y Ch" /> |
| 58 | + </label> |
| 59 | + <br> |
| 60 | + <label>Lick Ch : |
| 61 | + <input type="number" step=1 name="Lick_Ch" id="Lick_Ch" placeholder="Lick Ch" /> |
| 62 | + </label> |
| 63 | + <br> |
| 64 | + <label>Rew Ch : |
| 65 | + <input type="number" step=1 name="Rew_Ch" id="Rew_Ch" placeholder="Rew Ch" /> |
| 66 | + </label> |
| 67 | + <br> |
| 68 | + <label>Trial Start Ch : |
| 69 | + <input type="number" step=1 name="Trial_Start_Ch" id="Trial_Start_Ch" placeholder="Trial Start Ch" /> |
| 70 | + </label> |
| 71 | + <br> |
| 72 | + <label>Trial Event Ch : |
| 73 | + <input type="number" step=1 name="Trial_Event_Ch" id="Trial_Event_Ch" placeholder="Trial Event Ch" /> |
| 74 | + </label> |
| 75 | + <br> |
| 76 | + <label>Stim1 : |
| 77 | + <input type="text" name="Stim1" id="Stim1" placeholder="Stim1" /> |
| 78 | + </label> |
| 79 | + <br> |
| 80 | + <label>Stim2 : |
| 81 | + <input type="text" name="Stim2" id="Stim2" placeholder="Stim2" /> |
| 82 | + </label> |
| 83 | + <br> |
| 84 | + <label>Trial Start : |
| 85 | + <input type="number" step="any" name="Trial_Start" id="Trial_Start" placeholder="Trial Start" /> |
| 86 | + </label> |
| 87 | + <br> |
| 88 | + <label>Operant Event1 : |
| 89 | + <input type="number" step="any" name="Operant_Event1" id="Operant_Event1" placeholder="Operant_Event1" /> |
| 90 | + </label> |
| 91 | + <br> |
| 92 | + <label>Operant Event2 : |
| 93 | + <input type="number" step="any" name="Operant_Event2" id="Operant_Event2" placeholder="Operant_Event2" /> |
| 94 | + </label> |
| 95 | + <br> |
| 96 | + <label>Water Port : |
| 97 | + <input type="number" step="any" name="Water_Port" id="Water_Port" placeholder="Water_Port" /> |
| 98 | + </label> |
| 99 | + <br> |
| 100 | + <label>Laser Power : |
| 101 | + <input type="number" step="any" name="LaserPower" id="LaserPower" placeholder="LaserPower" /> |
| 102 | + </label> |
| 103 | + <br> |
| 104 | + <br> |
| 105 | + <label>Filename to Save As: |
| 106 | + <input id="inputFileNameToSaveAs" value="config.json"></input> |
| 107 | + </label> |
| 108 | + <br> |
| 109 | + <label> |
| 110 | + <div class="buttons"> |
| 111 | + <input type="reset" value="Reset"> |
| 112 | + <input type="submit" value="Save" onclick="submit_form()"> |
| 113 | + </div> |
| 114 | + </label> |
| 115 | + </form> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | +</body> |
| 119 | + |
| 120 | +</html> |
0 commit comments