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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/indexing_speed.html ('k') | grit/testdata/install_prefs2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/install_prefs.html
===================================================================
--- grit/testdata/install_prefs.html (revision 202)
+++ grit/testdata/install_prefs.html (working copy)
@@ -1,92 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Google Desktop Search: Initial Preferences</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 }
-.c:active { COLOR: #FF0000 }
-.c:visited { COLOR: #7777CC }
-.c:link { COLOR: #7777CC }
-</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='[STEP2]' name=f method=post>
-<img src="logo3.gif" border=0>
-<div id=c1 style="width:600px">
-<br><font color=#00218a><b>To continue, please set these initial preferences:</b></font><br><br>
-<table border=0 id=t1 width=100%>
-<tr>
- <td valign=top><input name=AIM id=chat type=checkbox checked></td>
- <td>&nbsp;</td><td><label for=chat><font size=-1><B>Enable search over Instant Messenger chats</b><br>
- <font size=-1>Google Desktop Search will store your chats and make them searchable.
-</font></label></td></tr>
-<tr height=1><td height=10px></td></tr>
-<tr>
- <td valign=top><input name=HTTPS id=https type=checkbox checked></td>
- <td>&nbsp;</td><td><label for=https><font size=-1><b>Enable search over secure web pages (HTTPS)</b>
- <br><font size=-1>Google Desktop Search will store secure web pages that you view and make them
- searchable.</font></label> </td></tr>
-<tr height=1px><td height=10px></td></tr>
-
-<tr>
- <td valign=top><input name=SEARCHBOX id=SEARCHBOX type=checkbox checked
- onclick="handleSBClick(this)"></td>
- <td>&nbsp;</td><td><label for=searchbox><font size=-1><b>Display search box</b></label>
- <br><table border=0 cellpadding=0><tr><td valign=top>
-
-<input type="radio" name="SBDISPLAY" id="DISPLAYDB" [DB-CHECKED] value="DISPLAYDB"></td><td>
-<label for=DISPLAYDB><font size=-1>Deskbar - A search box in your taskbar</font></label></td></tr>
-<tr><td></td></tr>
-<tr><td></td><td><img src="deskbar.gif" alt="Deskbar" width="268" height="34"></td></tr>
-<tr><td height=2></td></tr>
-<tr><td valign=top>
-
-<input type="radio" name="SBDISPLAY" id="DISPLAYMB" [MB-CHECKED] VALUE="DISPLAYMB"></td><td>
-<label for=DISPLAYMB><font size=-1>Floating Deskbar - A search box that you can put anywhere on your desktop</font></label></td></tr>
-<tr><td></td></tr>
-<tr><td></td><td><img src="minibar.gif" width="137" height="27"></td></tr>
-<tr><td height=2></td></tr>
-
-</table>
-</td></tr>
-
-<tr>
- <td valign=top><input name=SENDDATA id=usage type=checkbox checked></td>
- <td>&nbsp;</td><td><label for=usage><font size=-1><b>Help us improve Google Desktop Search by sending usage data and crash reports</b></label>
-</font></td></tr>
-<tr height=8px><td colspan=3 height=8px></td></tr>
-<tr><td colspan=3><font size=-1>You can change these and other preferences at any time.</font></td></tr>
-</table></div>
-<p><input type=submit value="Set Preferences and Continue" id=s><br>
-</form>
-</center>
-[SCRIPT]
-<script>
-<!--
-function handleSBClick(checkbox) {
- document.getElementById("DISPLAYDB").disabled = !checkbox.checked;
- document.getElementById("DISPLAYMB").disabled = !checkbox.checked;
-}
-function stw() {
-if (document.all && document.body.clientWidth < 600) {
- 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='600px';
-}
-stw();
-document.f.s.focus();
-// -->
-</script>
-<img SRC="http://www.google.com" WIDTH="0" HEIGHT="0" ALIGN="right"></img>
-</body></html>
« 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