Sha256: 89699992310e7c2f46c58c6a40f18f43236d895cb923de89d04ed1e93215b98e
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 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]) = package_name(@path) + '以下' %label = create_radio('directory', params[:shead]) = current_name(@path) + '以下' %label = create_checkbox('onematch', params[:onematch]) = '1ファイル1マッチ' %input(name="pathname" type="hidden" value="")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
milkode-0.5.1 | lib/milkode/cdweb/views/search_form.haml |