Sha256: bd31e5770aff58500a33f4cfcf60e2d42b1e6cbe717a4f25dff94a35c7b0d292

Contents?: true

Size: 1.85 KB

Versions: 42

Compression:

Stored size: 1.85 KB

Contents

<%= form_for(script_licence) do |f| %>

	<!-- PHCNotifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @script_licence %>

	<!-- Form Input Fields -->
	<div class="form-group field_with_error">
		<%= f.label :lcncname, "Licence Name" %>
		<%= f.text_field :lcncname, placeholder: "Licence Name", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncdescription, "Licence Description" %>
		<%= f.text_area :lcncdescription, placeholder: "Licence Name", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcnccomgpl, "GPL(v3) Compatible" %>
		<%= f.select( :lcnccomgpl, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncarvlfsf, "FSF Approval" %>
		<%= f.select( :lcncarvlfsf, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncarvlosi, "OSI Approval" %>
		<%= f.select( :lcncarvlosi, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncarvlcopyfree, "Copyfree Approval" %>
		<%= f.select( :lcncarvlcopyfree, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncarvldebian, "Debian Approval" %>
		<%= f.select( :lcncarvldebian, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= f.label :lcncarvlfedora, "Fedora Approval" %>
		<%= f.select( :lcncarvlfedora, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<!-- Form Input Fields -->

	<!-- Form Submition Button -->
	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>
	<!-- For Submition Button -->

<% end %>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
phcscriptcdnpro-18.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-18.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-17.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-17.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-16.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-8.2.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-16.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-8.1.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-15.2.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-15.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-15.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-14.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-14.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-13.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-13.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-7.2.2 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-7.2.1 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-12.2.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-12.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-7.2.0 app/views/phcscriptcdn/script/licences/_form.html.erb