Sha256: 4bf402a616781280e23ac68fa77ae17cd02109da5d9a2519d03334246d760804
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Language" content="ja" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>groonga</title> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="content-script-type" content="text/javascript" /> <link type="text/css" rel="stylesheet" href="css/dictionary.css" /> </head> <body> <form action="javascript:(function(){$('.search').blur()})()" name="search" id="search"> <input type="text" size="60" maxlength="60" name="key" class="search" /> <input type="submit" value="検索"/> </form> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/dictionary.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".search").lookup("http://" + location.host + "/d/suggest"); }); </script> <div id="result"></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rroonga-1.1.0-x86-mingw32 | vendor/local/share/groonga/examples/dictionary/html/index.html |
rroonga-1.0.1-x86-mingw32 | vendor/local/share/groonga/examples/dictionary/html/index.html |