From 1db48ad420dfb87f47f21a6e6d03136f4c58926e Mon Sep 17 00:00:00 2001 From: briandilley Date: Sun, 17 Oct 2004 19:41:42 +0000 Subject: [PATCH] See the changelog, butthole surfer! --- Changelog | 14 ++++++++++++++ html/content-show-kwote.html | 6 ++---- html/footer.html | 2 +- html/header.html | 4 +++- html/quotes.css | 6 ++++++ 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 8df6151..6b0b41d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,17 @@ +10-17-04 + * added random number to vote JS, keeps browsers + caching that page (hopefully). + + * fixed an XHTML compliancy issue with the + SourceForge.net logo + + * fixed XHTML compliancy issue with blackbart's + patch for browsers that don't support javascript. + sorry blackbart, non js browsers will get the + page ovewritten in thier browser. the w3c says + that it's up to the user wether or not it should + show up in a new window.... not the page. + 10-15-04 * browsers without javascript can also vote now, opens a new window... but at least it's the diff --git a/html/content-show-kwote.html b/html/content-show-kwote.html index 3be0e17..72a8e7d 100644 --- a/html/content-show-kwote.html +++ b/html/content-show-kwote.html @@ -2,16 +2,14 @@
#${KWOTE_ID} - -  ${KWOTE_RATING}  - +
diff --git a/html/footer.html b/html/footer.html index d5cb492..5597c75 100644 --- a/html/footer.html +++ b/html/footer.html @@ -11,7 +11,7 @@ diff --git a/html/header.html b/html/header.html index cd0a282..6c2b95d 100644 --- a/html/header.html +++ b/html/header.html @@ -14,7 +14,9 @@ function vote(kid,type) { var img = new Image(); - img.src = "?action="+escape(type)+unescape("%26")+"kid="+escape(kid); + img.src = "?action="+escape(type) + +unescape("%26")+"kid="+escape(kid) + +unescape("%26")+"rnd="+Math.random(); hideElementById("hate"+kid); hideElementById("love"+kid); diff --git a/html/quotes.css b/html/quotes.css index 248b9dc..bdfef2e 100644 --- a/html/quotes.css +++ b/html/quotes.css @@ -126,3 +126,9 @@ a:hover, a:active { background-color: #dfdff0; } + +.sf-logo +{ + border: 0; +} +