|
// 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 != ""){ ?>
【 Re2: 岡山のロゼ・サンク 】への返信
} ?>
> 元は全部ワイルドですよね。‥‥‥
基がワイルド7 かどうかは定かじゃないけど、
アメリカ辺りでは、随分以前からこの手の自由はあったみたいね。
クルマや銃なんかも、個人所有を書類一枚で公用として使えるしね(笑)
|
}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 != ""){ ?>
【 Re2: 岡山のロゼ・サンク 】への返信
} ?>
> 元は全部ワイルドですよね。‥‥‥
基がワイルド7 かどうかは定かじゃないけど、
アメリカ辺りでは、随分以前からこの手の自由はあったみたいね。
クルマや銃なんかも、個人所有を書類一枚で公用として使えるしね(笑)
|
// 20050211 ------------------------------------------------------------------>>>
}
// 20050211 ------------------------------------------------------------------<<<
?>