File: index.html

package info (click to toggle)
libphonenumber 8.13.51%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 108,244 kB
  • sloc: cpp: 53,546; xml: 50,081; java: 33,392; javascript: 31,267; ansic: 482; jsp: 228; sh: 62; makefile: 33
file content (22 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
  <head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head>

  <body>
    <form action="/combine" method="post" accept-charset="UTF-8">
      <h2>Geocoding Prefix Reducer</h2>

      <p>Please paste your geocoding data below. Each line should be in the format
      "prefix|description". Lines without a "|" symbol will be ignored.</p>

      <u>Input example:</u><br>
      331|Paris<br>
      334|Marseilles<br>
      <br>

      <textarea name="geodata" rows="20" cols="80"></textarea>
      <input type="submit" value="Submit"><br>
      <a href="https://github.com/google/libphonenumber/">Back to libphonenumber</a>
    </form>
  </body>

</html>