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

Side by Side Diff: grit/testdata/install_prefs.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/indexing_speed.html ('k') | grit/testdata/install_prefs2.html » ('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>Google Desktop Search: Initial Preferences</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 .c:active { COLOR: #FF0000 }
10 .c:visited { COLOR: #7777CC }
11 .c:link { COLOR: #7777CC }
12 </style>
13 <script>
14 <!--
15 override = 1;
16 function ee() {if (override==1) {(new Image()).src="[COMPLETING]";}}
17 // -->
18 </script>
19 </head><body leftmargin=30 rightmargin=30 onresize="stw()" onunload="ee()">
20 <form onsubmit='override=0;return true;' action='[STEP2]' name=f method=post>
21 <img src="logo3.gif" border=0>
22 <div id=c1 style="width:600px">
23 <br><font color=#00218a><b>To continue, please set these initial preferences:</b ></font><br><br>
24 <table border=0 id=t1 width=100%>
25 <tr>
26 <td valign=top><input name=AIM id=chat type=checkbox checked></td>
27 <td>&nbsp;</td><td><label for=chat><font size=-1><B>Enable search over Instant Messenger chats</b><br>
28 <font size=-1>Google Desktop Search will store your chats and make them searcha ble.
29 </font></label></td></tr>
30 <tr height=1><td height=10px></td></tr>
31 <tr>
32 <td valign=top><input name=HTTPS id=https type=checkbox checked></td>
33 <td>&nbsp;</td><td><label for=https><font size=-1><b>Enable search over secure web pages (HTTPS)</b>
34 <br><font size=-1>Google Desktop Search will store secure web pages that you vi ew and make them
35 searchable.</font></label> </td></tr>
36 <tr height=1px><td height=10px></td></tr>
37
38 <tr>
39 <td valign=top><input name=SEARCHBOX id=SEARCHBOX type=checkbox checked
40 onclick="handleSBClick(this)"></td>
41 <td>&nbsp;</td><td><label for=searchbox><font size=-1><b>Display search box</b> </label>
42 <br><table border=0 cellpadding=0><tr><td valign=top>
43
44 <input type="radio" name="SBDISPLAY" id="DISPLAYDB" [DB-CHECKED] value="DISPLAYD B"></td><td>
45 <label for=DISPLAYDB><font size=-1>Deskbar - A search box in your taskbar</font> </label></td></tr>
46 <tr><td></td></tr>
47 <tr><td></td><td><img src="deskbar.gif" alt="Deskbar" width="268" height="34"></ td></tr>
48 <tr><td height=2></td></tr>
49 <tr><td valign=top>
50
51 <input type="radio" name="SBDISPLAY" id="DISPLAYMB" [MB-CHECKED] VALUE="DISPLAYM B"></td><td>
52 <label for=DISPLAYMB><font size=-1>Floating Deskbar - A search box that you can put anywhere on your desktop</font></label></td></tr>
53 <tr><td></td></tr>
54 <tr><td></td><td><img src="minibar.gif" width="137" height="27"></td></tr>
55 <tr><td height=2></td></tr>
56
57 </table>
58 </td></tr>
59
60 <tr>
61 <td valign=top><input name=SENDDATA id=usage type=checkbox checked></td>
62 <td>&nbsp;</td><td><label for=usage><font size=-1><b>Help us improve Google Des ktop Search by sending usage data and crash reports</b></label>
63 </font></td></tr>
64 <tr height=8px><td colspan=3 height=8px></td></tr>
65 <tr><td colspan=3><font size=-1>You can change these and other preferences at an y time.</font></td></tr>
66 </table></div>
67 <p><input type=submit value="Set Preferences and Continue" id=s><br>
68 </form>
69 </center>
70 [SCRIPT]
71 <script>
72 <!--
73 function handleSBClick(checkbox) {
74 document.getElementById("DISPLAYDB").disabled = !checkbox.checked;
75 document.getElementById("DISPLAYMB").disabled = !checkbox.checked;
76 }
77 function stw() {
78 if (document.all && document.body.clientWidth < 600) {
79 var w = document.body.clientWidth-35;
80 if (w < 10) { w = 10; }
81 w = w + 'px';
82 document.getElementById('c1').style.width=w;
83 return false;
84 }
85 document.getElementById('c1').style.width='600px';
86 }
87 stw();
88 document.f.s.focus();
89 // -->
90 </script>
91 <img SRC="http://www.google.com" WIDTH="0" HEIGHT="0" ALIGN="right"></img>
92 </body></html>
OLDNEW
« no previous file with comments | « grit/testdata/indexing_speed.html ('k') | grit/testdata/install_prefs2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698