2009-01-14 01:20:42 +00:00
<? php defined ( "SYSPATH" ) or die ( "No direct script access." ) ?>
2009-01-24 20:06:13 +00:00
<div id="graphicsmagick" class="gBlock<?= $is_active ? " gSelected" : "" ?><?= $tk->graphicsmagick ? "" : " gUnavailable" ?>">
2009-01-13 04:56:29 +00:00
<h3> <?= t("GraphicsMagick") ?> </h3>
2009-01-13 14:58:02 +00:00
<img class="logo" width="107" height="76" src="<?= url::file("core/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>
<? else: ?>
<p class="gInfo">
<?= t("GraphicsMagick is not available on your system.") ?>
</p>
<? endif ?>
</div>