diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/config.html | 10 | ||||
-rw-r--r-- | share/www/couch_tests.html | 12 | ||||
-rw-r--r-- | share/www/custom_test.html | 12 | ||||
-rw-r--r-- | share/www/database.html | 18 | ||||
-rw-r--r-- | share/www/document.html | 20 | ||||
-rw-r--r-- | share/www/index.html | 14 | ||||
-rw-r--r-- | share/www/replicator.html | 8 | ||||
-rw-r--r-- | share/www/status.html | 8 |
8 files changed, 51 insertions, 51 deletions
diff --git a/share/www/config.html b/share/www/config.html index c4d44944..53e52c4a 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. <head> <title>Configuration</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/jquery.editinline.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.editinline.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> <script> $(function() { $.couch.config({ diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 173e9cb3..9064a88d 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License. <head> <title>Test Suite</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/couch.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> - <script src="script/couch_test_runner.js"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/couch.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> + <script src="script/couch_test_runner.js?0.11.0"></script> <script> $(function() { updateTestsListing(); diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 740946e1..41d1a4a1 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License. <head> <title>Custom Test</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/jquery.resizer.js?0.9.0"></script> - <script src="script/couch.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.resizer.js?0.11.0"></script> + <script src="script/couch.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> <script> function T(arg, desc) { if(!arg) { diff --git a/share/www/database.html b/share/www/database.html index 0f8c2c22..400081b0 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -17,17 +17,17 @@ specific language governing permissions and limitations under the License. <head> <title>Browse Database</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/jquery.dialog.js?0.9.0"></script> - <script src="script/jquery.resizer.js?0.9.0"></script> - <script src="script/jquery.suggest.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> - <script src="script/futon.browse.js?0.9.0"></script> - <script src="script/futon.format.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.dialog.js?0.11.0"></script> + <script src="script/jquery.resizer.js?0.11.0"></script> + <script src="script/jquery.suggest.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> + <script src="script/futon.browse.js?0.11.0"></script> + <script src="script/futon.format.js?0.11.0"></script> <script> var page = new $.futon.CouchDatabasePage(); $.futon.navigation.ready(function() { diff --git a/share/www/document.html b/share/www/document.html index dad11914..57d458d4 100644 --- a/share/www/document.html +++ b/share/www/document.html @@ -17,18 +17,18 @@ specific language governing permissions and limitations under the License. <head> <title>View Document</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/jquery.dialog.js?0.9.0"></script> - <script src="script/jquery.editinline.js?0.9.0"></script> - <script src="script/jquery.form.js?0.9.0"></script> - <script src="script/jquery.resizer.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> - <script src="script/futon.browse.js?0.9.0"></script> - <script src="script/futon.format.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.dialog.js?0.11.0"></script> + <script src="script/jquery.editinline.js?0.11.0"></script> + <script src="script/jquery.form.js?0.11.0"></script> + <script src="script/jquery.resizer.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> + <script src="script/futon.browse.js?0.11.0"></script> + <script src="script/futon.format.js?0.11.0"></script> <script> var page = new $.futon.CouchDocumentPage(); diff --git a/share/www/index.html b/share/www/index.html index 25bf25af..3255767f 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -17,15 +17,15 @@ specific language governing permissions and limitations under the License. <head> <title>Overview</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/jquery.dialog.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> - <script src="script/futon.browse.js?0.9.0"></script> - <script src="script/futon.format.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/jquery.dialog.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> + <script src="script/futon.browse.js?0.11.0"></script> + <script src="script/futon.format.js?0.11.0"></script> <script> var page = new $.futon.CouchIndexPage(); $(document).ready(function() { diff --git a/share/www/replicator.html b/share/www/replicator.html index 7a1f39e3..d5873d3c 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -17,12 +17,12 @@ specific language governing permissions and limitations under the License. <head> <title>Replicator</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.2"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> <script> $(document).ready(function() { $("fieldset input[type=radio]").click(function() { diff --git a/share/www/status.html b/share/www/status.html index 7cbbc110..72cd2afe 100644 --- a/share/www/status.html +++ b/share/www/status.html @@ -17,12 +17,12 @@ specific language governing permissions and limitations under the License. <head> <title>Status</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/jquery.js?1.3.1"></script> - <script src="script/jquery.cookies.js?0.9.0"></script> - <script src="script/jquery.couch.js?0.9.0"></script> - <script src="script/futon.js?0.9.0"></script> + <script src="script/jquery.cookies.js?0.11.0"></script> + <script src="script/jquery.couch.js?0.11.0"></script> + <script src="script/futon.js?0.11.0"></script> </head> <body><div id="wrap"> <h1> |