Skip to content

Commit 1e5a689

Browse files
committed
Removed deprecated imagepreview functionality
1 parent e262da1 commit 1e5a689

22 files changed

+22
-1553
lines changed

mig/assets/css/V3/jquery.managers.css

Lines changed: 1 addition & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# jquery.managers - style overrides for multiple pages
7-
# Copyright (C) 2003-2016 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2025 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -157,188 +157,6 @@ tbody tr td div.sortkey { display: none; }
157157
overflow: scroll;
158158
height: 500px;
159159
}
160-
.fm_previews {
161-
float: right;
162-
width: 100%;
163-
height: 0px;
164-
background-color: #FFF;
165-
visibility: hidden;
166-
}
167-
.fm_preview_caman {
168-
float: right;
169-
border: 0px;
170-
width: 0px;
171-
height: 0px;
172-
background-color: #FFF;
173-
visibility: hidden;
174-
}
175-
.fm_preview_paraview {
176-
float: right;
177-
border: 0px;
178-
width: 0px;
179-
height: 0px;
180-
background-color: #FFF;
181-
visibility: hidden;
182-
}
183-
184-
.fm_preview_menubar {
185-
float: left;
186-
border: 0px;
187-
width: 20px;
188-
height: 100%;
189-
background-color: #EEE;
190-
}
191-
.fm_preview_menubar_entry {
192-
border: 0px;
193-
width: 19px;
194-
margin-top: 1px;
195-
margin-left: 1px;
196-
}
197-
.fm_preview_left_tile {
198-
float: left;
199-
border: 0px;
200-
width: 0px;
201-
height: 100%;
202-
background-color: #FFF;
203-
overflow-x: hidden;
204-
overflow-y: auto;
205-
}
206-
.fm_preview_center_tile {
207-
float: left;
208-
border: 0px;
209-
padding: 0px;
210-
width: 0px;
211-
height: 100%;
212-
background-color: #FFF;
213-
overflow-x: hidden;
214-
overflow-y: hidden;
215-
}
216-
.fm_preview_right_tile {
217-
float: left;
218-
border: 0px;
219-
width: 0px;
220-
height: 100%;
221-
background-color: #FFF;
222-
overflow-x: hidden;
223-
overflow-y: auto;
224-
}
225-
#fm_preview_left_tile_histogram {
226-
display: block;
227-
margin-top: 1%;
228-
margin-left: 5%;
229-
border: 0;
230-
width : 80%;
231-
height : 0px;
232-
background-color: #FFF;
233-
}
234-
#fm_preview_left_tile_histogram_actions {
235-
display: block;
236-
margin-left: 5%;
237-
border: 0;
238-
width : 80%;
239-
background-color: #FFF;
240-
}
241-
#fm_preview_left_output {
242-
margin-left: 5%;
243-
margin-right: 5%;
244-
background-color: #FFF;
245-
}
246-
#fm_preview_right_output {
247-
margin-left: 5%;
248-
margin-right: 5%;
249-
background-color: #FFF;
250-
}
251-
#fm_preview_left_tile .noUi-target {
252-
border-radius: 4px;
253-
border: 1px solid #D3D3D3;
254-
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
255-
}
256-
#fm_preview_left_tile .noUi-horizontal {
257-
height: 8px !important;
258-
}
259-
#fm_preview_left_tile .noUi-horizontal .noUi-handle {
260-
width: 6px;
261-
height: 12px;
262-
left: -3px;
263-
top: -3px;
264-
}
265-
#fm_preview_left_tile .noUi-handle {
266-
border: 1px solid #D9D9D9;
267-
border-radius: 3px;
268-
background: #FFF;
269-
cursor: default;
270-
box-shadow: inset 0 0 1px #FFF,
271-
inset 0 1px 7px #EBEBEB,
272-
0 3px 6px -3px #BBB;
273-
}
274-
#fm_preview_left_tile .noUi-handle:before,
275-
#fm_preview_left_tile .noUi-handle:after {
276-
content: "";
277-
display: block;
278-
position: absolute;
279-
height: 0px;
280-
width: 0px;
281-
background: #E8E7E6;
282-
left: -3px;
283-
top: -3px;
284-
}
285-
#fm_preview_left_tile .noUi-handle:after {
286-
left: 17px;
287-
}
288-
#fm_preview_left_tile .noUi-handle {
289-
}
290-
#fm_preview_histogram_min_max_slider .noUi-origin {
291-
}
292-
#fm_preview_histogram_min_max_slider .noUi-handle {
293-
}
294-
#fm_preview_histogram_min_max_slider .noUi-handle-lower {
295-
}
296-
#fm_preview_histogram_min_max_slider .noUi-handle-upper {
297-
}
298-
#fm_preview_left_tile .noUi-base {
299-
background: lightgrey;
300-
}
301-
#fm_preview_histogram_min_max_slider .noUi-connect {
302-
background: black;
303-
}
304-
#fm_preview_histogram_min_max_slider .noUi-background{
305-
background: lightgrey;
306-
}
307-
#fm_preview_histogram_min_max_slider .noUi-state-tap {
308-
}
309-
#fm_preview_histogram_min_max_slider .fm_preview_histogram_min_max_slider_tooltip {
310-
display: block;
311-
position: absolute;
312-
border: 0px solid #D9D9D9;
313-
font-size: 12px;
314-
top: -5px;
315-
padding: 0px;
316-
left: -13px;
317-
text-align: center;
318-
width: 30px;
319-
}
320-
.fm_preview_min_max_slider_tooltip_org {
321-
display: block;
322-
position: absolute;
323-
border: 1px solid #D9D9D9;
324-
font: 400 12px/12px Arial;
325-
border-radius: 3px;
326-
background: #fff;
327-
top: -43px;
328-
padding: 5px;
329-
left: -9px;
330-
text-align: center;
331-
width: 50px;
332-
}
333-
/* hide paraview SVG bar which only shows up on IE and covers refresh button */
334-
.fm_previews .pipelineSVG svg rect {
335-
display: none;
336-
}
337-
/* avoid waiting banner from flying around */
338-
.fm_previews .app-wait-start-page {
339-
position: absolute;
340-
}
341-
342160
.fm_metaio_list ul.edit {
343161
list-style-image: url(/images/icons/page_white_edit.png);
344162
}

