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 = " imagemagick " class = " gBlock<?= $is_active ? " gSelected " : " " ?><?= $tk->imagemagick ? " gInstalledToolkit " : " gUnavailable " ?> " >
2009-01-13 04:56:29 +00:00
< h3 > < ? = t ( " ImageMagick " ) ?> </h3>
2009-05-27 16:15:00 -07:00
< img class = " logo " width = " 114 " height = " 118 " src = " <?= url::file( " modules / gallery / images / imagemagick . jpg " ); ?> " alt = " <? t( " Visit the ImageMagick project site " ) ?> " />
2009-01-13 04:56:29 +00:00
< p >
2009-01-15 10:02:41 +00:00
< ? = t ( " ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href= \" %url \" >ImageMagick website</a> for more information. " ,
2009-01-13 04:56:29 +00:00
array ( " url " => " http://www.imagemagick.org " )) ?>
</ p >
< ? if ( $tk -> imagemagick ) : ?>
< p class = " gSuccess " >
2009-01-15 10:02:41 +00:00
< ? = t ( " ImageMagick is available in %path " , array ( " path " => $tk -> imagemagick )) ?>
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 ImageMagick " ) ?> </a>
</ p >
2009-01-13 04:56:29 +00:00
< ? else : ?>
< p class = " gInfo " >
< ? = t ( " ImageMagick is not available on your system. " ) ?>
</ p >
< ? endif ?>
</ div >