$(function () {
    //Страница логина
    if (window.location.href.includes("https://get-nechto.ru/cms/system/login")) {
        $('.xdget-root').css('display', 'block');
    }
    if (window.location.href.includes('/teach/control') && !window.location.href.includes('lesson') && !window.location.href.includes('system')) {
        $('head').append(`<link href='/pl/layout/55998/6/rating-8-season.css' rel='stylesheet'>`)
        .append(`<link href='/pl/layout/55998/8/calendar-8-season.css' rel='stylesheet'>`)

         var s = document.createElement('script');
        s.src = '/pl/layout/55998/5/rating-8-season.js';
        document.head.appendChild(s);
        var s = document.createElement('script');
        s.src = '/pl/layout/55998/7/calendar-8-season.js';
        document.head.appendChild(s);
    }
    if (window.location.href.includes('934817458') && !window.location.href.includes('system') && window.location.href.includes('212121')) {
        $('head').append(`<script src='https://get-nechto.ru/pl/layout/55998/9/baza.js'></script>`)
        .append(`<link href='/pl/layout/55998/10/baza.css' rel='stylesheet'>`)

        /*var s = document.createElement('script');
        s.src = '/pl/layout/75089/0/variables.js';
        document.head.appendChild(s);*/
    }
    if ((window.location.href.includes('934816910') || window.location.href.includes('934817987') || window.location.href.includes('934817953') || window.location.href.includes('934817458')) && !window.location.href.includes('system')) {
        $('head').append(`<script src='https://get-nechto.ru/pl/layout/55998/9/baza.js'></script>`)
        .append(`<link href='/pl/layout/55998/10/baza.css' rel='stylesheet'>`)
        var s = document.createElement('script');
        s.src = '/pl/layout/55998/9/baza.js';
        document.head.appendChild(s);
    }
    if (window.location.href.includes('934982023') && !window.location.href.includes('system')) {
        $('head').append(`<link href='/pl/layout/55998/12/files.css' rel='stylesheet'>`)
        var s = document.createElement('script');
        s.src = '/pl/layout/55998/11/files.js';
        document.head.appendChild(s);
    }
    if (window.location.href.includes('https://get-nechto.ru/pl/teach/control/lesson/view?id=340777208')) {
        var s = document.createElement('script');
        s.src = '/pl/layout/55998/1/test.js';
        document.head.appendChild(s);
    }
    if (window.location.href.includes('https://get-nechto.ru/cms/system/login') && window.location.href.includes('212121')) {
        //$('body').append(`<script src='https://get-nechto.ru/pl/layout/75089/13/login.js'></script>`)
        //.append(`<link href='/pl/layout/75089/12/login.css' rel='stylesheet'>`)

        /*var s = document.createElement('script');
        s.src = '/pl/layout/75089/0/variables.js';
        document.head.appendChild(s);*/
    }
});