Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462859
_form.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 19, 12:21 AM
Size
685 B
Mime Type
text/plain
Expires
Wed, May 21, 12:21 AM (6 h, 55 m)
Engine
blob
Format
Raw Data
Handle
220580
Attached To
rARCHIVING archiving
_form.html.erb
View Options
<%=
bootstrap_form_for
(
@fileset
,
url
:
url
,
method
:
method
,
layout
:
:horizontal
,
label_col
:
'col-xs-3'
,
control_col
:
'col-xs-8'
)
do
|
f
|
%>
<div>
<%=
f
.
text_field
:name
%>
<%
@fileset
.
include_directions
[
'file'
].
each
do
|
file
|
%>
<%=
text_with_errors_and_plus
(
@fileset
,
:fileset
,
:include_files
,
'Files'
,
'/'
,
file
)
%>
<%
end
%>
<%=
text_with_errors_and_plus
(
@fileset
,
:fileset
,
:exclude_directions
,
'Exclude'
,
'/bacula'
)
%>
<%=
(
hidden_field_tag
:job_id
,
@job_id
)
if
@job_id
%>
</div>
<div class="form-group">
<div class="col-xs-offset-3 col-xs-8">
<%=
f
.
submit
class
:
'btn btn-success'
%>
</div>
</div>
<%
end
%>
Event Timeline
Log In to Comment