Sha256: dc58298641a61930a89b8d7bf18effd3c037d49cde67054d621d8092c28f8607

Contents?: true

Size: 1.64 KB

Versions: 6

Compression:

Stored size: 1.64 KB

Contents

<div style="font-size:12px;font-weight:bold;">
  <div style="float:right; padding-right:2px;">
    <%=link_to_function(image_tag("/will_filter/images/close.gif", :title=>"Close"), "wfExporter.hide()")%>
  </div>
  
  Exporter
</div>  
<div class="wf_exporter_container">
	<table style="width:100%" cellpadding="0px" cellspacing="0px;">
	    <tr>
	        <td>
	            <input type="checkbox" id="wf_fld_all" onClick="wfExporter.selectAllFields(this);" style="width:20px;">
	        </td>
	        <td>
	            <b>Name</b>
	        </td>
	        <td>
	            <b>Type</b>
	        </td>
	    </tr>
	    <tr>
	        <td colspan="3">
	            <hr style="width:100%">
	        </td>
	    </tr><% @wf_filter.model_class.columns.each_with_index do |col, index| %>
	    <tr>
	        <td>
	            <input type="checkbox" id="wf_fld_chk_<%=index%>" onClick="wfExporter.selectField(this);" style="width:20px;"><input type="hidden" id="wf_fld_name_<%=index%>" value="<%=col.name%>">
	        </td>
	        <td>
	            <%=col.name %>
	        </td>
	        <td>
	            <%=col.type %>
	        </td>
	    </tr>
	    <% end %>
	</table>
	<hr>
	<div style="text-align:center; width:100%; padding:3px;">
	  Format: <%= select_tag("wf_export_format_selector", options_for_select(@wf_filter.export_formats,  @wf_filter.format)) %>
	</div>
	<div style="text-align:center; width:100%; padding:3px;">
	    <%=link_to_function("<span>Export</span>".html_safe, "wfExporter.exportFilter()", :class => "wf_grey_button wf_pcb") %>
	    <%=link_to_function("<span>Cancel</span>".html_safe, "wfExporter.hide()", :class => "wf_grey_button wf_pcb") %>
	</div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
will_filter-3.0.5 app/views/will_filter/exporter/index.html.erb
will_filter-3.0.4 app/views/will_filter/exporter/index.html.erb
will_filter-3.0.3 app/views/will_filter/exporter/index.html.erb
will_filter-3.0.2 app/views/will_filter/exporter/index.html.erb
will_filter-3.0.1 app/views/will_filter/exporter/index.html.erb
will_filter-3.0.0 app/views/will_filter/exporter/index.html.erb