# HG changeset patch # User pieter.lukasse@wur.nl # Date 1390319415 -3600 # Node ID 777c1c2a17a269b59ebb7726ab622f0e4a87a75d # Parent 4c5ba34c8c1ca823ccd45d8dfdf318c641cb4390 workaround for pop-up images diff -r 4c5ba34c8c1c -r 777c1c2a17a2 msclust.xml --- a/msclust.xml Tue Jan 21 16:49:32 2014 +0100 +++ b/msclust.xml Tue Jan 21 16:50:15 2014 +0100 @@ -281,7 +281,7 @@ `Click here for more details on the SIM output file`_ -.. _Click here for more details on the SIM output file: javascript:window.open(".. image:: sample_SIM.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 SIM output file: javascript:window.open('.. image:: sample_SIM.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')