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

Side by Side Diff: grit/testdata/toolbar_about.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/time_related.html ('k') | grit/testdata/tools/grit/resource_ids » ('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 <html id=dlgAbout STYLE="width: 25.8em; height: 17em" [GRITDIR]>
2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=utf-8">
4 <title>About Google Toolbar</title>
5 <style>
6 .button {
7 width: 7em;
8 height: 2.2em;
9 color: buttontext;
10 font-family: MS Sans Serif;
11 font-size:8pt;
12 cursor: hand;
13 }
14 </style>
15
16 <script> <!--
17 function HandleError(message, url, line) {
18 var L_Dialog_ErrorMessage = "An error has occured in this dialog.";
19 var L_ErrorNumber_Text = "Error: ";
20 var str = L_Dialog_ErrorMessage + "\n\n"
21 + L_ErrorNumber_Text + line + "\n"
22 + message;
23 alert (str);
24 window.close();
25 return true;
26 }
27
28 function OnKeyPress(nCode) {
29 if (nCode == 27) {
30 window.close();
31 return;
32 }
33 }
34
35 function OnLoad() {
36 if ((null != window.dialogArguments) && (window.dialogArguments.indexOf("&") == -1) && (window.dialogArguments.indexOf("<") == -1)) {
37 version.innerHTML = window.dialogArguments;
38 } else {
39 version.innerText = "Version: Unknown";
40 }
41 }
42
43 window.onerror = HandleError;
44 // -->
45 </script>
46
47 </head>
48
49
50 <body bgcolor="#FFFFFF" onload="OnLoad()" onkeydown="OnKeyPress(event.keyCode)" onkeypress="OnKeyPress(event.keyCode)" scroll=no>
51
52 <table border=0>
53
54 <tr height=5>
55 <td width=5></td>
56 <td></td>
57 <td></td>
58 <td></td>
59 <td width=5></td>
60 </tr>
61
62 <tr>
63 <td></td>
64 <td colspan=3>
65
66
67 <table border="0" cellpadding="0" cellspacing="0" valign="top">
68 <tr>
69 <td valign="top" height="47" width="155">
70 <div align="center"><img src="title_toolbar.gif" width="275" height="59" a lt="Google Toolbar"></div>
71 </td>
72 <td valign="middle" height="47" width="713">
73 <hr size=1 color=25479D></td></tr>
74 </table>
75
76
77 </td>
78 <!--
79 <TD colspan=2>
80 <span style="COLOR: black; FONT: 18pt Tahoma, MS Shell Dlg"><b>
81 Google Toolbar&trade;</b>
82 </span>
83 </TD>
84 -->
85 <td valign="middle">
86 </td>
87 </tr>
88
89 <tr>
90 <td></td>
91 <td align=center><img src="googly.gif"></td>
92 <td colspan=2 align=left>
93 <span style="WIDTH: 25em; height:6em COLOR: black; FONT: 8pt Tahoma, MS She ll Dlg">
94 <span id=version></span><br>
95 </span>
96 </td>
97 <td></td>
98 </tr>
99
100 <tr height=50>
101 <td></td>
102 <td></td>
103 <td colspan=2 align=left>
104 <span style="WIDTH: 25em; height:6em COLOR: black; FONT: 8pt Tahoma, MS She ll Dlg">
105 <!--$/translate-->
106 <i>De parvis grandis acervus erit</i>
107 <!--$translate-->
108 </span>
109 </td>
110 <td></td>
111 </tr>
112
113 <tr height=40>
114 <td></td>
115 <td></td>
116 <td></td>
117 <td></td>
118 <td></td>
119 </tr>
120
121 <tr>
122 <td></td>
123 <td width=80></td>
124 <td>
125 <!--$/translate-->
126 <span style="WIDTH: 20em; COLOR: black; FONT: 8pt Tahoma, MS Shell Dlg" id ="copyright">&copy; 2006 Google</span>
127 <!--$translate-->
128 </td>
129 <td id=ok-button align=right><button tabindex=1 type=submit align=right id=" okButton" class=button onClick="window.close();" >OK</button>
130 </td>
131 <td></td>
132 </tr>
133
134 </table>
135 </span>
136
137 </body>
138 </html>
OLDNEW
« no previous file with comments | « grit/testdata/time_related.html ('k') | grit/testdata/tools/grit/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698