<%= label_tag("name", _("Name"))%> <%= text_field_tag(:name) %>
<%= _("Database") %> <%= collection_select(:database_description, :id, DatabaseDescription.all, :id, :name, :prompt=>_("Any")) %>
<%= _("Programming Language") %> <%= collection_select(:programming_language, :id, ProgrammingLanguage.all, :id, :name, :prompt=>_("Any")) %>
<%= _("Operating System") %> <%= collection_select(:operating_system, :id, OperatingSystemName.all, :id, :name, :prompt=>_("Any")) %>
<%= _("Software Categories") %> <%= select_tag("software_categories", (SoftwareCategoriesHelper.get_categories_as_options)) %>
<%= _("License Used") %> <%= collection_select(:license_info, :id, LicenseInfo.all, :id, :version, :prompt=>_("Any")) %>
<%= _("Adherent to e-PING ?") %>
<%= _("Adherent to e-MAG ?") %>
<%= _("Adherent to ICP-Brasil ?") %>
<%= _("Adherent to e-ARQ ?") %>
<%= _("Internacionalizable ?") %>