# HG changeset patch # User pieter.lukasse@wur.nl # Date 1390319372 -3600 # Node ID 4c5ba34c8c1ca823ccd45d8dfdf318c641cb4390 # Parent b9815233960f932a8287a18fb20c2c0b563d94a9 workaround for pop-up images diff -r b9815233960f -r 4c5ba34c8c1c msclust.xml --- a/msclust.xml Tue Jan 21 16:47:35 2014 +0100 +++ b/msclust.xml Tue Jan 21 16:49:32 2014 +0100 @@ -250,7 +250,7 @@ `Click here for more details on the Sample selection and Spectrum peak intensity correction algorithm parameters related to SPECTRA generation`_ -.. _Click here for more details on the Sample selection and Spectrum peak intensity correction algorithm parameters related to SPECTRA generation: javascript:window.open('".. image:: sample_sel_and_peak_height_correction.png'.replace('.. image:: ', ''),'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') +.. _Click here for more details on the Sample selection and Spectrum peak intensity correction algorithm parameters related to SPECTRA generation: javascript:window.open('.. image:: sample_sel_and_peak_height_correction.png'.replace('.. image:: ', ''),'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') -----