-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.html
137 lines (125 loc) · 6.86 KB
/
toc.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html dir="ltr" lang="en" class="no-js">
<!-- // HEAD ELEMENT START // -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OPG - Sirius wirframe</title>
<link rel="stylesheet" href="production/css/prototype.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
</head>
<!-- // HEAD ELEMENT END // -->
<body id="body-prototype">
<!-- HEAD CONTENT - START -->
<header class="index">
<!-- // MAIN MAV - START // -->
<nav>
<img src="production/img/V21/sirius-logo.svg" alt="Sirius"></div>
</nav>
<!-- // MAIN MAV - END // -->
<div class="row">
<div class="columns">
<h1>OPG Sirius Wireframes</h1>
<span class="border"></span>
<h2>Table of contents</h2>
</div>
</div>
<div class="row-divider">
<span></span>
</div>
</header>
<!-- HEAD CONTENT - END -->
<!-- PRIMARY CONTENT - START -->
<main>
<div class="row">
<div class="large-6 large-uncentered columns">
<ol class="table-of-contents">
<li>
<a href="html/V21/index.html">Index</a><br>
User log in screen
</li>
<li>
<a href="html/V21/dashboard.html">Dashboard</a><br>
What the user sees when the login into their account
</li>
<li>
<a href="html/V21/2-create-letter/2a-create-letter.html">Create a letter</a><br>
2a-create-letter, 2b-add-correspondance, 2c-add-correspondant, 2d-edit-letter, 2e-confirmation-page
</li>
<li>
<a href="html/V21/3-create-client/3a-create-client.html">Create a client</a><br>
3a-create-client
</li>
<li>
<a href="html/V21/3-create-client/3a-create-client.html#error-message">Create a client <span class="hashtag">#error-message</span></a><br>
3a-create-client, showing how error messages will work and look
</li>
<li>
<a href="html/V21/6-commission-visit/6a-why.html">Commission Visit</a><br>
6a-why, 6b-who, 6c-where, 6d-case-details, 6e-summary-of-case, 6f-confirm-visit, 6g-confirmation-page
</li>
<li>
<a href="html/V21/7-edit-client/7-edit-client.html">Edit client</a><br>
7a-edit-client
</li>
<li>
<a href="html/V21/10-supervision-level/10a-supervision-level.html">Supervision level</a><br>
10a-supervision-level
</li>
<li>
<a href="html/V21/11-new-event/11a-new-event.html">New event</a><br>
11a-new-event
</li>
</ul>
</div>
<div class="large-6 large-uncentered columns">
<ol class="table-of-contents" start="6">
<li>
<a href="html/V21/4-client-page/4a-new-client.html">Client landing page</a><br>
4a-new-client
</li>
<li>
<a href="html/V21/4-client-page/4a-new-client.html#NewClient">Client landing page <span class="hashtag">#NewClient</span></a><br>
4a-new-client: brand new client
</li>
<li>
<a href="html/V21/4-client-page/4a-new-client.html#normal">Client landing page <span class="hashtag">#normal</span></a><br>
4a-new-client: with no outstanding fee and fully compliant
</li>
<li>
<a href="html/V21/4-client-page/4a-new-client.html#violent">Client landing page <span class="hashtag">#violent</span></a><br>
4a-new-client: with violent indicator
</li>
<li>
<a href="html/V21/4-client-page/4a-new-client.html#welsh">Client landing page <span class="hashtag">#welsh</span></a><br>
4a-new-client: with welsh indicator
</li>
<li>
<a href="html/V21/4-client-page/4a-new-client.html#deceased">Client landing page <span class="hashtag">#deceased</span></a><br>
4a-new-client: with deceased indicator
</li>
<li>
<a href="html/V21/5-add-deputy/5a-search-deputy.html">Add/edit a deputy</a><br>
5a-search-deputy, 5b-add-deputy, 5c-check-deputy, 5d-confirm-page, 5e-edit-deputy
</li>
<li>
<a href="html/V21/8-create-task/8a-create-task.html">Create task</a><br>
8a-create-task
</li>
<li>
<a href="html/V21/9-reporting-period/9a-reporting-period.html">Reporting period</a><br>
9a-reporting-period
</li>
</ul>
</div>
</div>
</main>
<!-- PRIMARY CONTENT - END -->
<!-- FOOTER CONTENT - START -->
<!-- FOOTER CONTENT - END -->
<!-- SCRIPT CONTENT - START -->
<!-- SCRIPT CONTENT - END -->
<!-- // JS BODY END - START // -->
<!-- // JS BODY END - END // -->
</body>
</html>