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/dialog/_compact_database.html | 28 +++++++++++++++++++++++++ share/www/dialog/_create_database.html | 33 +++++++++++++++++++++++++++++ share/www/dialog/_create_document.html | 31 +++++++++++++++++++++++++++ share/www/dialog/_delete_database.html | 27 ++++++++++++++++++++++++ share/www/dialog/_delete_document.html | 26 +++++++++++++++++++++++ share/www/dialog/_save_view_as.html | 35 +++++++++++++++++++++++++++++++ share/www/dialog/_upload_attachment.html | 36 ++++++++++++++++++++++++++++++++ 7 files changed, 216 insertions(+) create mode 100644 share/www/dialog/_compact_database.html create mode 100644 share/www/dialog/_create_database.html create mode 100644 share/www/dialog/_create_document.html create mode 100644 share/www/dialog/_delete_database.html create mode 100644 share/www/dialog/_delete_document.html create mode 100644 share/www/dialog/_save_view_as.html create mode 100644 share/www/dialog/_upload_attachment.html (limited to 'share/www/dialog') diff --git a/share/www/dialog/_compact_database.html b/share/www/dialog/_compact_database.html new file mode 100644 index 00000000..efa5d345 --- /dev/null +++ b/share/www/dialog/_compact_database.html @@ -0,0 +1,28 @@ + +
+

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/dialog/_create_database.html b/share/www/dialog/_create_database.html new file mode 100644 index 00000000..5c909a7a --- /dev/null +++ b/share/www/dialog/_create_database.html @@ -0,0 +1,33 @@ + +
+

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/dialog/_create_document.html b/share/www/dialog/_create_document.html new file mode 100644 index 00000000..fc9eef02 --- /dev/null +++ b/share/www/dialog/_create_document.html @@ -0,0 +1,31 @@ + +
+

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/dialog/_delete_database.html b/share/www/dialog/_delete_database.html new file mode 100644 index 00000000..16be8f30 --- /dev/null +++ b/share/www/dialog/_delete_database.html @@ -0,0 +1,27 @@ + +
+

Delete Database

+
+

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

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

Delete Document

+
+

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

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

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/dialog/_upload_attachment.html b/share/www/dialog/_upload_attachment.html new file mode 100644 index 00000000..941fcc47 --- /dev/null +++ b/share/www/dialog/_upload_attachment.html @@ -0,0 +1,36 @@ + +
+

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. +

+ + + + + +
 
+
+
+ + + +
+
-- cgit v1.2.3