Your IP : 3.137.198.232


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/webservice/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/webservice/options.php

<?
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/webservice/include.php");

IncludeModuleLangFile(__FILE__);
$module_id = "webservice";
$WEBS_RIGHT = $APPLICATION->GetGroupRight($module_id);

$aTabs = array(
	array("DIV" => "fedit1", "TAB" => GetMessage("WS_GADGET"), "ICON" => "", "TITLE" => GetMessage("WS_GADGET_ALT")),
);
$tabControl = new CAdminTabControl("tabControl", $aTabs);
$tabControl->Begin();
$tabControl->BeginNextTab();

?>
<tr>
	<td colspan="2">
		<a href="/bitrix/components/bitrix/webservice.statistic/distr/BitrixStat.gadget"><?= GetMessage("WS_GADGET_LINK") ?></a><br><br>
		<?= GetMessage("WS_GADGET_DESCR") ?>
	</td>
</tr>

<?

$tabControl->EndTab();
$tabControl->End();
?>