From 539a418b1d7bfbffdcb377a7a9a43fd1a3753b6a Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 8 Jan 2009 10:19:20 +0000 Subject: Get rid of the iframe structure in Futon to allow easy bookmarking, reloading and back/forward button support across all browsers. Resolves COUCHDB-186 and COUCHDB-56. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732675 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/browse/_compact_database.html | 28 ----- share/www/browse/_create_database.html | 33 ------ share/www/browse/_create_document.html | 31 ------ share/www/browse/_delete_database.html | 27 ----- share/www/browse/_delete_document.html | 26 ----- share/www/browse/_save_view_as.html | 35 ------ share/www/browse/_upload_attachment.html | 36 ------ share/www/browse/database.html | 186 ------------------------------- share/www/browse/document.html | 117 ------------------- share/www/browse/index.html | 87 --------------- 10 files changed, 606 deletions(-) delete mode 100644 share/www/browse/_compact_database.html delete mode 100644 share/www/browse/_create_database.html delete mode 100644 share/www/browse/_create_document.html delete mode 100644 share/www/browse/_delete_database.html delete mode 100644 share/www/browse/_delete_document.html delete mode 100644 share/www/browse/_save_view_as.html delete mode 100644 share/www/browse/_upload_attachment.html delete mode 100644 share/www/browse/database.html delete mode 100644 share/www/browse/document.html delete mode 100644 share/www/browse/index.html (limited to 'share/www/browse') diff --git a/share/www/browse/_compact_database.html b/share/www/browse/_compact_database.html deleted file mode 100644 index efa5d345..00000000 --- a/share/www/browse/_compact_database.html +++ /dev/null @@ -1,28 +0,0 @@ - -
-

Compact Database

-
-

- Compacting a database removes deleted documents and previous revisions. - It is an irreversible operation and my take - a while to complete for large databases. -

-
-
- - -
-
diff --git a/share/www/browse/_create_database.html b/share/www/browse/_create_database.html deleted file mode 100644 index 5c909a7a..00000000 --- a/share/www/browse/_create_database.html +++ /dev/null @@ -1,33 +0,0 @@ - -
-

Create New Database

-
-

- Please enter the name of the database. Note that only lowercase - characters (a-z), digits (0-9), or any of the - characters _, $, (, ), +, - -, and / are allowed. -

- - - -
-
-
- - -
-
diff --git a/share/www/browse/_create_document.html b/share/www/browse/_create_document.html deleted file mode 100644 index fc9eef02..00000000 --- a/share/www/browse/_create_document.html +++ /dev/null @@ -1,31 +0,0 @@ - -
-

Create New Document

-
-

- Please enter a unique ID of the document, or leave the field empty to get - an auto-generated ID. -

- - - -
-
-
- - -
-
diff --git a/share/www/browse/_delete_database.html b/share/www/browse/_delete_database.html deleted file mode 100644 index 16be8f30..00000000 --- a/share/www/browse/_delete_database.html +++ /dev/null @@ -1,27 +0,0 @@ - -
-

Delete Database

-
-

- Are you sure you want to delete this database? Note that this is an - irreversible operation! -

-
-
- - -
-
diff --git a/share/www/browse/_delete_document.html b/share/www/browse/_delete_document.html deleted file mode 100644 index 6b5497a4..00000000 --- a/share/www/browse/_delete_document.html +++ /dev/null @@ -1,26 +0,0 @@ - -
-

Delete Document

-
-

- Are you sure you want to delete this document? -

-
-
- - -
-
diff --git a/share/www/browse/_save_view_as.html b/share/www/browse/_save_view_as.html deleted file mode 100644 index a7f10785..00000000 --- a/share/www/browse/_save_view_as.html +++ /dev/null @@ -1,35 +0,0 @@ - -
-

Save View As…

-
-

- You can save this function code as a permanent view in the database. Just - enter or select the design document and the name of the view below. Note - that if you choose an existing view, it will be overwritten! -

- - - - - - -
_design/
-
-
- - -
-
diff --git a/share/www/browse/_upload_attachment.html b/share/www/browse/_upload_attachment.html deleted file mode 100644 index 941fcc47..00000000 --- a/share/www/browse/_upload_attachment.html +++ /dev/null @@ -1,36 +0,0 @@ - -
-

Upload Attachment

-
-

- Please select the file you want to upload as an attachment to this - document. Please note that this will result in the immediate creation of - a new revision of the document, so it's not necessary to save the - document after the upload. -

- - - - - -
 
-
-
- - - -
-
diff --git a/share/www/browse/database.html b/share/www/browse/database.html deleted file mode 100644 index 6b12ed7d..00000000 --- a/share/www/browse/database.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - Browse Database - - - - - - - - - - - - - - - -

- Overview - ? -

-
-
- -
- - - - - - - - - - - - - - - - - - - -
Documents
Key
Value
-
- | - | - -
- -
- -
- - diff --git a/share/www/browse/document.html b/share/www/browse/document.html deleted file mode 100644 index 09136533..00000000 --- a/share/www/browse/document.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - View Document - - - - - - - - - - - - - - - -

- Overview - ? - ? -

-
- - - - - - - - - - - - - - - - - - - - - - -
Fields
FieldValue
- - -
- -
- - diff --git a/share/www/browse/index.html b/share/www/browse/index.html deleted file mode 100644 index 93f5a21a..00000000 --- a/share/www/browse/index.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Welcome - - - - - - - - - - - - -

Overview

-
- - - - - - - - - - - - - - - - - - - -
Databases
NameSizeNumber of DocumentsUpdate Seq
-
- | - | - -
- -
- -
- - -- cgit v1.2.3