keplerjs:core-ui

KeplerJs base package for User Interface.

Define the base front-end structure of Kepler app, the basic views and the minimum CSS for the html interface.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
├── views
│   ├── items
│   │   ├── place.html
│   │   ├── place.js
│   │   └── user.html
│   │
│   ├── panels
│   │   ├── place
│   │   │   ├── histplace.html
│   │   │   └── info.html
│   │   │
│   │   ├── user
│   │   │   ├── bio.html
│   │   │   ├── friends.html
│   │   │   ├── friends.js
│   │   │   └── histuser.html
│   │   │ 
│   │   ├── friends.html
│   │   ├── friends.js
│   │   ├── panelList.html
│   │   ├── panelList.js
│   │   ├── place.html
│   │   ├── places.html
│   │   ├── places.js
│   │   ├── profile.html
│   │   ├── search.html
│   │   ├── search.js
│   │   ├── settings.html
│   │   ├── settings.js
│   │   ├── user.html
│   │   └── user.js
│   │
│   ├── btnConnect.html
│   ├── btnConnect.js
│   ├── errors.html
│   ├── footer.html
│   ├── formLogin.html
│   ├── header.html
│   ├── loaders.html
│   ├── markers.html
│   ├── navSidebar.html
│   ├── pluginsTemplate.html
│   ├── pluginsTemplate.js
│   ├── popups.html
│   └── tabLocation.html

├── helpers.js

├── home.html
├── layouts.html
├── layouts.js
└── main.html
Edit on GitHub
Licensed under Creative Commons