зеркало из https://github.com/mozilla/gecko-dev.git
Even more search UI tweaks.
This commit is contained in:
Родитель
34c13e3af7
Коммит
e03eb85ff6
|
@ -17,7 +17,6 @@ function doEngineClick(node)
|
|||
|
||||
resultsTree.setAttribute("style", "height: 70%; width: 100%;");
|
||||
contentArea.setAttribute("style", "height: 100; width: 100%;");
|
||||
html = "<HTML><BODY></BODY></HTML>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -49,13 +48,17 @@ function doEngineClick(node)
|
|||
}
|
||||
}
|
||||
|
||||
if (html)
|
||||
if (html != "")
|
||||
{
|
||||
var doc = window.frames[0].document;
|
||||
doc.open("text/html", "replace");
|
||||
doc.writeln(html);
|
||||
doc.close();
|
||||
}
|
||||
else
|
||||
{
|
||||
window.frames[0].document.location = "default.htm";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<HEAD>
|
||||
<TITLE>Smart Search</TITLE>
|
||||
<BASE TARGET='_NEW'>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
|
|
@ -17,7 +17,6 @@ function doEngineClick(node)
|
|||
|
||||
resultsTree.setAttribute("style", "height: 70%; width: 100%;");
|
||||
contentArea.setAttribute("style", "height: 100; width: 100%;");
|
||||
html = "<HTML><BODY></BODY></HTML>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -49,13 +48,17 @@ function doEngineClick(node)
|
|||
}
|
||||
}
|
||||
|
||||
if (html)
|
||||
if (html != "")
|
||||
{
|
||||
var doc = window.frames[0].document;
|
||||
doc.open("text/html", "replace");
|
||||
doc.writeln(html);
|
||||
doc.close();
|
||||
}
|
||||
else
|
||||
{
|
||||
window.frames[0].document.location = "default.htm";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче