File: google-local.xml

package info (click to toggle)
emacspeak 24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,092 kB
  • ctags: 4,597
  • sloc: xml: 54,699; lisp: 42,103; tcl: 1,799; makefile: 810; cpp: 603; sh: 566; ansic: 153; perl: 124
file content (20 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <base href="http://local.google.com"/>
    <title>Google Local Search</title>
  </head>
  <body>
    <form  action="/local">
      <input type="hidden" name="sc" value="1"/>
      <input type="hidden" name="hl" value="en"/>
      <label for="q">Search For:</label>
      <input id="q" type="text" name="q" size="22" value=""/>
      <label for="near">Near:</label>
      <input id="near" type="text" name="near" size="35" value=""/>
      <input type="submit" name="btnG" value="Google Search"/>
      
      <input type="hidden" name="sl" value="1" />
    </form>
  </body>
</html>