HTTP/1.1 200 OK
|
Date: Tue, 06 Dec 2011 00:31:15 GMT
|
Server: Apache/2.2.3 (CentOS)
|
X-Powered-By: PHP/5.3.8
|
Expires: Thu, 19 Nov 1981 08:52:00 GMT
|
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
|
Pragma: no-cache
|
Set-Cookie: PHPSESSID=fd17191208327c69ab1b01805c5da7b7; path=/
|
Connection: close
|
Transfer-Encoding: chunked
|
Content-Type: text/html
|
|
SCRIPT type="text/javascript" |
!-- |
function preload() |
{ |
minus = new Image(); |
minus.src="img/minus.jpg"; |
plus = new Image(); |
plus.src="img/plus.jpg"; |
} |
function show_hide_new(id,id2) { |
var item = null; |
item = document.getElementById(id); |
if (item.style.display == "none") { |
item.style.display = ""; |
} |
else { |
item.style.display = "none"; |
} |
var item2 = null; |
item2 = document.getElementById(id2); |
if (item2.style.display == "none") { |
item2.style.display = ""; |
} |
else { |
item2.style.display = "none"; |
} |
} |
function show_hide(id, pic) |
{ |
var item = null; |
var item2 = null; |
$(#+id).slideToggle(); |
item2 = document.getElementById(pic); |
if (item2.src==plus.src) {item2.src = minus.src;} |
else {item2.src = plus.src;} |
} |
|
function showtitle(id) |
{ |
var item = null; |
item = document.getElementById(id); |
item.style.display = ""; |
} |
|
function hidetitle(id) |
{ |
var item = null; |
item = document.getElementById(id); |
item.style.display = "none"; |
} |
|
function replyy(namee) |
{ |
document.forma.text.value=[B]+namee+[/B], +document.forma.text.value; |
var x = document.getElementById(repp); |
x.scrollIntoView(); |
} |
//-- |
/SCRIPT |
|
script type="text/javascript" |
function ctrlEnter(event, formElem) |
{ |
if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD))) |
{ |
addComment(); return false; |
} |
} |
function ctrlEnter2(event, formElem, id) |
{ |
if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD))) |
{ |
addCommentreply (id); return false; |
} |
} |
/script |
|
|