<%= text_field 'site_config', 'site_name' %>
<%= text_field 'site_config', 'organization_name' %>
<%= text_field 'site_config', 'facility_name' %>
<%= radio_button 'site_config', 'array_platform', 'affy' %>Affymetrix Only
<%= radio_button 'site_config', 'array_platform', 'nonaffy' %>Non-Affymetrix Only
<%= radio_button 'site_config', 'array_platform', 'both' %>Both Affymetrix and Non-Affymetrix
<%= check_box 'site_config', 'track_inventory' %>
<%= check_box 'site_config', 'track_hybridizations' %>
<%= check_box 'site_config', 'track_charges' %>
<%= check_box 'site_config', 'create_gcos_files' %>
<%= check_box 'site_config', 'using_sbeams' %>
<%= text_field 'site_config', 'gcos_output_path', :size => 70 %>
<%= check_box 'site_config', 'create_agcc_files' %>
<%= text_field 'site_config', 'agcc_output_path', :size => 70 %>
<%= check_box 'site_config', 'use_LDAP' %>
<%= text_field 'site_config', 'LDAP_server', :size => 70 %>
<%= text_field 'site_config', 'LDAP_DN', :size => 70 %>
<%= text_field 'site_config', 'administrator_email', :size => 70 %>
<%= text_field 'site_config', 'bioanalyzer_pickup', :size => 70 %>
<%= text_field 'site_config', 'quality_trace_dropoff', :size => 70 %>
<%= text_field 'site_config', 'sbeams_address', :size => 70 %>
<%= text_field 'site_config', 'raw_data_root_path', :size => 70 %>
<%= text_field 'site_config', 'site_url', :size => 70 %>