From e19b5124101f2ff5aa755df99b0fcbd0923aa01f Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 9 Jan 2009 18:20:37 +0000 Subject: Refactoring in Futon to clean up interactions between specific pages and the navigation. Also, switched some graphics over to PNGs with alpha-transparency (screw you IE6), and added a button for removing databases from the recent databases list. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733104 13f79535-47bb-0310-9956-ffa450edef68 --- share/Makefile.am | 19 +++--- share/www/_sidebar.html | 45 -------------- share/www/config.html | 5 +- share/www/couch_tests.html | 5 +- share/www/database.html | 19 ++---- share/www/document.html | 17 +++--- share/www/image/add.gif | Bin 520 -> 0 bytes share/www/image/add.png | Bin 0 -> 709 bytes share/www/image/compact.gif | Bin 13522 -> 0 bytes share/www/image/compact.png | Bin 0 -> 28735 bytes share/www/image/delete-mini.gif | Bin 257 -> 0 bytes share/www/image/delete-mini.png | Bin 0 -> 418 bytes share/www/image/delete.gif | Bin 544 -> 0 bytes share/www/image/delete.png | Bin 0 -> 718 bytes share/www/image/load.gif | Bin 538 -> 0 bytes share/www/image/load.png | Bin 0 -> 780 bytes share/www/image/run-mini.gif | Bin 236 -> 0 bytes share/www/image/run-mini.png | Bin 0 -> 478 bytes share/www/image/run.gif | Bin 489 -> 0 bytes share/www/image/run.png | Bin 0 -> 718 bytes share/www/image/running.gif | Bin 548 -> 0 bytes share/www/image/running.png | Bin 0 -> 284 bytes share/www/image/save.gif | Bin 537 -> 0 bytes share/www/image/save.png | Bin 0 -> 843 bytes share/www/index.html | 12 ++-- share/www/replicator.html | 5 +- share/www/script/browse.js | 41 +++++++------ share/www/script/futon.js | 127 ++++++++++++++++++++++++++++++++++++++++ share/www/style/layout.css | 29 +++++---- 29 files changed, 203 insertions(+), 121 deletions(-) delete mode 100644 share/www/image/add.gif create mode 100644 share/www/image/add.png delete mode 100644 share/www/image/compact.gif create mode 100644 share/www/image/compact.png delete mode 100644 share/www/image/delete-mini.gif create mode 100644 share/www/image/delete-mini.png delete mode 100644 share/www/image/delete.gif create mode 100644 share/www/image/delete.png delete mode 100644 share/www/image/load.gif create mode 100644 share/www/image/load.png delete mode 100644 share/www/image/run-mini.gif create mode 100644 share/www/image/run-mini.png delete mode 100644 share/www/image/run.gif create mode 100644 share/www/image/run.png delete mode 100644 share/www/image/running.gif create mode 100644 share/www/image/running.png delete mode 100644 share/www/image/save.gif create mode 100644 share/www/image/save.png create mode 100644 share/www/script/futon.js diff --git a/share/Makefile.am b/share/Makefile.am index b2bba8f5..fa7545d2 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -21,25 +21,25 @@ nobase_dist_localdata_DATA = \ www/dialog/_upload_attachment.html \ www/couch_tests.html \ www/favicon.ico \ - www/image/add.gif \ + www/image/add.png \ www/image/apply.gif \ www/image/bg.png \ www/image/cancel.gif \ - www/image/compact.gif \ - www/image/delete-mini.gif \ - www/image/delete.gif \ + www/image/compact.png \ + www/image/delete-mini.png \ + www/image/delete.png \ www/image/grippie.gif \ www/image/hgrad.gif \ - www/image/load.gif \ + www/image/load.png \ www/image/logo.png \ www/image/order-asc.gif \ www/image/order-desc.gif \ www/image/path.gif \ www/image/progress.gif \ - www/image/run-mini.gif \ - www/image/run.gif \ - www/image/running.gif \ - www/image/save.gif \ + www/image/run-mini.png \ + www/image/run.png \ + www/image/running.png \ + www/image/save.png \ www/image/spinner.gif \ www/image/test_failure.gif \ www/image/test_success.gif \ @@ -58,6 +58,7 @@ nobase_dist_localdata_DATA = \ www/script/couch.js \ www/script/couch_tests.js \ www/script/couch_test_runner.js \ + www/script/futon.js \ www/script/jquery.js \ www/script/jquery.cookies.js \ www/script/jquery.couch.js \ diff --git a/share/www/_sidebar.html b/share/www/_sidebar.html index 9bddda37..6ef988b9 100644 --- a/share/www/_sidebar.html +++ b/share/www/_sidebar.html @@ -18,48 +18,3 @@ ? - diff --git a/share/www/config.html b/share/www/config.html index 7eab0448..f9b95c1a 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -22,13 +22,10 @@ specific language governing permissions and limitations under the License. + + + + + +