]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add portal, a nice GUI with pure html and javascript
authorSeven Du <dujinfang@gmail.com>
Sun, 24 Mar 2013 17:33:26 +0000 (01:33 +0800)
committerSeven Du <dujinfang@gmail.com>
Sun, 24 Mar 2013 17:33:26 +0000 (01:33 +0800)
commitc16843dc517248364e9f3fff5cc385e70f82e407
treec7534792be3ca96bb84a36a6cde5a5498b1aee21
parent3807dcb129c94c3fa9a00004524216727e528624
add portal, a nice GUI with pure html and javascript
17 files changed:
htdocs/portal/LICENCE [new file with mode: 0644]
htdocs/portal/README.md [new file with mode: 0644]
htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css [new file with mode: 0644]
htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css [new file with mode: 0644]
htdocs/portal/assets/bootstrap/css/bootstrap.css [new file with mode: 0644]
htdocs/portal/assets/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png [new file with mode: 0644]
htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png [new file with mode: 0644]
htdocs/portal/assets/bootstrap/js/bootstrap.js [new file with mode: 0644]
htdocs/portal/assets/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
htdocs/portal/assets/js/ember-1.0.0-rc.1.js [new file with mode: 0644]
htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js [new file with mode: 0644]
htdocs/portal/assets/js/ember-data.js [new file with mode: 0644]
htdocs/portal/assets/js/fsportal.js [new file with mode: 0644]
htdocs/portal/assets/js/handlebars.js [new file with mode: 0644]
htdocs/portal/assets/js/jquery-1.9.1.min.js [new file with mode: 0644]
htdocs/portal/index.html [new file with mode: 0644]