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