Sha256: 975600a4c5b0cdf96b99c2b05b38c9c2f55aff95ec60d5aa5b0fe02d03b66774

Contents?: true

Size: 1.23 KB

Versions: 7

Compression:

Stored size: 1.23 KB

Contents

<section id="create_study">
		<span id="navigate"><a href="entity_list">Back to List</a> | <a href="test_database">Logout</a></span></p>
		<form id="studyFormID" clas="studyFormClass" name="studyFormName" method="post" action="/create_study">
			<p><label id="lbl_studyName" class="Fld" for="studyName">Study Name:</label><br />
			<input id="studyName" name="studyName" class="Fld" size="40" type="text"/></p>
			
			<p><label id="lbl_studyProtocol" class="Fld" for="studyProtocol">Protocol:</label><br />
			<input id="studyProtocol" name="studyProtocol" class="Fld" size="40" type="text"/></p>
			
			<p><label id="lbl_studyProduct" class="Fld" for="studyProduct">Product:</label><br />
			<select id="studyProduct" name="studyProduct">
				<option value="blank"></option>
				<% @products = Product.all %>
				<% @products.each do |product| %>
					<option value="<%= product.name %>"><%= product.name %></option>
				<% end %>
			</select>
			
			<p><label id="lbl_studyPhase" class="Fld" for="studyPhase">Phase:</label><br />
			<input id="studyPhase" name="studyPhase" class="Fld" size="40" type="text"/></p>
			
			<p><input id="btnSubmit" name="btnSubmit" class="btn" type="submit" value="Create Study"></p>
		</form>
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
symbiont-0.1.7 app/views/create_study.erb
symbiont-0.1.6 app/views/create_study.erb
symbiont-0.1.5 app/views/create_study.erb
symbiont-0.1.4 app/views/create_study.erb
symbiont-0.1.3 app/views/create_study.erb
symbiont-0.1.2 app/views/create_study.erb
symbiont-0.1.1 app/views/create_study.erb