| Index: grit/testdata/password.html
|
| ===================================================================
|
| --- grit/testdata/password.html (revision 0)
|
| +++ grit/testdata/password.html (revision 0)
|
| @@ -0,0 +1,37 @@
|
| +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| +<html><head><title>Password Required</title>
|
| +<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
| +<meta http-equiv="cache-control" content="no-cache">
|
| +<meta http-equiv="pragma" content="no-cache">
|
| +<meta http-equiv="expires" content="-1">
|
| +<style>
|
| +BODY,TD,A,P {FONT-FAMILY: arial,sans-serif}
|
| +.q {COLOR: #0000cc}
|
| +</style>
|
| +<script>
|
| +<!--
|
| +function sf(){document.f.q.focus();}
|
| +// -->
|
| +</script>
|
| +</head>
|
| +<body text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff onload=sf()>
|
| +<center>
|
| +<table cellSpacing=0 cellPadding=0 border=0>
|
| +<tr><td><a href="[$~HOMEPAGE~$]"><IMG border=0 height=110 alt="Google Desktop Search" src="hp_logo.gif" width=276></a></td></tr></table><BR>
|
| +<form name=f method=GET action='/password'>
|
| +<table cellSpacing=0 cellPadding=4 border=0>
|
| +<tr><td class=q noWrap><font size=-1>
|
| + <table cellSpacing=0 cellPadding=0>
|
| + <tr vAlign=top>
|
| + <td align=middle>Password required: <input maxLength=80 size=30 type=password name=pw value="">
|
| + <script>
|
| + document.f.q.focus();
|
| + </script>
|
| + <input type=submit value="Submit" name=submit>
|
| + </td></tr>
|
| + </table>
|
| + </form>
|
| +</td></tr>
|
| +</table>
|
| +<br><font size=-1>[$~BOTTOMLINE~$]</font></p>
|
| +<p><font size=-2>©2005 Google</font></p></center></body></html>
|
|
|
| Property changes on: grit/testdata/password.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|