Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: grit/testdata/install_prefs2.html

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « grit/testdata/install_prefs.html ('k') | grit/testdata/klonk.ico » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><title>Indexing has Started</title>
3 <meta http-equiv="cache-control" content="no-cache">
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <meta http-equiv="pragma" content="no-cache">
6 <meta http-equiv="expires" content="-1">
7 <style>
8 BODY { FONT-FAMILY: arial,sans-serif }
9 }
10 </style>
11 <script>
12 <!--
13 override = 1;
14 function ee() {if (override==1) {(new Image()).src="[COMPLETING]";}}
15 // -->
16 </script>
17 </head><body leftmargin=30 rightmargin=30 onresize="stw()" onunload="ee()">
18 <form onsubmit='override=0;return true;' action="[STEP3]" name=f>
19 <img src="/logo3.gif" border=0><br><br>
20 <div id=c1 style="width:575px">
21 <table border=0 id=t1 width=100%><tr><td>
22 <font color=#00218a><b>One-time indexing has started.</b></font><br><br>
23 <font size=-1>An index is being prepared on your computer to allow you
24 to search your information as fast as you can search the web.<br><br>
25 <li>This is a one-time process that may take several hours.
26 <li>You may continue to use your computer as usual and it is safe to shut down y our computer.
27 <li>Indexing will be performed only when your computer is idle.
28 </ul>
29 </font>
30 <p><input type=submit value="Go to the Desktop Search homepage" name=s><br>
31 </center>
32 </td></tr></table>
33 </form>
34 </div>
35 <script>
36 <!--
37 function stw() {
38 if (document.all && document.body.clientWidth < 575) {
39 var w = document.body.clientWidth-35;
40 if (w < 10) { w = 10; }
41 w = w + 'px';
42 document.getElementById('c1').style.width=w;
43 return false;
44 }
45 document.getElementById('c1').style.width='575px';
46 }
47 stw();
48 // -->
49 document.f.s.focus();
50 </script>
51 [SCRIPT]
52 </body></html>
OLDNEW
« no previous file with comments | « grit/testdata/install_prefs.html ('k') | grit/testdata/klonk.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698