kopyten.clan.su Open in urlscan Pro
193.109.247.61  Public Scan

Submitted URL: http://kopyten.clan.su/news/2017-04-01-23
Effective URL: https://kopyten.clan.su/news/2017-04-01-23
Submission: On August 23 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: socail_details

<form name="socail_details" id="socail_details" onsubmit="return false;">
  <input type="hidden" name="social" value="">
  <input type="hidden" name="data" value="">
  <input type="hidden" name="id" value="23">
  <input type="hidden" name="ssid" value="347302317705627516745">
</form>

Name: addformPOST /index/

<form method="post" name="addform" id="acform" action="/index/" onsubmit="addcom(); return false;">
  <script>
    function _dS(a) {
      var b = a.split(''),
        c = b.pop();
      return b.map(function(d) {
        var e = d.charCodeAt(0) - c;
        return String.fromCharCode(32 > e ? 127 - (32 - e) : e)
      }).join('')
    }
    var _y8M = _dS('Dqvx}|(|"xmE*pqllmv*(viumE*{w{*(~it}mE*98==;>AA9:*(7F8');

    function addcom(f) {
      if (document.getElementById('addcBut')) {
        document.getElementById('addcBut').disabled = true;
      } else {
        try {
          document.addform.submit.disabled = true;
        } catch (e) {}
      }
      if (document.getElementById('eMessage')) {
        document.getElementById('eMessage').innerHTML = '<span style="color:#999"><img src="/.s/img/ma/m/i2.gif" border="0" align="absmiddle" width="13" height="13"> Идет передача данных...</span>';
      }
      _uPostForm('acform', {
        type: 'POST',
        url: '/index/'
      });
    }
    document.write(_y8M);
  </script><input type="hidden" name="sos" value="1055369912">
  <div class="mc-widget">
    <script>
      var socRedirect = location.protocol + '//' + ('kopyten.clan.su' || location.hostname) + location.pathname + location.search + (location.hash && location.hash != '#' ? '#reloadPage,' + location.hash.substr(1) : '#reloadPage,gotoAddCommentForm');
      socRedirect = encodeURIComponent(socRedirect);
      try {
        var providers = {};
      } catch (e) {}

      function socialRepost(entry_link, message) {
        console.log('Check witch Social network is connected.');
        var soc_type = jQuery("form#acform input[name='soc_type']").val();
        switch (parseInt(soc_type)) {
          case 101:
            console.log('101');
            var newWin = window.open('https://vk.com/share.php?url=' + entry_link + '&description=' + message + '&noparse=1', 'window', 'width=640,height=500,scrollbars=yes,status=yes');
            break;
          case 102:
            console.log('102');
            var newWin = window.open('https://www.facebook.com/sharer/sharer.php?u=' + entry_link + '&description=' + encodeURIComponent(message), 'window', 'width=640,height=500,scrollbars=yes,status=yes');
            break;
          case 103:
            console.log('103');
            break;
          case 104:
            console.log('104');
            break;
          case 105:
            console.log('105');
            break;
          case 106:
            console.log('106');
            break;
          case 107:
            console.log('107');
            var newWin = window.open('https://twitter.com/intent/tweet?source=webclient&url=' + entry_link + '&text=' + encodeURIComponent(message) + '&callback=?', 'window', 'width=640,height=500,scrollbars=yes,status=yes');
            break;
          case 108:
            console.log('108');
            break;
          case 109:
            console.log('109');
            var newWin = window.open('https://plusone.google.com/_/+1/confirm?hl=en&url=' + entry_link, 'window', 'width=600,height=610,scrollbars=yes,status=yes');
            break;
        }
      }

      function updateSocialDetails(type) {
        console.log('updateSocialDetails');
        jQuery.getScript('//sys000.ucoz.net/cgi/uutils.fcg?a=soc_comment_get_data&site=6kopyten&type=' + type, function() {
          jQuery("form#socail_details input[name='social']").val(type);
          jQuery("form#socail_details input[name=data]").val(data[type]);
          jQuery("form#acform input[name=data]").val(data[type]);
          _uPostForm('socail_details', {
            type: 'POST',
            url: '/index/778',
            data: {
              'm': '2',
              'vi_commID': '',
              'catPath': ''
            }
          });
        });
      }

      function logoutSocial() {
        console.log('delete cookie');
        delete_msg_cookie();
        jQuery.getScript('//sys000.ucoz.net/cgi/uutils.fcg?a=soc_comment_clear_data&site=6kopyten', function() {
          window.location.reload();
        });
      }

      function utf8_to_b64(str) {
        return window.btoa(encodeURIComponent(escape(str)));
      }

      function b64_to_utf8(str) {
        return unescape(decodeURIComponent(window.atob(str)));
      }

      function getCookie(c_name) {
        var c_value = " " + document.cookie;
        var c_start = c_value.indexOf(" " + c_name + "=");
        if (c_start == -1) {
          c_value = null;
        } else {
          c_start = c_value.indexOf("=", c_start) + 1;
          var c_end = c_value.indexOf(";", c_start);
          if (c_end == -1) {
            c_end = c_value.length;
          }
          c_value = unescape(c_value.substring(c_start, c_end));
        }
        return c_value;
      }
      var delete_msg_cookie = function() {
        console.log('delete_msg_cookie');
        document.cookie = 'msg=;expires=Thu, 01 Jan 1970 00:00:01 GMT;';
      };

      function preSaveMessage() {
        var msg = jQuery("form#acform textarea").val();
        if (msg.length > 0) {
          document.cookie = "msg=" + utf8_to_b64(msg) + ";"; //path="+window.location.href+";
        }
      }

      function googleAuthHandler(social) {
        if (!social) return
        if (!social.enabled || !social.handler) return
        social.window = window.open(social.url, '_blank', 'width=600,height=610');
        social.intervalId = setInterval(function(social) {
          if (social.window.closed) {
            clearInterval(social.intervalId)
            self.location.reload()
          }
        }, 1000, social)
      }
      (function(jq) {
        jq(document).ready(function() {
          jQuery(".uf-tooltip a.uf-tt-exit").attr('href', '/index/10');
          console.log('ready - update details');
          console.log('scurrent', window.scurrent);
          if (typeof(window.scurrent) != 'undefined' && scurrent > 0 && data[scurrent]) {
            jQuery("#postFormContent").html('<div style="width:100%;text-align:center;padding-top:50px;"><img alt="" src="/.s/img/ma/m/i3.gif" border="0" width="220" height="19" /></div>');
            jQuery("form#socail_details input[name=social]").val(scurrent);
            jQuery("form#socail_details input[name=data]").val(data[scurrent]);
            updateSocialDetails(scurrent);
          }
          jQuery('a#js-ucf-start').on('click', function(event) {
            event.preventDefault();
            if (scurrent == 0) {
              window.open("//sys000.ucoz.net/cgi/uutils.fcg?a=soc_comment_auth", 'SocialLoginWnd', 'width=500,height=350,resizable=yes,titlebar=yes');
            }
          });
          jQuery('.uauth-small-links a.login-with').on('click', function(event) {
            event.preventDefault();
            let social = providers[this.dataset.social];
            if (typeof(social) != 'undefined' && social.enabled == 1) {
              if (social.handler) {
                social.handler(social);
              } else {
                // unetLoginWnd
                let newWin = window.open(social.url, "_blank", 'width=600,height=610,scrollbars=yes,status=yes');
              }
            }
          });
        });
      })(jQuery);
    </script>
  </div>
  <div class="uForm uComForm">
    <div class="uauth-small-links uauth-links-set">Войдите:
      <a href="javascript:;" onclick="window.open('https://login.uid.me/?site=6kopyten&amp;ref='+escape(location.protocol + '//' + ('kopyten.clan.su' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&amp;' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' )))),'uidLoginWnd','width=580,height=450,resizable=yes,titlebar=yes');return false;" class="login-with uid" title="Войти через uID" rel="nofollow"><i></i></a><a href="javascript:;" onclick="return uSocialLogin('vkontakte');" data-social="vkontakte" class="login-with vkontakte" title="Войти через ВКонтакте" rel="nofollow"><i></i></a><a href="javascript:;" onclick="return uSocialLogin('facebook');" data-social="facebook" class="login-with facebook" title="Войти через Facebook" rel="nofollow"><i></i></a><a href="javascript:;" onclick="return uSocialLogin('yandex');" data-social="yandex" class="login-with yandex" title="Войти через Яндекс" rel="nofollow"><i></i></a><a href="javascript:;" onclick="return uSocialLogin('google');" data-social="google" class="login-with google" title="Войти через Google" rel="nofollow"><i></i></a><a href="javascript:;" onclick="return uSocialLogin('ok');" data-social="ok" class="login-with ok" title="Войти через Одноклассники" rel="nofollow"><i></i></a>
    </div>
    <div class="uComForm-inner">
      <span class="ucf-avatar"><img src="/.s/img/icon/social/noavatar.png" alt="avatar"></span>
      <div class="ucf-content ucf-start-content">
        <ul class="uf-form ucf-form">
          <li><textarea class="uf-txt-input commFl js-start-txt" placeholder="Оставьте ваш комментарий..."></textarea>
          </li>
          <li><button class="uf-btn" onclick="preSaveMessage(); window.open('/index/800?ref='+window.location.href, 'SocialLoginWnd', 'width=500,height=410,resizable=yes,titlebar=yes');">Отправить</button>
          </li>
        </ul>
      </div>
    </div>
  </div><input type="hidden" name="ssid" value="347302317705627516745">
  <input type="hidden" name="a" value="36">
  <input type="hidden" name="m" value="2">
  <input type="hidden" name="id" value="23">
  <input type="hidden" name="soc_type" id="csoc_type">
  <input type="hidden" name="data" id="cdata">
