| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| 3 <html><head><title>Google Desktop Search Preferences</title> | |
| 4 <meta http-equiv=content-type content="text/html; charset=utf-8"> | |
| 5 <style> | |
| 6 body { | |
| 7 margin-left: 2em; margin-right: 2em; | |
| 8 font-family: arial,sans-serif; | |
| 9 color:#000; background-color:#fff; | |
| 10 } | |
| 11 a:active { color:#f00 } | |
| 12 a:visited { color:#551a8b } | |
| 13 a:link { color:#00c } | |
| 14 a.c:active { color: #ff0000 } | |
| 15 a.c:visited { color: #7777cc } | |
| 16 a.c:link { color: #7777cc } | |
| 17 .b { font-weight: bold } | |
| 18 .shaded-header { background-color: #e8f4f7; border-top: 1px solid #39c; | |
| 19 margin: 0px; padding: 0px } | |
| 20 .shaded-subheader { background-color: #e8f4f7; margin: 12px 0px 0px 0px; | |
| 21 padding: 0px } | |
| 22 .plain-subheader { background-color: #fff; margin: 12px 0px 0px 0px; | |
| 23 padding: 0px } | |
| 24 .header-element { margin: 0px; padding: 2px} | |
| 25 .expand { width: 98% } | |
| 26 .s { font-size: smaller } | |
| 27 .prefgroup { border: 2px solid #e8f4f7; width: 100% } | |
| 28 .phead { font-weight: bold; font-size: smaller; vertical-align: top; | |
| 29 text-transform: capitalize; border-bottom: 2px solid #e8f4f7; margin: 0px; | |
| 30 padding: 8px} | |
| 31 .pbody { border-bottom: 2px solid #e8f4f7; margin: 0px; | |
| 32 padding: 8px} | |
| 33 .pref-last { border-bottom: 0px } | |
| 34 .example { color: gray; font-family: monospace; } | |
| 35 </style> | |
| 36 <script> | |
| 37 <!-- | |
| 38 function validate() {} | |
| 39 function fnOnClickAll() {for (var i = 0; i < document.langform.lr.length; i++) { | |
| 40 document.langform.lr[i].checked = false;}} | |
| 41 function fnOnClickSome() { | |
| 42 var count = 0;for (var i = 0; i < document.langform.lr.length; i++) { | |
| 43 if (document.langform.lr[i].checked) {count++;}} | |
| 44 document.langform.lang[0].checked = (count <= 0); | |
| 45 document.langform.lang[1].checked = (count > 0);} | |
| 46 // --> | |
| 47 </script> | |
| 48 </head> | |
| 49 <body onload="checkOffice()"> | |
| 50 <form name=prefs action="[$~SETPREFS~$]" method=post><input name=url | |
| 51 value="[PREVPAGE]" type=hidden> | |
| 52 <table cellspacing=2 cellpadding=0 width="100%" border=0> | |
| 53 <tr> | |
| 54 <td valign=top width="1%"><a href="[$~HOMEPAGE~$]"> | |
| 55 <img alt="Go to Google Desktop Search" src="logo3.gif" border=0></a></td> | |
| 56 <td> </td> | |
| 57 <td nowrap> | |
| 58 | |
| 59 <table class="shaded-header"><tr> | |
| 60 <td class="header-element b expand">Preferences</td> | |
| 61 <td class="header-element s"> | |
| 62 <a href="http://desktop.google.com/preferences.html">Preferences Help</a> | |
| 63 </td> | |
| 64 </tr></table> | |
| 65 | |
| 66 </tr></table> | |
| 67 | |
| 68 <table class="shaded-subheader"><tr> | |
| 69 <td class="header-element expand s"> | |
| 70 <span class="b">Save</span> your preferences when finished.</td> | |
| 71 <td class="header-element"><input type=submit value="Save Preferences" | |
| 72 name=submit2></td> | |
| 73 </tr></table> | |
| 74 | |
| 75 [STATUS-MESSAGE] | |
| 76 <table class="plain-subheader"><tr> | |
| 77 <td class="header-element expand"><span class="b">Preferences</span><span | |
| 78 class="s"> (changes apply to Google Desktop Search application)</span></td> | |
| 79 </tr></table> | |
| 80 | |
| 81 <table class="prefgroup" cellpadding=0 cellspacing=0> | |
| 82 | |
| 83 <!-- --> | |
| 84 <tr> | |
| 85 <td class="phead">Search types</td> | |
| 86 <td class="pbody"><div class="s">Index the following items so that you can | |
| 87 search for them:<br /> </div> | |
| 88 <div> | |
| 89 <table border=0> | |
| 90 <tr> | |
| 91 <td width=150 nowrap valign=top><span class="s"> | |
| 92 <input type=checkbox [CHECK-EMAIL] name=EMAIL id=h3><label for=h3> | |
| 93 Email</label><br> | |
| 94 <input type=checkbox [CHECK-AIM] name=AIM id=h5><label for=h5> Chats | |
| 95 (AOL/MSN IM)</label><br> | |
| 96 <input type=checkbox onclick='if(!this.checked){h12.checked=0;h12.disabled=1;} | |
| 97 else {h12.disabled=0;}' [CHECK-WEB] name=WEB id=h11><label for=h11> Web | |
| 98 history</label> | |
| 99 | |
| 100 </span></td> | |
| 101 <td width=120 nowrap valign=top><span class="s"> | |
| 102 <script> | |
| 103 <!-- | |
| 104 function checkOffice() { var w = document.getElementById("h7"); | |
| 105 var e = document.getElementById("h8"); var o = document.getElementById("h10"); | |
| 106 if (!(w.checked || e.checked)) { o.checked=0;o.disabled=1;} else {o.disabled=0;}
} | |
| 107 // --> | |
| 108 </script> | |
| 109 <input type=checkbox [CHECK-DOC] name=DOC id=h7 onclick='checkOffice()'> | |
| 110 <label for=h7> Word</label><br> | |
| 111 <input type=checkbox [CHECK-XLS] name=XLS id=h8 onclick='checkOffice()'> | |
| 112 <label for=h8> Excel</label><br> | |
| 113 <input type=checkbox [CHECK-PPT] name=PPT id=h9> | |
| 114 <label for=h9> PowerPoint</label><br> | |
| 115 </span></td><td nowrap valign=top><span class="s"> | |
| 116 <input type=checkbox [CHECK-PDF] name=PDF id=hpdf> | |
| 117 <label for=hpdf> PDF</label><br> | |
| 118 <input type=checkbox [CHECK-TXT] name=TXT id=h6> | |
| 119 <label for=h6> Text, media, and other files</label><br> | |
| 120 </tr> | |
| 121 <tr><td nowrap valign=top colspan=3><span class="s"><br /> | |
| 122 <input type=checkbox [CHECK-SECUREOFFICE] name=SECUREOFFICE id=h10> | |
| 123 <label for=h10> Password-protected Office documents (Word, Excel)</label><br /
> | |
| 124 <input type=checkbox [DISABLED-HTTPS] [CHECK-HTTPS] name=HTTPS id=h12><label | |
| 125 for=h12> Secure pages (HTTPS) in web history</label></span></td></tr> | |
| 126 </table> | |
| 127 </div></td></tr> | |
| 128 </div> | |
| 129 </td> | |
| 130 </tr> | |
| 131 | |
| 132 <!-- --> | |
| 133 <tr> | |
| 134 <td class="phead">Plug-ins</td> | |
| 135 <td class="pbody"><div class="s" | |
| 136 style="display:[ADDIN-DISPLAYSTYLE]">Index these additional items:<p> | |
| 137 [ADDIN-DO] | |
| 138 [ADDIN-OPTIONS]</div><div class="s"> | |
| 139 To install plug-ins to index other items, visit the | |
| 140 <a href="http://desktop.google.com/plugins.html">Plug-ins Download page</a>.</di
v> | |
| 141 </tr> | |
| 142 | |
| 143 <!-- --> | |
| 144 <tr> | |
| 145 <td class="phead">Don't search these items</td> | |
| 146 <td class="pbody"><div class="s"> | |
| 147 <label for=FORBIDDEN>Do not search web sites with the following URLs or files | |
| 148 with the following paths. Put each entry on a separate line. Examples:</label><b
r> | |
| 149 <span class="example">c:\Documents and Settings\username\Private Stuff</span><br
> | |
| 150 <span class="example">http://www.domain.com/</span><br> | |
| 151 <div> </div> | |
| 152 <div><TEXTAREA rows=3 cols=65 name=FORBIDDEN id=FORBIDDEN>[FORBIDDEN] | |
| 153 </TEXTAREA></div> | |
| 154 </tr> | |
| 155 | |
| 156 <!-- --> | |
| 157 <tr> | |
| 158 <td class="phead pref">Search Box Display</td> | |
| 159 <td class="pbody pref" valign=top> | |
| 160 | |
| 161 <table border=0 cellpadding=0><tr><td valign=top> | |
| 162 | |
| 163 <input type="radio" name="SBDISPLAY" id="DISPLAYDB" [CHECK-DISPLAYDB] value="DIS
PLAYDB"></td><td> | |
| 164 <label for=DISPLAYDB><font size=-1>Deskbar - A search box in your taskbar</font>
</label></td></tr> | |
| 165 <tr><td></td></tr> | |
| 166 <tr><td></td><td><img src="deskbar.gif" alt="Deskbar" width="268" height="34"></
td></tr> | |
| 167 <tr><td height=2></td></tr> | |
| 168 <tr><td valign=top> | |
| 169 | |
| 170 <input type="radio" name="SBDISPLAY" id="DISPLAYMB" [CHECK-DISPLAYMB] VALUE="DIS
PLAYMB"></td><td> | |
| 171 <label for=DISPLAYMB><font size=-1>Floating Deskbar - A search box you can put a
nywhere on your desktop</font></label></td></tr> | |
| 172 <tr><td></td></tr> | |
| 173 <tr><td></td><td><img src="minibar.gif" width="137" height="27"></td></tr> | |
| 174 <tr><td height=2></td></tr> | |
| 175 <tr><td valign=top> | |
| 176 | |
| 177 <input type=radio name="SBDISPLAY" id="DISPLAYNONE" [CHECK-DISPLAYNONE] VALUE="D
ISPLAYNONE"></td><td valign=top> | |
| 178 <label for=DISPLAYNONE><font size=-1> None</font></label> | |
| 179 </td></tr> | |
| 180 </table> | |
| 181 | |
| 182 </td></tr> | |
| 183 | |
| 184 <!-- --> | |
| 185 <tr> | |
| 186 <td class="phead pref">Number of Results</td> | |
| 187 <td class="pbody pref"><label for=num><span class="s"> | |
| 188 Display <select name=num id="num"> | |
| 189 <option [CHECK-NUM-10]>10 | |
| 190 <option [CHECK-NUM-20]>20 | |
| 191 <option [CHECK-NUM-30]>30 | |
| 192 <option [CHECK-NUM-50]>50 | |
| 193 <option [CHECK-NUM-100]>100</select> | |
| 194 results per page</span></label> | |
| 195 </td> | |
| 196 </tr> | |
| 197 | |
| 198 <!-- --> | |
| 199 <tr> | |
| 200 <td class="phead">Google integration</td> | |
| 201 <td class="pbody"> | |
| 202 <table border=0 cellpadding=0> | |
| 203 <tr><td><input type=CHECKBOX name=ONEBOX [CHECK-ONEBOX] id=onebox></td> | |
| 204 <td><label for=onebox> | |
| 205 <span class="s">Show Desktop Search results on Google Web Search result pages. | |
| 206 </span></label></td></tr> | |
| 207 <tr><td></td><td> | |
| 208 <span class="s">Your personal results are private from Google.</span> | |
| 209 </td></tr></table> | |
| 210 </td> | |
| 211 </tr> | |
| 212 | |
| 213 <!-- --> | |
| 214 <tr> | |
| 215 <td class="phead pref-last">Help us improve</td> | |
| 216 <td class="pbody pref-last"> | |
| 217 <input type=CHECKBOX name=SENDDATA id="SENDDATA" [CHECK-SENDDATA]><label for= | |
| 218 SENDDATA> <span class="s">Send non-personal usage data and crash reports to | |
| 219 Google to help improve Desktop Search.</span></label> | |
| 220 </td> | |
| 221 </tr> | |
| 222 | |
| 223 </table> | |
| 224 | |
| 225 <table class="shaded-subheader"><tr> | |
| 226 <td class="header-element expand s"><span class="b">Save</span> your preferences | |
| 227 when finished.</td> | |
| 228 <td class="header-element"><input type=submit value="Save Preferences" | |
| 229 name=submit2></td> | |
| 230 </tr></table> | |
| 231 | |
| 232 <p><div align=center>[$~BOTTOMLINE~$]</div> | |
| 233 <br><center><span class="s">©2005 Google</span></center> | |
| 234 </form></body></html> | |
| OLD | NEW |