Sha256: 9d5d0efa3bbaf91cb9a04541e260e7af99c0f9393252f4fe6b6681ffc2019854

Contents?: true

Size: 659 Bytes

Versions: 9

Compression:

Stored size: 659 Bytes

Contents

<style type="text/css">
.progressBar .border { background-color: #fff; border: 1px solid #fff; width: 100%; }
.progressBar .background { background-color: #333; height: 18px; width: 0%; }
</style>
<% @page_heading = 'Upload a File to your Site' %>
<%= form_tag_with_upload_progress({:action => 'upload'}, { :begin => "new Effect.Appear('status')", :finish => "$('message').innertHTML = arguments[0]" }) %>
<label for="upload_filename">File:</label><br /><%= file_field 'upload', 'filename' -%><br />
<%= submit_tag 'Upload' -%>
<div id='status' style="display: none"><%= upload_status_tag %></div>
<%= end_form_tag %>

<div id="message"><%= @message %></div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/resources/new.rhtml
typo-3.99.3 app/views/admin/resources/new.rhtml
typo-3.99.1 app/views/admin/resources/new.rhtml
typo-3.99.2 app/views/admin/resources/new.rhtml
typo-4.0.2 app/views/admin/resources/new.rhtml
typo-4.0.0 app/views/admin/resources/new.rhtml
typo-3.99.4 app/views/admin/resources/new.rhtml
typo-4.0.1 app/views/admin/resources/new.rhtml
typo-4.0.3 app/views/admin/resources/new.rhtml