Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 134:
var top = document.createElement ( 'div' ) ;
top.id = 'lec_div_top' ;
var adiv = document.createElement ( 'div' ) ;
adiv.style.display = 'block' ;
top.appendChild ( document.createTextNode ( "Header templates and images" ) ) ;
top.appendChild ( lec_tb_top ) ;
top.appendChild (
▲ top.appendChild ( document.createTextNode ( "Main text (" ) ) ;
▲ top.appendChild ( a ) ;
▲ top.appendChild ( document.createTextNode ( ")" ) ) ;
var bottom = document.createElement ( 'div' ) ;
|