Sha256: 3c610ff107930096a6115dbbb47bf79ccf0734ddbcc2e7feab2146bc9b3c93e6
Contents?: true
Size: 833 Bytes
Versions: 12
Compression:
Stored size: 833 Bytes
Contents
.search_form :javascript function set_pathname() { document.searchform.pathname.value = location.pathname; } %form(name="searchform" action="/search" method="post") %p %input#query(name="query" size="70" type="text" style="width: 419px;"){:value => params[:query]} %input#search(type="submit" name="search" value="検索" onclick="set_pathname()") %input#clear(type="submit" name="clear" value="クリア" onclick="set_pathname()") %br 範囲: = create_select_shead(params[:shead]) パッケージ: = create_select_package(@path) = create_checkbox('onematch', params[:onematch], '1ファイル1マッチ') = create_checkbox('sensitive', params[:sensitive], '大文字/小文字を区別') %input(name="pathname" type="hidden" value="")
Version data entries
12 entries across 12 versions & 1 rubygems