20 lines
443 B
Plaintext
20 lines
443 B
Plaintext
%form.fileupload{:action => admin_note_files_path(:note_id => note.id), :enctype => "multipart/form-data", :method => "POST"}
|
|
|
|
.upload
|
|
%button.add_files.btn ajouter des fichiers
|
|
|
|
%input{:multiple => "", :name => "files[]", :type => "file", :style => "float:right;display:none;"}
|
|
|
|
|
|
.progress
|
|
.bar{:style => "height:1em;"}
|
|
|
|
|
|
.note_file_queue#note_file_queue
|
|
%table#files
|
|
|
|
|
|
%script
|
|
|
|
="init_note_upload_fields("+note.id.to_s+");"
|