Resource Type:
<% # FIX FIX -- These should come from the DB %>
<%= radio_button_tag "resource_limit_type", "1", checked = false %>
Software: Algorithm or Reusable Library
<%= radio_button_tag "resource_limit_type", "2", checked = false %>
Software: Simulation Application
<%= radio_button_tag "resource_limit_type", "3", checked = false %>
Software: Platform, Development Environment
<%= radio_button_tag "resource_limit_type", "4", checked = false %>
Software: Support Tool
<%= radio_button_tag "resource_limit_type", "5", checked = false %>
Web / Online Resource
<%= radio_button_tag "resource_limit_type", "6", checked = false %>
Database or Data Source
|
<% # check_box_tag "licence_limit", value = "1", checked = false %>
License:
<%= radio_button_tag "open_source", "yes", checked = false %>
Open Source
<%= radio_button_tag "open_source", "no", checked = false %>
Not Open Source
|