%table{ :border => 1, :width => "100%"} %tr %td - form_tag :action => :index do %p %label{ :for => "sixconfigs" } = link_to "Preset", "/sixconfigs", :title => "Click to access Presets overview"   = record_select_field 'config', @preset = submit_tag "Edit preset" = submit_tag "Sync", :name => "portalsync" %strong Optional Preset Overrides %p %label{ :for => "actions" } = link_to "Action", "/actions", :title => "Click to access Actions overview"   = record_select_field 'act', @action = submit_tag "Edit action" %p %label{ :for => "servers" } = link_to "Server", "/queryservers", :title => "Click to access Gamespy browser overview"   = record_select_field 'gamespy', @queryserver = submit_tag "Edit server" = submit_tag "Sync", :name => "serversync" %p %label{ :for => "settings" } = link_to "Setting", "/appsettings", :title => "Click to access Settings Profiles overview"   = record_select_field 'setting', @setting, :controller => "Appsettings" = submit_tag "Edit setting" %p %a{:title => "Enable beta mod and mode" } Beta = select( "system", "beta", ["default", "true", "false"], {:selected => @beta.to_s})   %a{:title => "Enable (dedicated) server mode" } Server = select( "system", "server_bool", ["default", "true", "false"], {:selected => @server_bool.to_s})   %a{:title => "Only update mods whos online version doesnt match local" } Autoskip = check_box :system, :autoskip, {:checked => @autoskip}   %a{:title => "Display updater output into ajax-refreshed web-page (Handy for remote-management)" } Remote = check_box :system, :inweb, {:checked => @inweb} %strong Actions %p = submit_tag "Execute"   = submit_tag "Save"   = submit_tag "Stop game"   = submit_tag "Edit Userconfig" %p = submit_tag "Reset Skip Status"   = submit_tag "Show status"   = submit_tag "Server Mod check" %p = submit_tag "Speedtest" %strong Logs - form_tag :action => :fetch do %p = submit_tag "Rpt"   = submit_tag "Updater"   = submit_tag "Updater-Web" = link_to "Follow with Google Wave", "/main/wave"