libs: merge libs/cbi into libs/web
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Oct 2010 05:15:32 +0000 (05:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Oct 2010 05:15:32 +0000 (05:15 +0000)
commitede4aca4b95c9e664e4830fd43c54b627b122538
tree4b76e082d3968c1171fcc74412bf58fa852e3d42
parent7b23839dce0c09953142a5af946ab642027bc3c5
libs: merge libs/cbi into libs/web
105 files changed:
contrib/package/luci/Makefile
libs/cbi/htdocs/luci-static/resources/cbi.js [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/add.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/apply.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/arrow.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/download.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/edit.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/fieldadd.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/find.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/help.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/key.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/link.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/reload.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/remove.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/reset.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/save.gif [deleted file]
libs/cbi/htdocs/luci-static/resources/cbi/user.gif [deleted file]
libs/cbi/luasrc/cbi.lua [deleted file]
libs/cbi/luasrc/cbi/datatypes.lua [deleted file]
libs/cbi/luasrc/view/cbi/browser.htm [deleted file]
libs/cbi/luasrc/view/cbi/button.htm [deleted file]
libs/cbi/luasrc/view/cbi/cell_valuefooter.htm [deleted file]
libs/cbi/luasrc/view/cbi/cell_valueheader.htm [deleted file]
libs/cbi/luasrc/view/cbi/compound.htm [deleted file]
libs/cbi/luasrc/view/cbi/delegator.htm [deleted file]
libs/cbi/luasrc/view/cbi/dvalue.htm [deleted file]
libs/cbi/luasrc/view/cbi/dynlist.htm [deleted file]
libs/cbi/luasrc/view/cbi/filebrowser.htm [deleted file]
libs/cbi/luasrc/view/cbi/firewall_zonelist.htm [deleted file]
libs/cbi/luasrc/view/cbi/footer.htm [deleted file]
libs/cbi/luasrc/view/cbi/full_valuefooter.htm [deleted file]
libs/cbi/luasrc/view/cbi/full_valueheader.htm [deleted file]
libs/cbi/luasrc/view/cbi/fvalue.htm [deleted file]
libs/cbi/luasrc/view/cbi/header.htm [deleted file]
libs/cbi/luasrc/view/cbi/lvalue.htm [deleted file]
libs/cbi/luasrc/view/cbi/map.htm [deleted file]
libs/cbi/luasrc/view/cbi/mvalue.htm [deleted file]
libs/cbi/luasrc/view/cbi/network_ifacelist.htm [deleted file]
libs/cbi/luasrc/view/cbi/network_netlist.htm [deleted file]
libs/cbi/luasrc/view/cbi/nsection.htm [deleted file]
libs/cbi/luasrc/view/cbi/nullsection.htm [deleted file]
libs/cbi/luasrc/view/cbi/simpleform.htm [deleted file]
libs/cbi/luasrc/view/cbi/tabcontainer.htm [deleted file]
libs/cbi/luasrc/view/cbi/tabmenu.htm [deleted file]
libs/cbi/luasrc/view/cbi/tblsection.htm [deleted file]
libs/cbi/luasrc/view/cbi/tsection.htm [deleted file]
libs/cbi/luasrc/view/cbi/tvalue.htm [deleted file]
libs/cbi/luasrc/view/cbi/ucisection.htm [deleted file]
libs/cbi/luasrc/view/cbi/upload.htm [deleted file]
libs/cbi/luasrc/view/cbi/value.htm [deleted file]
libs/cbi/luasrc/view/cbi/valuefooter.htm [deleted file]
libs/cbi/luasrc/view/cbi/valueheader.htm [deleted file]
libs/cbi/root/lib/uci/upload/.gitignore [deleted file]
libs/web/htdocs/luci-static/resources/cbi.js [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/add.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/apply.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/arrow.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/download.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/edit.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/fieldadd.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/find.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/help.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/key.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/link.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/reload.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/remove.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/reset.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/save.gif [new file with mode: 0644]
libs/web/htdocs/luci-static/resources/cbi/user.gif [new file with mode: 0644]
libs/web/luasrc/cbi.lua [new file with mode: 0644]
libs/web/luasrc/cbi/datatypes.lua [new file with mode: 0644]
libs/web/luasrc/view/cbi/browser.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/button.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/cell_valuefooter.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/cell_valueheader.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/compound.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/delegator.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/dvalue.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/dynlist.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/filebrowser.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/firewall_zonelist.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/footer.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/full_valuefooter.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/full_valueheader.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/fvalue.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/header.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/lvalue.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/map.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/mvalue.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/network_ifacelist.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/network_netlist.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/nsection.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/nullsection.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/simpleform.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/tabcontainer.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/tabmenu.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/tblsection.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/tsection.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/tvalue.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/ucisection.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/upload.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/value.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/valuefooter.htm [new file with mode: 0644]
libs/web/luasrc/view/cbi/valueheader.htm [new file with mode: 0644]
libs/web/root/lib/uci/upload/.gitignore [new file with mode: 0644]