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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/del_footer.html ('k') | grit/testdata/deleted.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/del_header.html
===================================================================
--- grit/testdata/del_header.html (revision 202)
+++ grit/testdata/del_header.html (working copy)
@@ -1,60 +0,0 @@
-<body bgcolor="#ffffff" topmargin="2" marginheight="2">
-<table cellSpacing="2" cellPadding="0" width="100%" border="0">
-<form action='[$~DELETE~$]' method="post" name="delform">
-<input name="redir" type="hidden" value="[REDIR]">
-<script>
-<!--
-function deleting() {
-f=document.getElementsByName("del");
-var num = 0;
-if (f.length)
- for(i=0;i<f.length; i++)
- if(f[i].checked) num++;
- if (num == 1) alert("One checked result has been removed");
- else if (num > 1) alert(num + " checked results have been removed");
- else alert("No results were checked, so no results have been removed");
-}
-function checkall(v) {
- f=document.getElementsByName("del");
- if (f.length)
- for(i=0;i<f.length; i++)
- f[i].checked=v;
-}
-//-->
-</script>
-<tr>
-<td vAlign="top" width="1%"><A href='[$~HOMEPAGE~$]'> <img alt="Go to Google Desktop Search" width="150" height="55" src="/logo3.gif" border="0" vspace="12"></A></td>
-<td>&nbsp;</td>
-<td noWrap>
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td bgColor="#DD0000"><img height="1" alt="" width="1"></td>
- </tr>
- </table>
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td noWrap bgColor="#efefef"><font size="+1"><b>&nbsp;Remove Specific Items</b></font></td>
- <td noWrap align="right" bgColor="#efefef"><font size="-1"><a href="http://desktop.google.com/remove.html">Help</a>&nbsp;&nbsp;</font></td>
- </tr>
- </table>
-</td>
-</tr>
-</table>
-<table cellSpacing="0" cellPadding="2" width="100%" border="0">
-<tr bgColor="#EFEFEF">
-<td><font size="-1">&nbsp;<B>Remove</B> checked results and <B>return to search</B>.</font></td>
-<td align="right"><font size="-1"><a onClick='checkall(1)' href="#">Check all</a> - <a onClick='checkall(0)' href="#">
-Uncheck all</a>&nbsp;&nbsp;</font></td>
-<td align="right" width="1%" nowrap><font size="-1"><input onclick="deleting()" type="submit" value="Remove checked results" name="submit2"></font></td>
-</tr>
-</table>
-<br>
-<table cellspacing="0" cellpadding="2" width="100%" border="0">
-<tr>
-<td colSpan="3" bgcolor="#FFFFFF" style="border:solid; border-width:1px; border-color:#DD0000"><font size="-1">&nbsp;<b>Remove
-checked items from Google Desktop Search. Other copies of the same items will not be
-affected.<br>
-&nbsp;If you view the item again, it will be added back to Google Desktop Search.</b></font></td>
-</tr>
-</table>
-<br>
« 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