Showing
66 changed files
with
3619 additions
and
0 deletions
.gitignore
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
client/.spmignore
0 → 100644
client/.travis.yml
0 → 100644
client/HISTORY.md
0 → 100644
client/README.md
0 → 100644
client/config.rb
0 → 100644
client/gulpfile.js
0 → 100644
client/js/index.js
0 → 100644
client/package.json
0 → 100644
client/sass/common/animate.min.scss
0 → 100644
client/sass/common/black.scss
0 → 100644
client/sass/common/bootstrap.min.scss
0 → 100644
This diff could not be displayed because it is too large.
client/sass/common/custom.scss
0 → 100644
client/sass/common/default.scss
0 → 100644
client/sass/common/font-awesome.min.scss
0 → 100644
client/sass/common/ionicons.min.scss
0 → 100644
client/sass/common/jquery-ui.min.scss
0 → 100644
client/sass/common/style-responsive.min.scss
0 → 100644
client/sass/common/style.min.scss
0 → 100644
client/sass/common/upload.scss
0 → 100644
client/sass/index.scss
0 → 100644
client/sass/login.scss
0 → 100644
client/webpack.config.js
0 → 100644
deploy.json
0 → 100644
public/favicon.ico
0 → 100644
No preview for this file type
public/fonts/fontawesome-webfont.eot
0 → 100644
No preview for this file type
public/fonts/fontawesome-webfont.svg
0 → 100644
This diff could not be displayed because it is too large.
public/fonts/fontawesome-webfont.ttf
0 → 100644
No preview for this file type
public/fonts/fontawesome-webfont.woff
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
public/images/bg-2.jpg
0 → 100644

524 KB
public/images/logo.jpg
0 → 100644

15.3 KB
public/images/user-12.jpg
0 → 100644

8.34 KB
server/adapters/login.js
0 → 100644
server/adapters/logout.js
0 → 100644
server/app.js
0 → 100644
server/config/common.js
0 → 100644
server/config/gray.js
0 → 100644
server/interface/auth.js
0 → 100644
server/mid/auth.js
0 → 100644
server/mid/grayroute.js
0 → 100644
server/mid/pageModule.js
0 → 100644
server/package.json
0 → 100644
server/staticConfig.js
0 → 100644
server/stub/config/login.js
0 → 100644
server/stub/routers.js
0 → 100644
server/stub/service/auth.js
0 → 100644
server/stub/service/oldService.js
0 → 100644
server/test.js
0 → 100644
server/util/common.js
0 → 100644
server/views/error/error.html
0 → 100644
server/views/error/error_nolayout.html
0 → 100644
server/views/layout.html
0 → 100644
server/views/pages/apidoc/doc.html
0 → 100644
server/views/pages/index.html
0 → 100644
server/views/pages/login.html
0 → 100644
server/views/partials/footer.html
0 → 100644
server/views/partials/header.html
0 → 100644
server/views/partials/sidebar.html
0 → 100644
server/views/partials/topbar.html
0 → 100644
server/views/partials/ui/menu.html
0 → 100644
-
Please register or login to post a comment