8 lines
379 B
Plaintext
Executable File
8 lines
379 B
Plaintext
Executable File
<!-- $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>
|