Sha256: 1073bff99c0802f3a6b18ff5d53eb021d6fe72d9b7825dc73e2d51c11bd66084

Contents?: true

Size: 527 Bytes

Versions: 5

Compression:

Stored size: 527 Bytes

Contents

<%= form_tag url_for(:action => 'search') %>
	<%= text_field_with_auto_complete :filter,:x %>
	<%= submit_tag label="Search" %> 
	<div>
	ON:
	<% @model.find_all { |uri,b| !(uri=~/rdf/) }.each { |a,b| %>
	!<%= b.to_s %> 
	<% } %>
	</div>

	<div>
	OFF:
	<% @model.find_all { |uri,b| (uri=~/rdf/) }.each { |a,b| %>
	!<%= b.to_s %> 
	<% } %>
	</div>
</form>

<hr>
<ul>
<% @model.each_value { |res| %>
<li><%= link_to res.to_s, { :action => "show",:uri => res.rdf_uri }, :popup => false %></li>

<%}%>
<ul>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ontomde-core-2.0.0 lib/ontomde-core/inspector/rails/app/views/mtk/show_many.rhtml
ontomde-core-2.0.4 lib/ontomde-core/inspector/rails/app/views/mtk/show_many.rhtml
ontomde-core-2.0.5 lib/ontomde-core/inspector/rails/app/views/mtk/show_many.rhtml
ontomde-inspector-1.0.4 ./lib/ontomde-inspector/rails/app/views/mtk/show_many.rhtml
ontomde-inspector-1.0.6 ./lib/ontomde-inspector/rails/app/views/mtk/show_many.rhtml