mig/images/css/jquery.managers.css

Lines changed: 1 addition & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# jquery.managers - style overrides for multiple pages
7-
# Copyright (C) 2003-2016 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2025 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -161,188 +161,6 @@ tbody tr td div.sortkey { display: none; }
161161
overflow: scroll;
162162
height: 500px;
163163
}
164-
.fm_previews {
165-
float: right;
166-
width: 100%;
167-
height: 0px;
168-
background-color: #FFF;
169-
visibility: hidden;
170-
}
171-
.fm_preview_caman {
172-
float: right;
173-
border: 0px;
174-
width: 0px;
175-
height: 0px;
176-
background-color: #FFF;
177-
visibility: hidden;
178-
}
179-
.fm_preview_paraview {
180-
float: right;
181-
border: 0px;
182-
width: 0px;
183-
height: 0px;
184-
background-color: #FFF;
185-
visibility: hidden;
186-
}
187-
188-
.fm_preview_menubar {
189-
float: left;
190-
border: 0px;
191-
width: 20px;
192-
height: 100%;
193-
background-color: #EEE;
194-
}
195-
.fm_preview_menubar_entry {
196-
border: 0px;
197-
width: 19px;
198-
margin-top: 1px;
199-
margin-left: 1px;
200-
}
201-
.fm_preview_left_tile {
202-
float: left;
203-
border: 0px;
204-
width: 0px;
205-
height: 100%;
206-
background-color: #FFF;
207-
overflow-x: hidden;
208-
overflow-y: auto;
209-
}
210-
.fm_preview_center_tile {
211-
float: left;
212-
border: 0px;
213-
padding: 0px;
214-
width: 0px;
215-
height: 100%;
216-
background-color: #FFF;
217-
overflow-x: hidden;
218-
overflow-y: hidden;
219-
}
220-
.fm_preview_right_tile {
221-
float: left;
222-
border: 0px;
223-
width: 0px;
224-
height: 100%;
225-
background-color: #FFF;
226-
overflow-x: hidden;
227-
overflow-y: auto;
228-
}
229-
#fm_preview_left_tile_histogram {
230-
display: block;
231-
margin-top: 1%;
232-
margin-left: 5%;
233-
border: 0;
234-
width : 80%;
235-
height : 0px;
236-
background-color: #FFF;
237-
}
238-
#fm_preview_left_tile_histogram_actions {
239-
display: block;
240-
margin-left: 5%;
241-
border: 0;
242-
width : 80%;
243-
background-color: #FFF;
244-
}
245-
#fm_preview_left_output {
246-
margin-left: 5%;
247-
margin-right: 5%;
248-
background-color: #FFF;
249-
}
250-
#fm_preview_right_output {
251-
margin-left: 5%;
252-
margin-right: 5%;
253-
background-color: #FFF;
254-
}
255-
#fm_preview_left_tile .noUi-target {
256-
border-radius: 4px;
257-
border: 1px solid #D3D3D3;
258-
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
259-
}
260-
#fm_preview_left_tile .noUi-horizontal {
261-
height: 8px !important;
262-
}
263-
#fm_preview_left_tile .noUi-horizontal .noUi-handle {
264-
width: 6px;
265-
height: 12px;
266-
left: -3px;
267-
top: -3px;
268-
}
269-
#fm_preview_left_tile .noUi-handle {
270-
border: 1px solid #D9D9D9;
271-
border-radius: 3px;
272-
background: #FFF;
273-
cursor: default;
274-
box-shadow: inset 0 0 1px #FFF,
275-
inset 0 1px 7px #EBEBEB,
276-
0 3px 6px -3px #BBB;
277-
}
278-
#fm_preview_left_tile .noUi-handle:before,
279-
#fm_preview_left_tile .noUi-handle:after {
280-
content: "";
281-
display: block;
282-
position: absolute;
283-
height: 0px;
284-
width: 0px;
285-
background: #E8E7E6;
286-
left: -3px;
287-
top: -3px;
288-
}
289-
#fm_preview_left_tile .noUi-handle:after {
290-
left: 17px;
291-
}
292-
#fm_preview_left_tile .noUi-handle {
293-
}
294-
#fm_preview_histogram_min_max_slider .noUi-origin {
295-
}
296-
#fm_preview_histogram_min_max_slider .noUi-handle {
297-
}
298-
#fm_preview_histogram_min_max_slider .noUi-handle-lower {
299-
}
300-
#fm_preview_histogram_min_max_slider .noUi-handle-upper {
301-
}
302-
#fm_preview_left_tile .noUi-base {
303-
background: lightgrey;
304-
}
305-
#fm_preview_histogram_min_max_slider .noUi-connect {
306-
background: black;
307-
}
308-
#fm_preview_histogram_min_max_slider .noUi-background{
309-
background: lightgrey;
310-
}
311-
#fm_preview_histogram_min_max_slider .noUi-state-tap {
312-
}
313-
#fm_preview_histogram_min_max_slider .fm_preview_histogram_min_max_slider_tooltip {
314-
display: block;
315-
position: absolute;
316-
border: 0px solid #D9D9D9;
317-
font-size: 12px;
318-
top: -5px;
319-
padding: 0px;
320-
left: -13px;
321-
text-align: center;
322-
width: 30px;
323-
}
324-
.fm_preview_min_max_slider_tooltip_org {
325-
display: block;
326-
position: absolute;
327-
border: 1px solid #D9D9D9;
328-
font: 400 12px/12px Arial;
329-
border-radius: 3px;
330-
background: #fff;
331-
top: -43px;
332-
padding: 5px;
333-
left: -9px;
334-
text-align: center;
335-
width: 50px;
336-
}
337-
/* hide paraview SVG bar which only shows up on IE and covers refresh button */
338-
.fm_previews .pipelineSVG svg rect {
339-
display: none;
340-
}
341-
/* avoid waiting banner from flying around */
342-
.fm_previews .app-wait-start-page {
343-
position: absolute;
344-
}
345-
346164
.fm_metaio_list ul.edit {
347165
list-style-image: url(/images/icons/page_white_edit.png);
348166
}

0 commit comments

Comments
 (0)