Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created March 21, 2011 14:16
Show Gist options
  • Save kracekumar/879503 to your computer and use it in GitHub Desktop.
Save kracekumar/879503 to your computer and use it in GitHub Desktop.
<div id="content-header">
<img src="/images/uploads.png">
<h1>Upload Admission Bulk Details </h1>
<h3>Add Bulk details , download the sample file and edit and Upload </h3>
<div id="app-back-button">
<%= link_to_function image_tag("/images/buttons/back.png",:border => 0), "history.back()" %>
</div>
<% form_for({:action => 'admission'},:multipart=>true) %>
<%= error_message_for 'upload',:header_message=>nil %>
<div id="admission1_form">
<div id="neccessary-field-notification">Fields marked with <span class="necessary-field">*</span>must be filled.</div>
<div id="autofill-area">
<span class="span-sub-heading">Upload Admission Data</span>
<hr class="sub-heading"></hr>
<div class="label-field-pair">
<label for="admission_file">Upload File (4MB max) </label>
<div class="text-input-bg"><%= file_field 'upload','datafile' %></div>
</div>
</div>
</div>
</div>
<%= submit_tag "", :value =>" Upload ",:class=>"submit_button" %>
<% end %>
</div>
1,7 Top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment