* @package webapp * @version $Id$ * @link http://www.zentao.net */ ?>
webapp->obtain;?>
" . html::a(inlink('obtain', 'type=byUpdatedTime'), $lang->webapp->byUpdatedTime) . '
'; echo "" . html::a(inlink('obtain', 'type=byAddedTime'), $lang->webapp->byAddedTime) . '
'; echo "" . html::a(inlink('obtain', 'type=byDownloads'), $lang->webapp->byDownloads) . '
'; ?>
webapp->bySearch;?>
'> post->key, "class='text-1'") . html::submitButton($lang->webapp->bySearch);?>
webapp->byCategory;?>
webapp->errorGetModules);?>
  • webapp->url . $webapp->icon?>' width='72' height='72' /> name?>
    abstract) ? ' ' : $webapp->abstract?>
    url; $method = ''; $popup = ''; $target = '_self'; if($webapp->target == 'popup') { $width = 0; $height = 0; if($webapp->size) list($width, $height) = explode('x', $webapp->size); $method = "popup($width, $height);"; $popup = 'popup'; } else { $method = "popup(1024, 600);"; $popup = 'popup'; } echo isset($installeds[$webapp->id]) ? html::commonButton($lang->webapp->installed, "disabled='disabled' style='color:gray'") : html::a(inLink('install', "webappID={$webapp->id}"), $lang->webapp->install, '_self', "class='button-c iframe'"); common::printLink('webapp', 'view', "webappID=$webapp->id&type=api", $lang->webapp->view, '', "class='button-c apiapp'"); echo html::a($url, $lang->webapp->preview, '', "id='useapp$webapp->id' class='button-c $popup' onclick='$method'"); ?>

show();?>

webapp->errorOccurs;?>
webapp->errorGetExtensions;?>