* @package webapp * @version $Id$ * @link http://www.zentao.net */ ?>
name";?>
desc;?>
webapp->author} : {$webapp->author} "; echo "{$lang->webapp->addType}: {$lang->webapp->addTypeList[$webapp->addType]} "; ?>
id"), $lang->webapp->uninstall, 'hiddenwin', "class='button-c'"); $url = $webapp->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);"; if($webapp->target == 'popup') { $width = 0; $height = 0; if($webapp->size) list($width, $height) = explode('x', $webapp->size); $method = "popup($width, $height);"; $popup = 'popup'; } $useAppCode = html::a($url, $lang->webapp->useapp, $target, "id='useapp$webapp->id' class='button-c $popup' onclick='addView($webapp->id);$method'"); $editAppCode = html::a(inlink('edit', "webappID=$webapp->id"), $lang->edit, '', "class='button-c webapp'"); echo $useAppCode . $editAppCode . $uninstallCode; ?>