| Регистрационные документы |
| 29.04.2010 01:25 |
|
Регистрационные документы.
Индивидуальный предприниматель ВИНОГРАДОВА НИНА ГРИГОРЬЕВНА ИНН 072196253026 ОГРНИП 307072127100061 от 28.09.2007г. Р/СЧЕТ 40802810819000007181 в ВТБ 24 (ЗАО) г. Москва БИК 044525716 К/СЧЕТ 30101810100000000716 ОКПО 0153417404 ОКВЭД 51.4
|



';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '