Sha256: 3840a468411cb35520911cb3510e8938b329868141aebb91291cb3c06d79e4cb

Contents?: true

Size: 1.85 KB

Versions: 21

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

21 entries across 21 versions & 2 rubygems

Version Path
phcscriptcdnpro-8.0.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-8.0.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-8.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-7.1.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-7.1.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-5.1.2 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-7.1.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-5.1.1 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-7.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-5.1.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-5.0.1 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-7.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-5.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.10 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.9 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.8 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.7 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.6 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.5 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-4.3.4 app/views/phcscriptcdn/script/licences/_form.html.erb