forked from cheekujodhpur/ipho2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform_marks.txt
22 lines (21 loc) · 1.08 KB
/
form_marks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<form id = "form_marks_T1">
<table class = "table table-striped" id = "mark_table_T1" style="table-layout:fixed;">
<thead>
<tr>
<th>Students</th>
<th>Code</th>
</tr>
</thead>
<tbody id = "mark_table_body_T1">
<tr id = "subparts_row_T1">
<td colspan = "2"></td>
<td>Subparts</td>
</tr>
<tr id = "maxMarks_row_T1">
<td colspan = "2"></td>
<td>Maximum Marks</td>
</tr>
</tbody>
</table>
</form>
<button type="submit" class="btn btn-default save_button" data-type = "t1">Save</button>