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.
77 lines
2.0 KiB
77 lines
2.0 KiB
<!-- $Id: tocrcnd.htt -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE><%=PHRASE.672%></TITLE>
|
|
<BASEFONT FACE="Arial">
|
|
<%=SYSTEM.STARTIF?SESSION.browserapp MSIE INCLUDE %>
|
|
<STYLE>
|
|
<!--
|
|
SELECT {font-size: 10px;height: 100;}
|
|
INPUT {font-size: 10px;height: 20;}
|
|
-->
|
|
</STYLE>
|
|
<%=SYSTEM.ENDIF%>
|
|
<%=SYSTEM.INCLUDEJS global.js %>
|
|
<SCRIPT language="JavaScript">
|
|
<!--
|
|
function wdw_onLoad() {
|
|
var s;
|
|
<%=SYSTEM.STARTIF?FORM.tccount 0 EXCLUDE %>
|
|
document.treplicaform.dcndid.selectedIndex=-1;
|
|
<%=SYSTEM.ENDIF%>
|
|
s="<%=FORM.dbopmessage%>";
|
|
if (s != "") {
|
|
alert(s);
|
|
}
|
|
}
|
|
function clidClick(oform) {
|
|
var s,c,i,j;
|
|
i=oform.dcndid.selectedIndex;
|
|
s=oform.dcndid.options[i].value;
|
|
c=s.substring(0,1);
|
|
j=s.length+1;
|
|
oform.cndid.value=s.substring(1,j);
|
|
oform.unscored.value=(c=="P") ? c : "";
|
|
oform.completed.value=(c=="C") ? c : "";
|
|
oform.submit();
|
|
return true;
|
|
}
|
|
window.onload=wdw_onLoad;
|
|
// -->
|
|
</SCRIPT>
|
|
</HEAD>
|
|
|
|
<BODY BACKGROUND="<%=SYSTEM.BACKGROUND%>" BGCOLOR="<%=SYSTEM.BGCOLOR%>"
|
|
TEXT="<%=SYSTEM.TEXT%>" LINK="<%=SYSTEM.LINK%>"
|
|
VLINK="<%=SYSTEM.VLINK%>" ALINK="<%=SYSTEM.ALINK%>">
|
|
<FORM METHOD=POST ACTION="<%=PATHS.cgiroot%>/tocrinp.pl"
|
|
Name="treplicaform" target="rctocrinp">
|
|
<INPUT NAME="tid" TYPE=HIDDEN VALUE="<%=SESSION.tid%>">
|
|
<INPUT NAME="clid" TYPE=HIDDEN VALUE="<%=FORM.clid%>">
|
|
<INPUT NAME="tstid" TYPE=HIDDEN VALUE="<%=FORM.tstid%>">
|
|
<INPUT NAME="cndid" TYPE=HIDDEN VALUE="">
|
|
<INPUT NAME="unscored" TYPE=HIDDEN VALUE="">
|
|
<INPUT NAME="completed" TYPE=HIDDEN VALUE="">
|
|
<INPUT NAME="lang" TYPE=HIDDEN VALUE="<%=SESSION.lang%>">
|
|
<INPUT NAME="dbop" TYPE=HIDDEN VALUE="dtl">
|
|
<CENTER>
|
|
<TABLE cellpadding=0 cellspacing=2 border=0 width=100%>
|
|
<TR>
|
|
<TD colspan=2 align="center" valign=top>
|
|
<FONT SIZE="2"><nobr>
|
|
<%=PHRASE.103%>:
|
|
<%=SYSTEM.STARTIF?FORM.tccount 0 EXCLUDE %>
|
|
<SELECT name="dcndid" onChange="return clidClick(this.form)">
|
|
<%=FORM.testcandidates%>
|
|
</select>
|
|
<%=SYSTEM.ELSE%>
|
|
None Found
|
|
<%=SYSTEM.ENDIF%>
|
|
</FONT>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</CENTER>
|
|
</FORM>
|
|
</BODY>
|
|
</HTML>
|
|
|