-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.html
61 lines (54 loc) · 1.82 KB
/
confirmation.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Class Tracker</title>
<link rel="stylesheet" href="styles/confirmation_styling.css">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<!-- start top -->
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;">
<tr>
<td class="top_dataCell Datacells_styling">
<h1>Attendance has been updated</h1>
</td>
</tr>
</table>
</td>
</tr>
<!-- end top -->
<!-- start bottom -->
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;">
<!-- start inner block #1-->
<tr>
<td class="MB_dataCell Datacells_styling">
<p>The Student ---- has been added into class --- </p>
</td>
</tr>
<!-- end inner block #1-->
<!-- start inner block #2-->
<tr>
<td class="MB_dataCell Datacells_styling">
<p>If you made a mistake, please click the link below to redo</p>
</td>
</tr>
<!-- end inner block #2-->
<!-- start inner block #3-->
<tr>
<td style="border-radius: 6px; background-color: #1A82E2FF; text-align: center; border-bottom: 3px solid #d4dadf;">
<a href="#" id="redo_button">Button Place Holder</a>
</td>
</tr>
<!-- end inner block #3-->
</table>
</td>
</tr>
<!-- end bottom -->
</table>
</body>
</html>