# HG changeset patch # User pieter.lukasse@wur.nl # Date 1390319061 -3600 # Node ID a18e0a7b0d26da69e9f657c0819842b306a05da4 # Parent fb82c021dfe217e678f6afdf85ea7b8b203360e9 workaround for pop-up images diff -r fb82c021dfe2 -r a18e0a7b0d26 msclust.xml --- a/msclust.xml Tue Jan 21 16:42:24 2014 +0100 +++ b/msclust.xml Tue Jan 21 16:44:21 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(" sample_SIM.png",'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')