Wow, that's a mega-commit :-) What's the intention of the "official style" stuff? Cheers, Ian On Fri, 11 Feb 2005 le...@pr... wrote: >Update of /cvsroot/meshdb/www/db2 >In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12631 > >Modified Files: > Tag: leonard-dev > address.html cookies.inc cookies.php create.php edit.php > elev.php footer.inc gps.php index.php map2d.inc map3b.php > map4b.php search.php select.php submit.php touch.php > touchgraph.php util.php view.php >Added Files: > Tag: leonard-dev > official-style.css view-maps.inc.php view-util.inc >Log Message: >* Add an extra preference variable "mode", which is either "official", > "public" or "all" (defaults "official".. for now). >* Add a new 'official' stylesheet which has a purple theme. This is > is to visually distinguish between the different modes. It is only > in effect in 'official' mode (and can't be usurped by stylesheet pref). >* Correct the cookies.php script so it returns you to the calling page > when you 'save changes'. It also adds an extra bit to the URL that > should cause a cache miss, but is otherwise harmless. >* Add a 'readonly' check inside edit.php >* Split the overlay map code out into a separate file (still work in progress) >* Correct index.php's broken overlay map code. >* Add a debug() function which allows scripts to send messages to > Apache's error_log. >* Use the $BINDIR var (from the config file) when finding some programs. >* Correct bug in overlay map where checkboxes weren't de-checking. > > >--- NEW FILE: official-style.css --- > >/* Overrides for 'official' mode. Mostly a purplish color scheme. */ [snip] |