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

Side by Side Diff: grit/testdata/password.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/oneclick.html ('k') | grit/testdata/preferences.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><title>Password Required</title>
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,A,P {FONT-FAMILY: arial,sans-serif}
9 .q {COLOR: #0000cc}
10 </style>
11 <script>
12 <!--
13 function sf(){document.f.q.focus();}
14 // -->
15 </script>
16 </head>
17 <body text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff onlo ad=sf()>
18 <center>
19 <table cellSpacing=0 cellPadding=0 border=0>
20 <tr><td><a href="[$~HOMEPAGE~$]"><IMG border=0 height=110 alt="Google Desktop Se arch" src="hp_logo.gif" width=276></a></td></tr></table><BR>
21 <form name=f method=GET action='/password'>
22 <table cellSpacing=0 cellPadding=4 border=0>
23 <tr><td class=q noWrap><font size=-1>
24 <table cellSpacing=0 cellPadding=0>
25 <tr vAlign=top>
26 <td align=middle>Password required:&nbsp;&nbsp;<input maxLength=80 size=30 type =password name=pw value="">
27 <script>
28 document.f.q.focus();
29 </script>
30 &nbsp;<input type=submit value="Submit" name=submit>
31 </td></tr>
32 </table>
33 </form>
34 </td></tr>
35 </table>
36 <br><font size=-1>[$~BOTTOMLINE~$]</font></p>
37 <p><font size=-2>&copy;2005 Google</font></p></center></body></html>
OLDNEW
« no previous file with comments | « grit/testdata/oneclick.html ('k') | grit/testdata/preferences.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698