* @package webapp * @version $Id$ * @link http://www.zentao.net */ ?>
  • icon?>' width='72' height='72' /> name?>
    desc) ? ' ' : $webapp->desc?>
    webapp->addTypeList[$webapp->addType];?>
    addType == 'custom' ? $webapp->url : $config->webapp->url . "/webapp-showapp-{$webapp->appid}.html"; $method = ''; $popup = ''; $target = '_self'; if($webapp->target == 'blank') $target = '_blank'; if($webapp->target == 'iframe')$method = "toggleShowapp($webapp->id, \"$webapp->name\");"; if($webapp->target == 'popup') { $width = 0; $height = 0; if($webapp->size) list($width, $height) = explode('x', $webapp->size); $method = "popup($width, $height);"; $popup = 'popup'; } echo html::a($url, $lang->webapp->useapp, $target, "id='useapp$webapp->id' class='button-c $popup' onclick='addView($webapp->id);$method'"); common::printLink('webapp', 'edit', "webappID=$webapp->id", $lang->edit, '', "class='button-c webapp'"); common::printLink('webapp', 'uninstall', "webapp=$webapp->id", $lang->webapp->uninstall, 'hiddenwin', "class='button-c'"); ?>