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

Side by Side Diff: grit/testdata/del_header.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/del_footer.html ('k') | grit/testdata/deleted.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 <body bgcolor="#ffffff" topmargin="2" marginheight="2">
2 <table cellSpacing="2" cellPadding="0" width="100%" border="0">
3 <form action='[$~DELETE~$]' method="post" name="delform">
4 <input name="redir" type="hidden" value="[REDIR]">
5 <script>
6 <!--
7 function deleting() {
8 f=document.getElementsByName("del");
9 var num = 0;
10 if (f.length)
11 for(i=0;i<f.length; i++)
12 if(f[i].checked) num++;
13 if (num == 1) alert("One checked result has been removed");
14 else if (num > 1) alert(num + " checked results have been removed");
15 else alert("No results were checked, so no results have been removed");
16 }
17 function checkall(v) {
18 f=document.getElementsByName("del");
19 if (f.length)
20 for(i=0;i<f.length; i++)
21 f[i].checked=v;
22 }
23 //-->
24 </script>
25 <tr>
26 <td vAlign="top" width="1%"><A href='[$~HOMEPAGE~$]'> <img alt="Go to Google Des ktop Search" width="150" height="55" src="/logo3.gif" border="0" vspace="12"></A ></td>
27 <td>&nbsp;</td>
28 <td noWrap>
29 <table cellSpacing="0" cellPadding="0" width="100%" border="0">
30 <tr>
31 <td bgColor="#DD0000"><img height="1" alt="" width="1"></td>
32 </tr>
33 </table>
34 <table cellSpacing="0" cellPadding="0" width="100%" border="0">
35 <tr>
36 <td noWrap bgColor="#efefef"><font size="+1"><b>&nbsp;Remove Specific Items</b> </font></td>
37 <td noWrap align="right" bgColor="#efefef"><font size="-1"><a href="http://desk top.google.com/remove.html">Help</a>&nbsp;&nbsp;</font></td>
38 </tr>
39 </table>
40 </td>
41 </tr>
42 </table>
43 <table cellSpacing="0" cellPadding="2" width="100%" border="0">
44 <tr bgColor="#EFEFEF">
45 <td><font size="-1">&nbsp;<B>Remove</B> checked results and <B>return to search< /B>.</font></td>
46 <td align="right"><font size="-1"><a onClick='checkall(1)' href="#">Check all</a > - <a onClick='checkall(0)' href="#">
47 Uncheck all</a>&nbsp;&nbsp;</font></td>
48 <td align="right" width="1%" nowrap><font size="-1"><input onclick="deleting()" type="submit" value="Remove checked results" name="submit2"></font></td>
49 </tr>
50 </table>
51 <br>
52 <table cellspacing="0" cellpadding="2" width="100%" border="0">
53 <tr>
54 <td colSpan="3" bgcolor="#FFFFFF" style="border:solid; border-width:1px; border- color:#DD0000"><font size="-1">&nbsp;<b>Remove
55 checked items from Google Desktop Search. Other copies of the same items will no t be
56 affected.<br>
57 &nbsp;If you view the item again, it will be added back to Google Desktop Search .</b></font></td>
58 </tr>
59 </table>
60 <br>
OLDNEW
« no previous file with comments | « grit/testdata/del_footer.html ('k') | grit/testdata/deleted.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698