--- p2/read_header.inc 2003-08-30 02:21:28.000000000 +0900 +++ p2.test/read_header.inc 2003-08-30 06:27:09.000000000 +0900 @@ -106,7 +106,7 @@ //ツールバー部分HTML======= $toolbar_right_ht=<<{$aThread->itaj} + {$aThread->itaj} {$info_st} {$delete_st} --- p2/js/basic.js 2003-08-28 02:45:32.000000000 +0900 +++ p2.test/js/basic.js 2003-08-30 06:19:56.000000000 +0900 @@ -11,6 +11,13 @@ return false; } +//ReWriteSubject -- Topのsubjectフォームを書き換える +function ReWriteSubject(inUrl){ + window.opener.top.subject.location.href = inUrl + window.opener.focus(); + return false; +} + function setWinTitle(){ if (top != self) {top.document.title=self.document.title;} } --- p2/read_new.php 2003-08-28 02:46:26.000000000 +0900 +++ p2.test/read_new.php 2003-08-30 07:31:11.000000000 +0900 @@ -70,11 +70,11 @@ if($aThreadList->spmode){ $sb_ht =<<{$aThreadList->ptitle} + {$aThreadList->ptitle} EOP; }else{ $sb_ht =<<{$aThreadList->ptitle} + {$aThreadList->ptitle} EOP; } @@ -343,7 +343,7 @@ //ツールバー部分HTML======= $toolbar_right_ht=<<{$aThread->itaj} + {$aThread->itaj} {$info_st} {$delete_st}