From 544a38dd45f6a58d34296c6c768afd086eb2ac70 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 28 Mar 2008 23:32:19 +0000 Subject: Imported trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68 --- 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/database.html | 151 +++++++++++++++++++++++++++++++++ share/www/browse/document.html | 88 +++++++++++++++++++ share/www/browse/index.html | 65 ++++++++++++++ 8 files changed, 456 insertions(+) create mode 100644 share/www/browse/_create_database.html create mode 100644 share/www/browse/_create_document.html create mode 100644 share/www/browse/_delete_database.html create mode 100644 share/www/browse/_delete_document.html create mode 100644 share/www/browse/_save_view_as.html create mode 100644 share/www/browse/database.html create mode 100644 share/www/browse/document.html create mode 100644 share/www/browse/index.html (limited to 'share/www/browse') diff --git a/share/www/browse/_create_database.html b/share/www/browse/_create_database.html new file mode 100644 index 00000000..5c909a7a --- /dev/null +++ b/share/www/browse/_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/browse/_create_document.html b/share/www/browse/_create_document.html new file mode 100644 index 00000000..fc9eef02 --- /dev/null +++ b/share/www/browse/_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/browse/_delete_database.html b/share/www/browse/_delete_database.html new file mode 100644 index 00000000..16be8f30 --- /dev/null +++ b/share/www/browse/_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/browse/_delete_document.html b/share/www/browse/_delete_document.html new file mode 100644 index 00000000..6b5497a4 --- /dev/null +++ b/share/www/browse/_delete_document.html @@ -0,0 +1,26 @@ + +
+

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 new file mode 100644 index 00000000..a7f10785 --- /dev/null +++ b/share/www/browse/_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/browse/database.html b/share/www/browse/database.html new file mode 100644 index 00000000..33041bd7 --- /dev/null +++ b/share/www/browse/database.html @@ -0,0 +1,151 @@ + + + + + Browse Database + + + + + + + + + + + + + + + +

+ Overview + ? +

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

+ Overview + ? + ? +

+
+ + + + + + + + + + + + + + + + + + +
Fields
FieldValue
+ + +
+ +
+ + diff --git a/share/www/browse/index.html b/share/www/browse/index.html new file mode 100644 index 00000000..bc901dcf --- /dev/null +++ b/share/www/browse/index.html @@ -0,0 +1,65 @@ + + + + + Welcome + + + + + + + + + + + +

Overview

+
+ + + + + + + + + + + + + + + + + + +
Databases
NameNumber of DocumentsUpdate Seq
+ +
+ + -- cgit v1.2.3