|
// 20050211 ------------------------------------------------------------------>>>
if ($DEF_TAKABBS_IMAGE_TYPE == "1"){
?>
if ($image != ""){
$array_image = explode("<>", $image);
// 20060819----------------------------------------------------------------->>>
$array_image_org = explode("<>", $image_org);
$j = 0;
// 20060819-----------------------------------------------------------------<<<
foreach($array_image as $val){
$extention = substr(strrchr($val, "."), 1);
if ((ereg("[pP][nN][gG]",$extention))||(ereg("[jJ][pP][gG]",$extention))||(ereg("[jJ][pP][eE][gG]",$extention))||(ereg("[jJ][pP][eE]",$extention))||(ereg("[gG][iI][fF]",$extention))){
echo " ";
// 20060819----------------------------------------------------------------->>>
}else{
echo "".str_replace("_".$val,"",$array_image_org[$j])." ";
// 20060819-----------------------------------------------------------------<<<
}
// 20060819----------------------------------------------------------------->>>
$j++;
// 20060819-----------------------------------------------------------------<<<
}
}
?>
if ($sub_title != ""){ ?>
【 秘密探偵JA 7,8,9巻 配本 】への返信
} ?>
めでたく3冊とも購入できました。帰ってきたガンマンもFinal Missionとして収録されています。その他には灰色の飢巣舌が収録されていました。また後から発見された未収録ページなどもあります。資料としても素晴らしいなぁ。
次回の望月作品は新撰組ファンの皆様お待ちかね、俺の新撰組上下巻 9/10発売です。
|
}else{
// 20050211 ------------------------------------------------------------------<<<
if ($image != ""){
$array_image = explode("<>", $image);
// 20060819----------------------------------------------------------------->>>
$array_image_org = explode("<>", $image_org);
$j = 0;
// 20060819-----------------------------------------------------------------<<<
?>
foreach($array_image as $val){
$buff_image_w = takabbs_get_width_image($DEF_TAKABBS_ENTRY_PATH."attached/".$val);
// 20050507 ------------------------------------------------------------------>>>
/// $image_w = ($buff_image_w > $DEF_MAX_IMAGE_SIZE_S) ? $DEF_MAX_IMAGE_SIZE_S : $buff_image_w;
if ($buff_image_w > $DEF_MAX_IMAGE_SIZE_S){
$image_w = $DEF_MAX_IMAGE_SIZE_S;
$img_src = "s_".$val;
if (!file_exists($DEF_TAKABBS_ENTRY_PATH."attached/".$img_src)){
$img_src = $val;
}
}else{
$image_w = $buff_image_w;
$img_src = $val;
}
// 20050507 ------------------------------------------------------------------<<<
$extention = substr(strrchr($val, "."), 1);
if ((ereg("[pP][nN][gG]",$extention))||(ereg("[jJ][pP][gG]",$extention))||(ereg("[jJ][pP][eE][gG]",$extention))||(ereg("[jJ][pP][eE]",$extention))||(ereg("[gG][iI][fF]",$extention))){
?>
// 20060819----------------------------------------------------------------->>>
}else{
echo "".str_replace("_".$val,"",$array_image_org[$j])." ";
// 20060819-----------------------------------------------------------------<<<
}
// 20060819----------------------------------------------------------------->>>
$j++;
// 20060819-----------------------------------------------------------------<<<
}
?>
|
|
}
?>
if ($sub_title != ""){ ?>
【 秘密探偵JA 7,8,9巻 配本 】への返信
} ?>
めでたく3冊とも購入できました。帰ってきたガンマンもFinal Missionとして収録されています。その他には灰色の飢巣舌が収録されていました。また後から発見された未収録ページなどもあります。資料としても素晴らしいなぁ。
次回の望月作品は新撰組ファンの皆様お待ちかね、俺の新撰組上下巻 9/10発売です。
|
// 20050211 ------------------------------------------------------------------>>>
}
// 20050211 ------------------------------------------------------------------<<<
?>