■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 最新50 [PR]ぜろちゃんねるプラス[PR]  

不具合報告スレ

1 :名無しさん@0ちゃんねる:2003/01/23 23:15 ID:2BhfABAc
おかしいところを見つけたらここで知らせよう。

【動作に関するもの】 設置環境を詳しくに書こう。

【スクリプトソース】 わかりやすいようにdiffなどを使って貼ろう。

2 :名無しさん@0ちゃんねる:2003/01/23 23:19 ID:???
test030118\print.pl
    109:  printb("</form></center>$SysInfo{'CgiVersion'}</td></tr></table>");
    110:  printb("</body></html>\n");
    111: }

test030118-fix\print.pl
    109:  printb("</form></center>$SysInfo{'CgiVersion'}</td></tr></table>");
変更 110:  printb("</center></body></html>\n");
    111: }


test030118\print.pl
    187:  printb("<a href=\"$SETTING{'BBS_TITLE_LINK'}\">");
    188: }

test030118-fix\print.pl
    187:  printb("<a href=\"$SETTING{'BBS_TITLE_LINK'}\">");
追加 188:  printb("<img src=\"$SETTING{'BBS_KANBAN'}\" border=0></a><br><br>");
    189: }

3 :名無しさん@0ちゃんねる:2003/01/23 23:20 ID:???
test030118\print.pl
    188:  }
    189:  printb("<img src=\"$SETTING{'BBS_KANBAN'}\"
         border=0 /></a><br><br>");
    190: }

test030118-fix\print.pl
    189:  }
変更 190:  printb("<img src=\"$SETTING{'BBS_KANBAN'}\"
         border=0></a><br><br>");
    191: }

test030118\print.pl
    294: printb("<a href=\"#top\">板トップ</a> ");
    295: printb("<a href=\"$SysInfo{'BoardRoot'}/
       $SysInfo{'BoardName'}/index.html\">リロード</a>\n");

    296: printb("</dl></td></tr></table></td></tr></ul></form>
       </table><br>\n");
    297: $i ++;

test030118-fix\print.pl
    295: printb("<a href=\"#top\">板トップ</a> ");
変更 296: printb("<a href=\"$SysInfo{'BoardRoot'}/
       $SysInfo{'BoardName'}/index.html\">リロード</a></b>\n");

変更 297: printb("</ul></form></dl></td></tr></table></td></tr>
       </table><br>\n");
    298: $i ++;

4 :名無しさん@0ちゃんねる:2003/01/23 23:21 ID:???
test030118\print.pl
    335:  printb("</form></center>$SysInfo{'CgiVersion'}</td></tr></table>");
    336:  printb("</body></html>\n");
    337: }

test030118-fix\print.pl
    336:  printb("</form></center>$SysInfo{'CgiVersion'}</td></tr></table>");
変更 337:  printb("</center></body></html>\n");
    338: }


test030118\print.pl
    407: $tl = $CGet->GetTextLine($text); # メッセージの改行数取得
    408: printb("<dt>$num 名前:<b>");
    409: if ($mail eq ""){ # メール欄無し

test030118-fix\print.pl
    408: $tl = $CGet->GetTextLine($text); # メッセージの改行数取得
変更 409: printb("<dt>$num 名前:");
    410: if ($mail eq ""){ # メール欄無し

5 :名無しさん@0ちゃんねる:2003/01/23 23:22 ID:???
test030118\print.pl
    409: if ($mail eq ""){ # メール欄無し
    410:  printb("<font color=$SETTING{'TEXT_COLOR_NAME'}>$name</font>");
    411: }

test030118-fix\print.pl
    410: if ($mail eq ""){ # メール欄無し
変更 411:     printb("<font color=$SETTING{'TEXT_COLOR_NAME'}><b>$name</b></font>");
    412: }


test030118\print.pl
    412: else{                   # メール欄あり
    413:  printb("<a href=\"mailto:$mail\">$name</a>");
    414: }
test030118-fix\print.pl
    413: else{                   # メール欄あり
変更 414:  printb("<a href=\"mailto:$mail\"><b>$name</b></a>");
    415: }

245KB
続きを読む

名前: E-mail(省略可)
READ.CGI - 0ch+ BBS 0.7.5 20220323
ぜろちゃんねるプラス