summaryrefslogtreecommitdiff
path: root/share/www/browse
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-06-06 13:18:56 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-06-06 13:18:56 +0000
commitb6c013c89fba0a5ac0e52def10be2869b3a61581 (patch)
treee51e2d41e6f8918427e0e2582d06f1fc651b7df1 /share/www/browse
parent88c8ac08c164307005a3fff68541fb1f556bdb06 (diff)
Add version tags for CSS and Javascript references in Futon to avoid stale caches.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse')
-rw-r--r--share/www/browse/database.html18
-rw-r--r--share/www/browse/document.html16
-rw-r--r--share/www/browse/index.html14
3 files changed, 24 insertions, 24 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html
index b0351bca..d39bd3f9 100644
--- a/share/www/browse/database.html
+++ b/share/www/browse/database.html
@@ -17,16 +17,16 @@ 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" type="text/css">
+ <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
<script src="../script/json2.js"></script>
- <script src="../script/jquery.js"></script>
- <script src="../script/jquery.cookies.js"></script>
- <script src="../script/jquery.couch.js"></script>
- <script src="../script/jquery.dialog.js"></script>
- <script src="../script/jquery.resizer.js"></script>
- <script src="../script/jquery.suggest.js"></script>
- <script src="../script/browse.js"></script>
- <script src="../script/pprint.js"></script>
+ <script src="../script/jquery.js?1.2.6"></script>
+ <script src="../script/jquery.cookies.js?0.8.0a"></script>
+ <script src="../script/jquery.couch.js?0.8.0a"></script>
+ <script src="../script/jquery.dialog.js?0.8.0a"></script>
+ <script src="../script/jquery.resizer.js?0.8.0a"></script>
+ <script src="../script/jquery.suggest.js?0.8.0a"></script>
+ <script src="../script/browse.js?0.8.0a"></script>
+ <script src="../script/pprint.js?0.8.0a"></script>
<script>
var page = new CouchDatabasePage();
if (window != parent) {
diff --git a/share/www/browse/document.html b/share/www/browse/document.html
index db3de935..b107775b 100644
--- a/share/www/browse/document.html
+++ b/share/www/browse/document.html
@@ -17,15 +17,15 @@ 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" type="text/css">
+ <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
<script src="../script/json2.js"></script>
- <script src="../script/jquery.js"></script>
- <script src="../script/jquery.cookies.js"></script>
- <script src="../script/jquery.couch.js"></script>
- <script src="../script/jquery.dialog.js"></script>
- <script src="../script/jquery.resizer.js"></script>
- <script src="../script/browse.js"></script>
- <script src="../script/pprint.js"></script>
+ <script src="../script/jquery.js?1.2.6"></script>
+ <script src="../script/jquery.cookies.js?0.8.0a"></script>
+ <script src="../script/jquery.couch.js?0.8.0a"></script>
+ <script src="../script/jquery.dialog.js?0.8.0a"></script>
+ <script src="../script/jquery.resizer.js?0.8.0a"></script>
+ <script src="../script/browse.js?0.8.0a"></script>
+ <script src="../script/pprint.js?0.8.0a"></script>
<script>
var page = new CouchDocumentPage();
if (window != parent) {
diff --git a/share/www/browse/index.html b/share/www/browse/index.html
index 1d583825..3d31779d 100644
--- a/share/www/browse/index.html
+++ b/share/www/browse/index.html
@@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License.
<head>
<title>Welcome</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="../style/layout.css" type="text/css">
+ <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
<script src="../script/json2.js"></script>
- <script src="../script/jquery.js"></script>
- <script src="../script/jquery.cookies.js"></script>
- <script src="../script/jquery.couch.js"></script>
- <script src="../script/jquery.dialog.js"></script>
- <script src="../script/browse.js"></script>
- <script src="../script/pprint.js"></script>
+ <script src="../script/jquery.js?1.2.6"></script>
+ <script src="../script/jquery.cookies.js?0.8.0a"></script>
+ <script src="../script/jquery.couch.js?0.8.0a"></script>
+ <script src="../script/jquery.dialog.js?0.8.0a"></script>
+ <script src="../script/browse.js?0.8.0a"></script>
+ <script src="../script/pprint.js?0.8.0a"></script>
<script>
var page = new CouchIndexPage();
$(document).ready(function() {