This commit is contained in:
mcafee%netscape.com 2001-03-07 07:40:50 +00:00
Родитель 25dcaa3fdd
Коммит f287aaa69e
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> l<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <html>
<head> <head>
<title>Tinderboxen Big Picture</title> <title>Tinderboxen Big Picture</title>
@ -25,7 +25,7 @@
// Add trees here. // Add trees here.
var $tree1 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey&express=1"; var $tree1 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey&express=1";
var $tree2 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Embed&express=1"; //var $tree2 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Embed&express=1";
var $tree3 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Ports&express=1"; var $tree3 = "http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Ports&express=1";
@ -48,16 +48,16 @@
// 4.x // 4.x
printLayer($tree1); printLayer($tree1);
document.write("<hr>"); document.write("<hr>");
printLayer($tree2); //printLayer($tree2);
document.write("<hr>"); //document.write("<hr>");
printLayer($tree3); printLayer($tree3);
} else { } else {
// Mozilla or IE // Mozilla or IE
printIFrame($tree1); printIFrame($tree1);
document.write("<hr>"); document.write("<hr>");
printIFrame($tree2); //printIFrame($tree2);
document.write("<hr>"); //document.write("<hr>");
printIFrame($tree3); printIFrame($tree3);
} }