|
@@ -1,121 +0,0 @@
|
1
|
|
-import React from 'react'
|
2
|
|
-import classnames from 'classnames'
|
3
|
|
-import imgProfil from '../img/imgProfil.png'
|
4
|
|
-
|
5
|
|
-const Timeline = props => {
|
6
|
|
- return (
|
7
|
|
- <div className='timeline'>
|
8
|
|
- <div className={classnames(`${props.customClass}__header`, 'timeline__header')}>
|
9
|
|
- Timeline
|
10
|
|
- </div>
|
11
|
|
-
|
12
|
|
- <ul className={classnames(`${props.customClass}__messagelist`, 'timeline__messagelist')}>
|
13
|
|
-
|
14
|
|
- <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item sended')}>
|
15
|
|
- <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
|
16
|
|
- <img src={imgProfil} alt='avatar' />
|
17
|
|
- </div>
|
18
|
|
- <div
|
19
|
|
- className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>
|
20
|
|
- 27/11/17 à 11h45
|
21
|
|
- </div>
|
22
|
|
- <div
|
23
|
|
- className={classnames(`${props.customClass}__messagelist__item__content`, 'timeline__messagelist__item__content')}>
|
24
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
25
|
|
- </div>
|
26
|
|
- </li>
|
27
|
|
-
|
28
|
|
- <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item received')}>
|
29
|
|
- <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
|
30
|
|
- <img src={imgProfil} alt='avatar' />
|
31
|
|
- </div>
|
32
|
|
- <div
|
33
|
|
- className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>
|
34
|
|
- 27/11/17 à 11h47
|
35
|
|
- </div>
|
36
|
|
- <div
|
37
|
|
- className={classnames(`${props.customClass}__messagelist__item__content`, 'timeline__messagelist__item__content')}>
|
38
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
39
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
40
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
41
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
42
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
43
|
|
- </div>
|
44
|
|
- </li>
|
45
|
|
-
|
46
|
|
- <li className={classnames(`${props.customClass}__messagelist__version`, 'timeline__messagelist__version')}>
|
47
|
|
- <div className={classnames(`${props.customClass}__messagelist__version__btn`, 'timeline__messagelist__version__btn btn')}>
|
48
|
|
- <i className='fa fa-code-fork' />
|
49
|
|
- version 3
|
50
|
|
- </div>
|
51
|
|
- <div className={classnames(`${props.customClass}__messagelist__version__date`, 'timeline__messagelist__version__date')}>
|
52
|
|
- Créer le 22/11/17
|
53
|
|
- </div>
|
54
|
|
- </li>
|
55
|
|
-
|
56
|
|
- <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item sended')}>
|
57
|
|
- <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
|
58
|
|
- <img src={imgProfil} alt='avatar' />
|
59
|
|
- </div>
|
60
|
|
- <div
|
61
|
|
- className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>
|
62
|
|
- 27/11/17 à 11h45
|
63
|
|
- </div>
|
64
|
|
- <div
|
65
|
|
- className={classnames(`${props.customClass}__messagelist__item__content`, 'timeline__messagelist__item__content')}>
|
66
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
67
|
|
- </div>
|
68
|
|
- </li>
|
69
|
|
-
|
70
|
|
- <li className={classnames(`${props.customClass}__messagelist__item`, 'timeline__messagelist__item received')}>
|
71
|
|
- <div className={classnames(`${props.customClass}__messagelist__item__avatar`, 'timeline__messagelist__item__avatar')}>
|
72
|
|
- <img src={imgProfil} alt='avatar' />
|
73
|
|
- </div>
|
74
|
|
- <div
|
75
|
|
- className={classnames(`${props.customClass}__messagelist__item__createhour`, 'timeline__messagelist__item__createhour')}>
|
76
|
|
- 27/11/17 à 11h47
|
77
|
|
- </div>
|
78
|
|
- <div
|
79
|
|
- className={classnames(`${props.customClass}__messagelist__item__content`, 'timeline__messagelist__item__content')}>
|
80
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
81
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
82
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
83
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
84
|
|
- Proident esse laboris in sed officia exercitation ut anim ea.
|
85
|
|
- </div>
|
86
|
|
- </li>
|
87
|
|
-
|
88
|
|
- </ul>
|
89
|
|
- <form className={classnames(`${props.customClass}__texteditor`, 'timeline__texteditor')}>
|
90
|
|
- <div
|
91
|
|
- className={classnames(`${props.customClass}__texteditor__simpletext`, 'timeline__texteditor__simpletext input-group')}>
|
92
|
|
- <input
|
93
|
|
- type='text'
|
94
|
|
- className={classnames(`${props.customClass}__texteditor__simpletext__input`, 'timeline__texteditor__simpletext__input form-control')}
|
95
|
|
- placeholder='...'
|
96
|
|
- />
|
97
|
|
- <div
|
98
|
|
- className={classnames(`${props.customClass}__texteditor__simpletext__icon`, 'timeline__texteditor__simpletext__icon input-group-addon')}>
|
99
|
|
- <i className='fa fa-font' />
|
100
|
|
- </div>
|
101
|
|
- </div>
|
102
|
|
- <div className={classnames(`${props.customClass}__texteditor__wysiwyg`, 'timeline__texteditor__wysiwyg d-none d-xl-block')}>
|
103
|
|
- <textarea />
|
104
|
|
- </div>
|
105
|
|
- <div className={classnames(`${props.customClass}__texteditor__submit`, 'timeline__texteditor__submit d-xl-flex justify-content-xl-center')}>
|
106
|
|
- <button
|
107
|
|
- type='submit'
|
108
|
|
- className={classnames(`${props.customClass}__texteditor__submit__btn`, 'timeline__texteditor__submit__btn btn')}
|
109
|
|
- >
|
110
|
|
- Envoyer
|
111
|
|
- <div className={classnames(`${props.customClass}__texteditor__submit__btn__icon`, 'timeline__texteditor__submit__btn__icon')}>
|
112
|
|
- <i className='fa fa-paper-plane-o' />
|
113
|
|
- </div>
|
114
|
|
- </button>
|
115
|
|
- </div>
|
116
|
|
- </form>
|
117
|
|
- </div>
|
118
|
|
- )
|
119
|
|
-}
|
120
|
|
-
|
121
|
|
-export default Timeline
|