| Index: grit/testdata/del_header.html
|
| ===================================================================
|
| --- grit/testdata/del_header.html (revision 0)
|
| +++ grit/testdata/del_header.html (revision 0)
|
| @@ -0,0 +1,60 @@
|
| +<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> </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> 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> </font></td>
|
| + </tr>
|
| + </table>
|
| +</td>
|
| +</tr>
|
| +</table>
|
| +<table cellSpacing="0" cellPadding="2" width="100%" border="0">
|
| +<tr bgColor="#EFEFEF">
|
| +<td><font size="-1"> <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> </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"> <b>Remove
|
| +checked items from Google Desktop Search. Other copies of the same items will not be
|
| +affected.<br>
|
| + If you view the item again, it will be added back to Google Desktop Search.</b></font></td>
|
| +</tr>
|
| +</table>
|
| +<br>
|
|
|
| Property changes on: grit/testdata/del_header.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|