| Index: grit/testdata/install_prefs2.html
|
| ===================================================================
|
| --- grit/testdata/install_prefs2.html (revision 0)
|
| +++ grit/testdata/install_prefs2.html (revision 0)
|
| @@ -0,0 +1,52 @@
|
| +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| +<html><head><title>Indexing has Started</title>
|
| +<meta http-equiv="cache-control" content="no-cache">
|
| +<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
| +<meta http-equiv="pragma" content="no-cache">
|
| +<meta http-equiv="expires" content="-1">
|
| +<style>
|
| +BODY { FONT-FAMILY: arial,sans-serif }
|
| +}
|
| +</style>
|
| +<script>
|
| +<!--
|
| +override = 1;
|
| +function ee() {if (override==1) {(new Image()).src="[COMPLETING]";}}
|
| +// -->
|
| +</script>
|
| +</head><body leftmargin=30 rightmargin=30 onresize="stw()" onunload="ee()">
|
| +<form onsubmit='override=0;return true;' action="[STEP3]" name=f>
|
| +<img src="/logo3.gif" border=0><br><br>
|
| +<div id=c1 style="width:575px">
|
| +<table border=0 id=t1 width=100%><tr><td>
|
| +<font color=#00218a><b>One-time indexing has started.</b></font><br><br>
|
| +<font size=-1>An index is being prepared on your computer to allow you
|
| +to search your information as fast as you can search the web.<br><br>
|
| +<li>This is a one-time process that may take several hours.
|
| +<li>You may continue to use your computer as usual and it is safe to shut down your computer.
|
| +<li>Indexing will be performed only when your computer is idle.
|
| +</ul>
|
| +</font>
|
| +<p><input type=submit value="Go to the Desktop Search homepage" name=s><br>
|
| +</center>
|
| +</td></tr></table>
|
| +</form>
|
| +</div>
|
| +<script>
|
| +<!--
|
| +function stw() {
|
| +if (document.all && document.body.clientWidth < 575) {
|
| + var w = document.body.clientWidth-35;
|
| + if (w < 10) { w = 10; }
|
| + w = w + 'px';
|
| + document.getElementById('c1').style.width=w;
|
| + return false;
|
| +}
|
| +document.getElementById('c1').style.width='575px';
|
| +}
|
| +stw();
|
| +// -->
|
| +document.f.s.focus();
|
| +</script>
|
| +[SCRIPT]
|
| +</body></html>
|
|
|
| Property changes on: grit/testdata/install_prefs2.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|