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
[ | |
{ | |
"title": "Электроника", | |
"groups": [ | |
{ "title" : "Смартфоны и умные часы"}, | |
{ "title": "Мобильные телефоны" }, | |
{ "title": "Смартфоны" } | |
] | |
}, | |
{ |
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
const data = [ | |
{ | |
name: "Ольховский на таете", | |
phone: "+79871233321", | |
inspector : "Геннадий Петренко" | |
list: [{ | |
id: 'item-5', | |
brand: 'Magneti Marelli', | |
number: 'MK088', | |
name: 'Бампер', |
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
[ | |
{ | |
"date": "Date", | |
"contr": "Кудрявцева А", | |
"value": "1002" | |
}, | |
{ | |
"date": "Date", | |
"contr": "Гараж", | |
"value": "777" |
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
<!-- Yandex.Metrika counter --> | |
<script type="text/javascript" > | |
(function (d, w, c) { | |
(w[c] = w[c] || []).push(function() { | |
try { | |
w.yaCounter49811128 = new Ya.Metrika2({ | |
id:49811128, | |
clickmap:true, | |
trackLinks:true, | |
accurateTrackBounce:true, |
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
import React, { PropTypes } from 'react' | |
import { connect } from 'react-redux' | |
import { Cell } from 'sbtsbol-app' | |
import { errorAdapter, Field, Input } from '@sbtsbol/lib.ui' | |
import Header from './header' | |
import { CheckboxUI, DateBox, FormGroupUI, LabelUI, SectionUI, TextBoxUI } from './ui' | |
const DepartmentCodeInput = errorAdapter(Input.Masked) | |
const renderDepartmentField = (field) => { |
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
import React, { PropTypes } from 'react' | |
import { connect } from 'react-redux' | |
import { Cell } from 'sbtsbol-app' | |
import { errorAdapter, Field, Input } from '@sbtsbol/lib.ui' | |
import Header from './header' | |
import { CheckboxUI, DateBox, FormGroupUI, LabelUI, SectionUI, TextBoxUI } from './ui' | |
const DepartmentCodeInput = errorAdapter(Input.Masked) | |
const renderDepartmentField = (field) => { |
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
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sci-Fi</title> | |
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | |
<script src="https://fb.me/react-0.14.3.js"></script> | |
<script src="https://fb.me/react-dom-0.14.3.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> | |
</head> |