Sha256: 467ac3b810d7b201eddc1d2237f768d028261acb6033e8d86f27320054193014

Contents?: true

Size: 1.85 KB

Versions: 125

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 :lcncdescript, "Licence Description" %>
		<%= f.text_area :lcncdescript, placeholder: "Licence Descirption", 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

125 entries across 125 versions & 2 rubygems

Version Path
phcscriptcdn-48.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-47.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-64.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-44.1.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-64.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-45.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-63.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-62.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-44.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-61.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-43.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-60.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-42.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-59.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-41.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-58.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-57.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-40.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-56.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-38.0.0 app/views/phcscriptcdn/script/licences/_form.html.erb