Yes, it's a full install. Admin login looks a little flaky, but it all works.
Maybe tomorrow I'll feel up to starting a reworking of the manager. I've got the idea pretty well settled, how I want it, and the scripts and CSS I'll be using to do it. One page, maybe with an iframe for the tree, maybe not. Menu across the top, generated into a nested UL list, in a manner similar to the way the menu for frame 2.php is generated now, to include into the header.inc.php file (
http://www.alistapart.com/d/hybrid/hybrid-4.html, tree to the left, in its own floated div (or iframe, whatever), I have a wide selection of cross-browser tree view scripts to choose from, all taken care of in header.inc.php; the main part included into a div to the right, no real change to the index.php file, except I think I'll pull the switch section out into an include file and reorganize the numbering to make it easier to auto-generate new functionality; and any cleaning up in the footer.inc.php file. Shouldn't be too difficult. As little javascript as I can get away with. That was one (actually one of two) things I had against the original. (love affair with javascript cuteness, windows-centric).
And just for the fun of it, I'm going to make it XHTML 1.1 and CSS compliant.
I'll make it available for anybody that's interested, but I'm doing it because I've been itching to do it for a couple of months now.