This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO sobranie_subway SET name="Аэропорт", coords_x="55.79981", coords_y="37.53412"; | |
INSERT INTO sobranie_subway SET name="Академическая", coords_x="55.68808", coords_y="37.57501"; | |
INSERT INTO sobranie_subway SET name="Алексеевская", coords_x="55.80737", coords_y="37.63844"; | |
INSERT INTO sobranie_subway SET name="Александровский сад", coords_x="55.75219", coords_y="37.60836"; | |
INSERT INTO sobranie_subway SET name="Алтуфьево", coords_x="55.89504", coords_y="37.58605"; | |
INSERT INTO sobranie_subway SET name="Аннино (стр.)", coords_x="55.581818", coords_y="37.594978"; | |
INSERT INTO sobranie_subway SET name="Арбатская", coords_x="55.75228", coords_y="37.60357"; | |
INSERT INTO sobranie_subway SET name="Авиамоторная", coords_x="55.75208", coords_y="37.71677"; | |
INSERT INTO sobranie_subway SET name="Автозаводская", coords_x="55.70801", coords_y="37.65858"; | |
INSERT INTO sobranie_subway SET name="Бабушкинская", coords_x="55.86814", coords_y="37.66292"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deny from all | |
<Files ~ "^\w+\.(gif|jpe?g|png)$"> | |
order deny,allow | |
allow from all | |
</Files> | |
<IfModule mod_php5.c> | |
php_flag engine off | |
</IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="select__item" rel="AF">Afghanistan</li> | |
<li class="select__item" rel="AX">Åland Islands</li> | |
<li class="select__item" rel="AL">Albania</li> | |
<li class="select__item" rel="DZ">Algeria</li> | |
<li class="select__item" rel="AS">American Samoa</li> | |
<li class="select__item" rel="AD">Andorra</li> | |
<li class="select__item" rel="AO">Angola</li> | |
<li class="select__item" rel="AI">Anguilla</li> | |
<li class="select__item" rel="AQ">Antarctica</li> | |
<li class="select__item" rel="AG">Antigua and Barbuda</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends '/locale/ru/teams/team/TeamGeneric.twig' %} | |
{% block Title %} | |
<h1 class="text__container-title">Аякс ДВФУ<span class="grey_title">(РОССИЯ)</span></h1> | |
<h2 class="text__container-subtitle">Международный институт экономики и права (Владивосток)</h2> | |
{% endblock %} | |
{% block TeamPhoto %} | |
<div class="teams__profile-photo"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( '.header__subscribe' ).click(function(){ | |
if (!$(this).hasClass('authorized')){ | |
$( '.popup__auth' ).show(); | |
$( '.popups__wrapper' ).show(); | |
$('.btn_reg').click(function(){ | |
$( '.popup__auth' ).hide(); | |
$( '.popup__registration' ).show(); | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends '/locale/ru/teams/team/TeamGeneric.twig' %} | |
{% block Title %} | |
<h2 class="team-name">Духовная скрепа (россия)</h2> | |
<span class="team-from">Международный институт экономики и права (Владивосток)</span> | |
{% endblock %} | |
{% block TeamPhoto %} | |
<img class="team-picture" src="/assets_m/img/mobile/tmp/_2.jpg" alt="" /> | |
{% endblock %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php vw-request.php | |
<pre>SoapClient Object | |
( | |
[_soap_version] => 1 | |
[sdl] => Resource id #4 | |
[__soap_fault] => SoapFault Object | |
( | |
[message:protected] => Unknown protocol. Only http and https are allowed. | |
[string:Exception:private] => | |
[code:protected] => 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: Aleksey Kolyadin | |
* Date: 02.10.2014 | |
* Time: 16:18 | |
*/ | |
set_time_limit(0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace fifa\app\controllers\site; | |
use fifa\app\controllers\ControllerInterface; | |
use fifa\app\controllers\GenericController; | |
use fifa\lib\Config; | |
use fifa\lib\TwigHelper; | |
use fifa\model\content\Cheerleader; | |
use fifa\model\content\CheerleaderFactory; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="teams__promo-banner single_team"> | |
<div class="promo__banner-text"> | |
<p> | |
Поделитесь фотографией команды «Аякс» в социальной сети | |
и получите возможность выиграть мяч с логотипом Manchester United и Аэрофлота. | |
</p> | |
</div> | |
<a href="#" class="promo__banner-more">ПРАВИЛА АКЦИИ</a> | |
<div class="promo__banner-btn get_registration"> | |
<span>поделиться</span> |