Sha256: 55a3c5a471e2ef8ec3c62718dcc876cd91b43641661c0d429a7b6543166dde14

Contents?: true

Size: 729 Bytes

Versions: 13

Compression:

Stored size: 729 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>
<% content_for('tasks') do %>
	<%= task_overview %>
<% end %> 

<% @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>
</form>

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
typo-5.0.2 app/views/admin/resources/new.html.erb
typo-5.0.1 app/views/admin/resources/new.html.erb
typo-5.0.3.98.1 app/views/admin/resources/new.html.erb
typo-5.0.3.98 app/views/admin/resources/new.html.erb
typo-5.0 app/views/admin/resources/new.html.erb
typo-5.1.2 app/views/admin/resources/new.html.erb
typo-5.1.1 app/views/admin/resources/new.html.erb
typo-5.1.3 app/views/admin/resources/new.html.erb
typo-5.1.98 app/views/admin/resources/new.html.erb
typo-5.1 app/views/admin/resources/new.html.erb
typo-5.2.98 app/views/admin/resources/new.html.erb
typo-5.2 app/views/admin/resources/new.html.erb
typo-5.3 app/views/admin/resources/new.html.erb