2009-01-14 01:20:42 +00:00
< ? php defined ( " SYSPATH " ) or die ( " No direct script access. " ) ?>
2009-02-05 23:29:44 +00:00
< div id = " graphicsmagick " class = " gBlock<?= $is_active ? " gSelected " : " " ?><?= $tk->graphicsmagick ? " gInstalledToolkit " : " gUnavailable " ?> " >
2009-01-13 04:56:29 +00:00
< h3 > < ? = t ( " GraphicsMagick " ) ?> </h3>
2009-05-27 16:15:00 -07:00
< img class = " logo " width = " 107 " height = " 76 " src = " <?= url::file( " modules / gallery / images / graphicsmagick . png " ); ?> " alt = " <? t( " Visit the GraphicsMagick project site " ) ?> " />
2009-01-13 04:56:29 +00:00
< p >
2009-01-15 10:02:41 +00:00
< ? = t ( " GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href= \" %url \" >GraphicsMagick website</a> for more information. " ,
2009-01-13 04:56:29 +00:00
array ( " url " => " http://www.graphicsmagick.org " )) ?>
</ p >
< ? if ( $tk -> graphicsmagick ) : ?>
< p class = " gSuccess " >
2009-01-15 10:02:41 +00:00
< ? = t ( " GraphicsMagick is available in %path " , array ( " path " => $tk -> graphicsmagick )) ?>
2009-01-13 04:56:29 +00:00
</ p >
2009-05-06 03:47:58 +00:00
< p >
< a class = " gButtonLink ui-state-default ui-corner-all " >< ? = t ( " Activate Graphics Magic " ) ?> </a>
</ p >
2009-01-13 04:56:29 +00:00
< ? else : ?>
< p class = " gInfo " >
< ? = t ( " GraphicsMagick is not available on your system. " ) ?>
</ p >
< ? endif ?>
</ div >