Sha256: 793b700d575bd8362a0e4b920a46c7065ea847e082f45baa29cea12bafd7e01c
Contents?: true
Size: 960 Bytes
Versions: 28
Compression:
Stored size: 960 Bytes
Contents
<%- i = 0 if i.blank? -%> <div style="border: 1px solid #f0f0f0;"> <table width="100%"> <col width="70" /><col width="*" /><col width="80" /> <tr> <td>Tag <%= i.to_i + 1 %>:</td> <td> <%= text_field(:page_objects, "#{key}-sources-tag#{i}", :class => 'form', :style => 'margin: 0; padding: 2px; border: 1px solid gray; width: 98%;') %> <div id="page_objects_<%= key %>-sources-tag<%= i %>_auto_complete" class="auto_complete" style="display: none;"></div> <%= javascript_tag "new Autocompleter.Local('page_objects_#{key}-sources-tag#{i}', 'page_objects_#{key}-sources-tag#{i}_auto_complete', taglist, { frequency: 0.1, minChars: 1 })" %> </td> <td> <%= select(:page_objects, "#{key}-sources-tag#{i}-behavior", [ 'include', 'exclude', 'require' ], {}, :class => 'form', :style => 'margin: 0; padding: 1px; border: 1px solid gray; width: 100%;') %> </td> </tr> </table> </div>
Version data entries
28 entries across 28 versions & 1 rubygems