-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
32 lines (28 loc) · 932 Bytes
/
references.html
File metadata and controls
32 lines (28 loc) · 932 Bytes
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>references</title>
</head>
<body>
<div class="references">
(Maybe just a link to download the file?)
<br /><br />
</div>
<div class="update">
<!--available only if logged in as the applicant-->
<!--should be an idempotent update-->
Update your references
<form method="post" action="references.html" class="references-update">
<label>Upload reference list: </label><input type="file" name="references" value="" /><br />
<input type="submit" value="Update" />
</form>
</div>
<div id="queries">
<ul>
<li><a href="submission.html" rel="submission" title="complete submission">back to full submission</a></li>
<li><a href="index.html" rel="jobs-all home" title="homepage">home</a></li>
<li><a href="job.html" rel="job-posting" class="title">view job posting</a></li>
</ul>
</div>
</body>
</html>