version 1.55, 2010/02/05 18:16:23
|
version 1.56, 2010/02/11 20:24:46
|
Line 1
|
Line 1
|
<html> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" |
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
<!-- |
<!-- |
The LearningOnline Network with CAPA |
The LearningOnline Network with CAPA |
Parameter Input Window |
Parameter Input Window |
Line 29 Parameter Input Window
|
Line 31 Parameter Input Window
|
// |
// |
--> |
--> |
<head> |
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
<title>LON-CAPA</title> |
<title>LON-CAPA</title> |
</head> |
|
|
|
<script type="text/javascript"> |
<script type="text/javascript"> |
|
// <![CDATA[ |
|
|
var ptype=''; |
var ptype=''; |
var pvalue=''; |
var pvalue=''; |
Line 968 function init() {
|
Line 971 function init() {
|
|
|
} |
} |
|
|
|
// ]]> |
</script> |
</script> |
|
</head> |
|
|
<frameset rows="120,*" onLoad="init();"> |
<frameset rows="120,*" onload="init();"> |
<frame name="selector" src="empty.html"> |
<frame name="selector" src="empty.html" /> |
<frame name="choices" src="empty.html"> |
<frame name="choices" src="empty.html" /> |
</frameset> |
</frameset> |
|
|
|
|