You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.6 KiB
63 lines
1.6 KiB
<!-- $Id: tend.htt,v 1.3 2006/09/19 20:02:17 ddoughty Exp $ -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE><%=TEST.desc%></TITLE>
|
|
<link rel="stylesheet" type="text/css" href="/<%=CLIENT.clid%>/<%=CLIENT.clid%>.css">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
|
|
<%=SYSTEM.INCLUDEJS global.js %>
|
|
<%=SYSTEM.INCLUDEJS loading.js %>
|
|
<SCRIPT language="JavaScript">
|
|
<!--
|
|
function cancel_test() {
|
|
top.close();
|
|
}
|
|
window.onload=loading_graphic("hide");
|
|
//-->
|
|
</SCRIPT>
|
|
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 width="100%">
|
|
<TR>
|
|
<td align="left">
|
|
<FONT SIZE=4>
|
|
<BR>
|
|
</FONT>
|
|
</td>
|
|
</TR>
|
|
<!-- v support for custom exit message -->
|
|
<%=SYSTEM.STARTIF?TEST.customexit Y INCLUDE %>
|
|
<TR>
|
|
<td colspan="2" align="center">
|
|
<%=TEST.customexitmsg%>
|
|
</td>
|
|
</TR>
|
|
<%=SYSTEM.ELSE%>
|
|
<!-- ^ support for custom exit message -->
|
|
<TR>
|
|
<td colspan=2 align="center">
|
|
<%=TEST_SESSION.message%><BR>
|
|
<BR>
|
|
</td>
|
|
</TR>
|
|
<!-- v support for custom exit message -->
|
|
<%=SYSTEM.ENDIF%>
|
|
<!-- ^ support for custom exit message -->
|
|
<TR>
|
|
<td align="right" width=50%> </td>
|
|
<td align="right" width=50%> </td>
|
|
</TR>
|
|
<TR>
|
|
<td colspan=2 align="center">
|
|
<form <%=TEST_SESSION.cancel%>>
|
|
<input type="hidden" name="tid" value="<%=SESSION.tid%>">
|
|
<input name="lang" type="hidden" value="<%=SESSION.lang%>">
|
|
<input type="hidden" name="tstid" value="<%=TEST.id%>">
|
|
<!-- v added support for anonymous submission option -->
|
|
<input type="hidden" name="anonsubmit" value="N">
|
|
<!-- ^ added support for anonymous submission option -->
|
|
<%=TEST_SESSION.navbuttons%>
|
|
</form>
|
|
</td>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY>
|
|
</HTML>
|
|
|