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.
8 lines
379 B
8 lines
379 B
4 months ago
|
<!-- $Id: tstframe.htt,v 1.1.1.1 2004/01/09 09:22:10 jeffo Exp $ -->
|
||
|
<HTML>
|
||
|
<FRAMESET frameborder=0 rows="75,*">
|
||
|
<FRAME name="tstclock" src="<%=PATHS.cgiroot%>/tclock.pl?tid=<%=SESSION.tid%>&tstid=<%=TEST.id%>&lang=<%=SESSION.lang%>">
|
||
|
<FRAME name="tstquest" src="<%=PATHS.cgiroot%>/tstart.pl?tid=<%=SESSION.tid%>&tstid=<%=TEST.id%>&lang=<%=SESSION.lang%>">
|
||
|
</FRAMESET>
|
||
|
</HTML>
|