Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614884
_file_selector.html.erb
No One
Temporary
Actions
Download 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
Sat, Mar 21, 10:39 AM
Size
1 KB
Mime Type
text/html
Expires
Mon, Mar 23, 10:39 AM (19 h, 40 m)
Engine
blob
Format
Raw Data
Handle
354224
Attached To
rARCHIVING archiving
_file_selector.html.erb
View Options
<div id='file-selector' class="col-xs-4">
<div class='panel panel-default'>
<div class='panel-heading'>
<h3> Files </h3>
</div>
<div class="loader">
<h3>LOADING</h3>
</div>
<div id="file-tree"></div>
</div>
</div>
<div class="col-xs-4">
<div class="panel panel-default" id="restore-details" style="display:none">
<div class="panel-heading">
<h3>Restore details</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-4" id="reset-button">
<%=
link_to
restore_client_path
(
@client
),
class
:
'btn btn-default'
do
%>
<span class="glyphicon glyphicon-menu-left text-primary"></span>
Cancel
<%
end
%>
</div>
<div class="col-xs-4 text-right">
<%=
form_tag
(
restore_selected_client_path
,
{
id
:
'file-submitter'
})
do
%>
<%=
submit_tag
'Restore Selected Files'
,
class
:
'btn btn-default'
,
disabled
:
true
%>
<%
end
%>
</div>
</div>
<hr />
<br />
<div class="row">
<table class="table table-bordered table-condensed">
<tr>
<td>DateTime</td>
<td id="restore_data_point"></td>
</tr>
<tr>
<td>Restore Location</td>
<td id="restore_data_location"></td>
</tr>
<tr>
<td>Restore Client</td>
<td id="restore_data_client"></td>
</tr>
<tr>
<td>Files</td>
<td><ul id="restore_data_files"></ul></td>
</tr>
</table>
</div>
</div>
</div>
</div>
Event Timeline
Log In to Comment