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

Side by Side Diff: grit/testdata/sidebar_h.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/searchbox.html ('k') | grit/testdata/sidebar_v.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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head>
3 <meta http-equiv="content-type" content="text/html; charset=utf-8">
4 <meta http-equiv="cache-control" content="no-cache">
5 <meta http-equiv="pragma" content="no-cache">
6 <meta http-equiv="expires" content="-1">
7 <style>
8 BODY,TD,DIV,A,.p { FONT-FAMILY: arial,sans-serif; SCROLL: no}
9 DIV,TD {COLOR: #000}
10 .f, .fl:link {COLOR: #6f6f6f}
11 A:link { COLOR: #00c}
12 A:visited { COLOR: #551a8b}
13 A:active { COLOR: #f00}
14 .fl:active { COLOR: #f00}
15 .h { COLOR: #3399CC}
16 .a, .a:link {COLOR: #008000}
17 .b { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #00c}
18 .g { MARGIN-TOP: .5em; MARGIN-BOTTOM: .5em}
19 .f { MARGIN-TOP: 0.5em; MARGIN-BOTTOM: 0.25em}
20 .c:active, .c:visited, .c:link { COLOR: #6f6f6f}
21 .ch {CURSOR: hand}
22 </style>
23 </head>
24 <BODY onload="TEST_WIDTH();" bottomMargin=0 leftMargin=2 topMargin=0 rightMargin =2 marginwidth=0 marginheight=0 SCROLL=NO bgcolor=#E0E0E0 style="border-style:so lid; border-width:0;" oncontextmenu="return false;">
25
26 <script>
27 function hide() {
28 return 1;
29 // return confirm("Are you sure you want to hide the sidebar?\nYou can s how it again in Google Desktop Search Preferences. ");
30 }
31 </script>
32
33
34 <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%"><tr>
35 <TD WIDTH="19%" VALIGN=TOP>
36
37 <form method=get action="[$~SEARCHURL~$]">
38 <input type=hidden name=src value=4>
39
40 <table cellspacing=0 cellpadding=0 width='1%'>
41 <tr><td nowrap align=center valign=middle><nobr><img width=16 height=16 src= logo.gif>&nbsp;<b><i><font color=#6F6F6F>Google Desktop Search</font></i></b><IM G id=ctl src="[CONTROL_IMAGE]" border=0 usemap="#control"></nobr></td></tr>
42 <tr><td nowrap align=center valign=middle><nobr><input TABINDEX="1" style="f ont-size:10px; width:'100%';" name="q" id="q"></nobr></td></tr>
43 <tr><td nowrap align=center valign=middle><nobr><input TABINDEX="2" style="f ont-size:10px" type=submit value="Local search" name=btnG> <input TABINDEX="3" s tyle="font-size:9px" type=submit value="Web search" name=redir></nobr></td></tr>
44 <MAP name="control">
45 <area TABINDEX="4" onkeydown='if(event.keyCode==13)location.href="movesidebar?si de=1"' title="Move sidebar to Top" shape="rect" coords="9,0,22,8" href="/movesid ebar?side=1" onmouseover="ctl.src='control1.gif'" onmouseout="ctl.src='[CONTROL_ IMAGE]'">
46 <area TABINDEX="5" onkeydown='if(event.keyCode==13)location.href="movesidebar?si de=3"' title="Move sidebar to Bottom" shape="rect" coords="9,9,22,17" href="/mov esidebar?side=3" onmouseover="ctl.src='control3.gif'" onmouseout="ctl.src='[CONT ROL_IMAGE]'">
47 <area TABINDEX="6" onkeydown='if(event.keyCode==13)location.href="movesidebar?si de=0"' title="Move sidebar to Left" shape="rect" coords="0,2,8,15" href="/movesi debar?side=0" onmouseover="ctl.src='control0.gif'" onmouseout="ctl.src='[CONTROL _IMAGE]'">
48 <area TABINDEX="7" onkeydown='if(event.keyCode==13)location.href="movesidebar?si de=2"' title="Move sidebar to Right" shape="rect" coords="23,2,31,15" href="/mov esidebar?side=2" onmouseover="ctl.src='control2.gif'" onmouseout="ctl.src='[CONT ROL_IMAGE]'">
49 </MAP>
50 </table>
51 </form>
52
53 </td>
54 <TD WIDTH="27%" VALIGN=TOP>
55
56 [HEADER_SECTION1]
57 [CONTENT_INBOX]
58
59 </td>
60 <TD WIDTH="27%" VALIGN=top>
61
62 [HEADER_SECTION2]
63 [CONTENT_HIST]
64
65 </td>
66 <TD WIDTH="27%" VALIGN=top>
67
68 [CONTENT_NEWS]
69 [CONTENT_OTHER]
70
71 </td>
72 <TD WIDTH="1%" VALIGN=top>
73
74 <a TABINDEX="8" onkeydown='if(event.keyCode!=16&&event.keyCode!=9)onclick()' onc lick='return hide()' href='[$~HIDE1~$]' class=ch><img width=12 height=11 style=' vertical-align:top;' src=/hide.gif valign=top border=0></a>
75
76 </td>
77 </tr></table>
78
79 <font size=-1><span style="visibility:hidden" id='test'>t</span></font>
80
81 [SCRIPT]
82 </body></html>
OLDNEW
« no previous file with comments | « grit/testdata/searchbox.html ('k') | grit/testdata/sidebar_v.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698