Menu

[r3]: / py_top_web_client_01 / ISFinishedInterviewView.tmpl  Maximize  Restore  History

Download this file

86 lines (67 with data), 4.0 kB

 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
#defmacro includeFileAtCompileTime: @open(src).read()
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="/static/default.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="/static/datatable.css">
<link rel="stylesheet" type="text/css" href="/static/psearch.css">
<script type="text/javascript" src="/static/json.js"></script>
<script type="text/javascript" src="/static/utilities.js"></script>
<script type="text/javascript" src="/static/datasource-beta-min.js"></script>
<script type="text/javascript" src="/static/datatable-beta-min.js"></script>
<script type="text/javascript" src="/static/dci.js"></script>
<script type="text/javascript" src="/static/iw-session.js"></script>
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
<title>Interview Completed</title>
</head>
<body>
<div class="outer-container">
<div class="inner-container">
#includeFileAtCompileTime: ./header.incl
<div class="path">
<a href="/topengine/">Home</a> &gt; <a href="/topengine/availableInterviews">Available Interviews</a> &gt; Interview Completed
</div>
<div class="main">
<div class="content">
<h1>Interview Completed</h1>
<div id="error_div" class="errmsg">$err_msg</div>
<div id="status_div" class="statmsg">$status_msg</div>
<input type="hidden" name="top_status" id="top_status" value="ready"/>
<form action="/topengine/availableInterviews" method="get">
<table class="is_iw_table">
<tbody>
<tr>
<td class="is_otc_result_td">
The Interview is now completed. Click 'Continue' to return to the list of available Interviews.
</td>
</tr>
#for $otc_name, $otc in $otc_list
<tr>
<td class="is_otc_result_td">
<h3>Relevant $otc_name:</h3>
<ul>
#for $tag in $otc['TAGS']
<li>$tag</li>
#end for
</ul>
</td>
</tr>
#end for
<tr>
<td class="is_submit_buttons">
<input class="right" type="submit" value="Continue"/>
</td>
</tr>
</tbody>
</table>
</form>
</div>
#includeFileAtCompileTime: ./navigation-interviews.incl
</div>
#includeFileAtCompileTime: ./footer.incl
</div>
</div>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.