</form>

GET /search/

<form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/search/">
  <div align="center" class="schQuery">
    <input type="text" name="q" maxlength="30" size="20" class="queryField">
  </div>
  <div align="center" class="schBtn">
    <input type="submit" class="searchSbmFl" name="sfSbm" value="Найти">
  </div>
  <input type="hidden" name="t" value="0">
</form>

Text Content

kopyten

 * Главная страница
   * Копытень
   * Магия Солнца
   * Травинка
   * Лесные грибы
   * NASA
   * Отзывы
   * Форум
   * Тр_0-11
   * index_0-14
   * Выезд на шашлыки/0-13
 * Блог
 * Видео
 * ПаутинкаWWW
 * Фотоальбомы
 * Обратная связь
 * Информация о сайте

Регистрация | Вход | RSS
Мой личный блог
Все самое интересное в интернете, и в нашей жизни
Главная » 2017 » Апрель » 1 » Песков: обвинения в коррупции — популизм,
оторванный от реальности

--------------------------------------------------------------------------------

12:47
Песков: обвинения в коррупции — популизм, оторванный от реальности

Дмитрий Песков. Фото: rrnews.ru

Пресс-секретарь президента РФ Дмитрий Песков ответил на вопрос журналиста
программы Good Morning America, выходящей в эфир на телеканале ABC,
об обвинениях российских властей в коррупции. Представитель Кремля отметил, что
иногда подобные обвинения носят популистский характер и не соответствуют
действительности.

