Skip to content

Commit ba904c2

Browse files
authored
Adjust/remove deprecated image preview (#306)
Remove deprecated and non-maintained image preview functionality along with it's helper modules
2 parents 5317674 + 85bf75c commit ba904c2

File tree

405 files changed

+34
-139603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+34
-139603
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/cgi-bin/imagepreview.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)