#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> > <a href="/topengine/availableInterviews">Available Interviews</a> > 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>