Sha256: 0b1f0e34dd0c114a8d8a13ff058b438fbb5ae49ee926de0f89960bb40f538a64
Contents?: true
Size: 830 Bytes
Versions: 9
Compression:
Stored size: 830 Bytes
Contents
: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"){:value => params[:query]} %input#search(type="submit" name="search" value="検索" onclick="set_pathname()") %input#clear(type="submit" name="clear" value="クリア" onclick="set_pathname()") %br %label = create_radio('all', params[:shead]) 全て %label = create_radio('package', params[:shead]) パッケージ(デフォルト) %label = create_radio('directory', params[:shead]) ディレクトリ %label = create_checkbox('onematch', params[:onematch]) = '1ファイル1マッチ' %input(name="pathname" type="hidden" value="")
Version data entries
9 entries across 9 versions & 1 rubygems