Песков обратил внимание, что все госслужащие предоставляют «декларации о доходах
и расходах соответствующим органам, которые проверяют и перепроверяют эти
декларации от, а до я».

«Поэтому, скажем так, популистские обвинения, которые мы иногда видим в прессе
и в заявлениях различных активистов, не соответствуют реальности», — сказал
пресс-секретарь президента России. Говоря о санкционированных акциях, которые
прошли неделю назад в России, он отметил, что в них кроется признак нетерпимости
населения к коррупции.

«Эта тема крайне актуальна в нашей стране, и общество абсолютно нетерпимо
относится к коррупции. Поэтому неделю назад акции протеста прошли в различных
городах страны», — пояснил Песков.

 * 
 * 1
 * 2
 * 3
 * 4
 * 5

Категория: Это интересно | | © Источник:
https://eadaily.com/ru/news/2017/04/01/peskov-obvineniya-v-korrupcii-populizm-otorvannyy-ot-realnosti
| Просмотров: 1526 | Добавил: VictorP | Рейтинг: 0.0/0

Всего комментариев: 0






Войдите:
 * 
 * Отправить

Вход на сайт
Если сделать ВХОД,
то реклама пропадет

Поделиться

Категории раздела

Полезные советы [6] Это интересно [6] Таблица [0] Общество [1]

Статистика

---------------


--------------------------------------------------------------------------------

Онлайн всего: 1
Гостей: 1
Пользователей: 0

---------------

Календарь

«  Апрель 2017
 »ПнВтСрЧтПтСбВс     123456789101112131415161718192021222324252627282930

Архив записей
 * 2012 Октябрь
 * 2013 Март
 * 2013 Сентябрь
 * 2016 Сентябрь
 * 2017 Февраль
 * 2017 Март
 * 2017 Апрель
 * 2017 Декабрь
 * 2019 Июнь
 * 2019 Июль
 * 2020 Август

Друзья сайта
 * Официальный блог
 * Сообщество uCoz
 * База знаний uCoz

Конструктор сайтов - uCoz
 * twitter
 * facebook
 * pinterest
 * google-pl
 * linkedin
 * instagram
 * vk