* Separated CBI from LuCI Web
authorSteven Barth <steven@midlink.org>
Tue, 27 May 2008 08:32:10 +0000 (08:32 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 27 May 2008 08:32:10 +0000 (08:32 +0000)
commit30c8b259e1b7012f7c16c1ee5aeb1997e44dcbdc
tree12d1195e52a82165ea44129a7ab53126a7b2b7c9
parentb8124f18f88fe11158eb122a1e362cfbd512cf4f
* Separated CBI from LuCI Web
* Updated OpenWRT-Makefile
50 files changed:
applications/cbi/Makefile [new file with mode: 0644]
applications/cbi/root/www/resources/cbi.js [new file with mode: 0644]
applications/cbi/src/cbi.lua [new file with mode: 0644]
applications/cbi/src/view/cbi/dvalue.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/footer.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/full_valuefooter.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/full_valueheader.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/fvalue.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/header.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/lvalue.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/map.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/mvalue.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/nsection.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/tblsection.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/tiny_valuefooter.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/tiny_valueheader.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/tsection.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/ucisection.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/value.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/valuefooter.htm [new file with mode: 0644]
applications/cbi/src/view/cbi/valueheader.htm [new file with mode: 0644]
contrib/package/luci/Makefile
modules/admin-core/src/view/error404.htm [new file with mode: 0644]
modules/admin-core/src/view/error500.htm [new file with mode: 0644]
modules/admin-core/src/view/footer.htm [new file with mode: 0644]
modules/admin-core/src/view/header.htm [new file with mode: 0644]
web/root/www/resources/cbi.js [deleted file]
web/src/cbi.lua [deleted file]
web/src/view/cbi/dvalue.htm [deleted file]
web/src/view/cbi/footer.htm [deleted file]
web/src/view/cbi/full_valuefooter.htm [deleted file]
web/src/view/cbi/full_valueheader.htm [deleted file]
web/src/view/cbi/fvalue.htm [deleted file]
web/src/view/cbi/header.htm [deleted file]
web/src/view/cbi/lvalue.htm [deleted file]
web/src/view/cbi/map.htm [deleted file]
web/src/view/cbi/mvalue.htm [deleted file]
web/src/view/cbi/nsection.htm [deleted file]
web/src/view/cbi/tblsection.htm [deleted file]
web/src/view/cbi/tiny_valuefooter.htm [deleted file]
web/src/view/cbi/tiny_valueheader.htm [deleted file]
web/src/view/cbi/tsection.htm [deleted file]
web/src/view/cbi/ucisection.htm [deleted file]
web/src/view/cbi/value.htm [deleted file]
web/src/view/cbi/valuefooter.htm [deleted file]
web/src/view/cbi/valueheader.htm [deleted file]
web/src/view/error404.htm [deleted file]
web/src/view/error500.htm [deleted file]
web/src/view/footer.htm [deleted file]
web/src/view/header.htm [deleted file]