channel->item[$cnt2]->Element){ $cnt = 0; while($xml->channel->item[$cnt]->title){ //指定のプロジェクトとか年代など if($_GET['year'] != ""){ //if(substr_count($xml->channel->item[$cnt]->CompletionYear, $kind_xml->channel->item[$cnt2]->Element) > 0){ if(substr_count($xml->channel->item[$cnt]->CompletionYear, $_GET['year']) > 0){ $category[$cnt3][0] = $xml->channel->item[$cnt]->pno; $category[$cnt3][1] = $xml->channel->item[$cnt]->CompletionYear; $category[$cnt3][2] = $xml->channel->item[$cnt]->sortdate; $sort[$cnt3] = $xml->channel->item[$cnt]->sortdate; $cnt3 ++; } }else if($_GET['type'] != ""){ //if(substr_count($xml->channel->item[$cnt]->Type, $kind_xml->channel->item[$cnt2]->Element) > 0){ if(substr_count($xml->channel->item[$cnt]->Type, $_GET['type']) > 0){ $category[$cnt3][0] = $xml->channel->item[$cnt]->pno; $category[$cnt3][1] = $xml->channel->item[$cnt]->Type; $category[$cnt3][2] = $xml->channel->item[$cnt]->sortdate; $sort[$cnt3] = $xml->channel->item[$cnt]->sortdate; $cnt3 ++; } }else if($_GET['area'] != ""){ //if(substr_count($xml->channel->item[$cnt]->Area, $kind_xml->channel->item[$cnt2]->Element) > 0){ if(substr_count($xml->channel->item[$cnt]->Area, $_GET['area']) > 0){ $category[$cnt3][0] = $xml->channel->item[$cnt]->pno; $category[$cnt3][1] = $xml->channel->item[$cnt]->Area; $category[$cnt3][2] = $xml->channel->item[$cnt]->sortdate; $sort[$cnt3] = $xml->channel->item[$cnt]->sortdate; $cnt3 ++; } } $cnt ++; } //2022/01/26 該当のデータがなければエラー(ギャラリーから以外) if($cnt3 == 0 && $_GET['kind'] != 3){ header('Location: /english/error/error_handler.html'); } //$cnt2 ++; //} //ギャラリーから来た場合 if($_GET['kind'] == 3){ $a_cnt = 0; $cnt3 = 0; while($Alpha_b[$a_cnt]){ $cnt = 0; while($xml->channel->item[$cnt]->title){ if(substr($xml->channel->item[$cnt]->title,0,1) == strtolower($Alpha_b[$a_cnt]) || substr($xml->channel->item[$cnt]->title,0,1) == $Alpha_b[$a_cnt]){ $category[$cnt3][0] = $xml->channel->item[$cnt]->pno; $category[$cnt3][1] = $xml->channel->item[$cnt]->title; $category[$cnt3][2] = $xml->channel->item[$cnt]->sortdate; $sort[$cnt3] = $xml->channel->item[$cnt]->sortdate; $cnt3 ++; } $cnt ++; } $a_cnt ++; } } array_multisort($sort, SORT_DESC, SORT_STRING, $category); //echo $cnt3; $cnt = 0; //現在の番号を取得 while($category[$cnt][0]){ //表示プロジェクトの番号配列を保持 if($category[$cnt][0] == $_GET['id'] && $_GET['disp'] == "" && $disp_no == ""){ $disp_no = $cnt; }else if($_GET['disp'] != ""){ $disp_no = $_GET['disp']; } $cnt ++; } $behind_chg = 0; $next_chg = 0; //前と次の番号 /*if($_GET['id'] == $xml->channel->All){*/ $begind_no = $category[$disp_no-1][0]; //次のページの情報を取得 if($_GET['year'] != ""){ if(substr_count($_GET['year'], $category[$disp_no-1][1]) <= 0){ $behind_get = "year=".$category[$disp_no-1][1]; $behind_chg = 1; } }else if($_GET['type'] != ""){ if(substr_count($_GET['type'], $category[$disp_no-1][1]) <= 0 && substr_count($category[$disp_no-1][1], $_GET['type']) <= 0){ $behind_get = "type=".$category[$disp_no-1][1]; $behind_chg = 1; } }else if($_GET['area'] != ""){ if(substr_count($_GET['area'], $category[$disp_no-1][1]) <= 0){ $behind_get = "area=".$category[$disp_no-1][1]; $behind_chg = 1; } }else{ if($_GET['year'] != $category[$disp_no-1][1]){ $behind_get = "year=".$category[$disp_no-1][1]; $behind_chg = 1; } } $next_no = $category[$disp_no+1][0]; //次のページの情報を取得 if($_GET['year'] != ""){ if(substr_count($_GET['year'], $category[$disp_no+1][1]) <= 0){ $next_get = "year=".$category[$disp_no+1][1]; $next_chg = 1; } }else if($_GET['type'] != ""){ if(substr_count($_GET['type'], $category[$disp_no+1][1]) <= 0 && substr_count($category[$disp_no+1][1], $_GET['type']) <= 0){ $next_get = "type=".$category[$disp_no+1][1]; $next_chg = 1; } }else if($_GET['area'] != ""){ if(substr_count($_GET['area'], $category[$disp_no+1][1]) <= 0 && substr_count($category[$disp_no+1][1], $_GET['area']) <= 0){ $next_get = "area=".$category[$disp_no+1][1]; $next_chg = 1; } }else{ if($_GET['year'] != $category[$disp_no+1][1]){ $next_get = "year=".$category[$disp_no+1][1]; $next_chg = 1; } } $disp_cnt = 0; while($xml->channel->item[$disp_cnt]->title){ if($xml->channel->item[$disp_cnt]->pno == $_GET['id']){ break; } $disp_cnt ++; } //2022/01/26 該当のデータがなければエラー if($xml->channel->item[$disp_cnt]->title == ""){ header('Location: /english/error/error_handler.html'); } ?> <? echo htmlspecialchars($xml->channel->item[$disp_cnt]->title, ENT_QUOTES, 'UTF-8'); ?> | KAJIMA DESIGN | KAJIMA CORPORATION

Home > Technology & Services > KAJIMA DESIGN > Works > >

Works

channel->item[$disp_cnt]->title, ENT_QUOTES, 'UTF-8'); ?>
<? echo htmlspecialchars($xml->channel->item[$disp_cnt]->title, ENT_QUOTES, 'UTF-8'); ?>

channel->item[$disp_cnt]->description, ENT_QUOTES, 'UTF-8')); ?>

channel->item[$disp_cnt]->FloorArea != ""){ $floor_disp .= htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea, ENT_QUOTES, 'UTF-8')."2"; } if($xml->channel->item[$disp_cnt]->FloorArea2 != ""){ if($floor_disp != ""){ $floor_disp .= ", ".htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea2, ENT_QUOTES, 'UTF-8')."2"; }else{ $floor_disp .= htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea2, ENT_QUOTES, 'UTF-8')."2"; } } if($xml->channel->item[$disp_cnt]->FloorArea3 != ""){ if($floor_disp != ""){ $floor_disp .= ", ".htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea3, ENT_QUOTES, 'UTF-8')."2"; }else{ $floor_disp .= htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea3, ENT_QUOTES, 'UTF-8')."2"; } } if($xml->channel->item[$disp_cnt]->FloorArea4 != ""){ if($floor_disp != ""){ $floor_disp .= ", ".htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea4, ENT_QUOTES, 'UTF-8')."2"; }else{ $floor_disp .= htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea4, ENT_QUOTES, 'UTF-8')."2"; } } if($xml->channel->item[$disp_cnt]->FloorArea5 != ""){ if($floor_disp != ""){ $floor_disp .= ", ".htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea5, ENT_QUOTES, 'UTF-8')."2"; }else{ $floor_disp .= htmlspecialchars($xml->channel->item[$disp_cnt]->FloorArea5, ENT_QUOTES, 'UTF-8')."2"; } } if($floor_disp != ""){ ?> channel->item[$disp_cnt]->CooperativeArchitect != ""){ ?> channel->item[$disp_cnt]->BasicDesign != ""){ ?> channel->item[$disp_cnt]->DesignSupervision != ""){ ?> channel->item[$disp_cnt]->Construction != ""){ ?> channel->item[$disp_cnt]->Architect != ""){ ?> channel->item[$disp_cnt]->DesignArchitect != ""){ ?> channel->item[$disp_cnt]->HallDesignCooperation != ""){ ?> channel->item[$disp_cnt]->ConceptDesign != ""){ ?> channel->item[$disp_cnt]->AssociateArchitects != ""){ ?> channel->item[$disp_cnt]->DesignSupervisorConstructionManager != ""){ ?> channel->item[$disp_cnt]->Supervisor != ""){ ?> channel->item[$disp_cnt]->Artist != ""){ ?> channel->item[$disp_cnt]->Landscape != ""){ ?> channel->item[$disp_cnt]->LightingDesign != ""){ ?> channel->item[$disp_cnt]->Artwork != ""){ ?> channel->item[$disp_cnt]->Exhibition != ""){ ?> channel->item[$disp_cnt]->PlantDesignAndConstruction != ""){ ?> channel->item[$disp_cnt]->SignDesign != ""){ ?> channel->item[$disp_cnt]->CompletionMonth != ""){ ?> channel->item[$disp_cnt]->Photographer != ""){ ?>
Clientchannel->item[$disp_cnt]->Client, ENT_QUOTES, 'UTF-8')); ?>
Locationchannel->item[$disp_cnt]->Location, ENT_QUOTES, 'UTF-8'); ?>
Floor Area
Floorschannel->item[$disp_cnt]->Floors, ENT_QUOTES, 'UTF-8'); ?>
Cooperative Architect channel->item[$disp_cnt]->CooperativeArchitect, ENT_QUOTES, 'UTF-8'); ?>
Basic Design channel->item[$disp_cnt]->BasicDesign, ENT_QUOTES, 'UTF-8'); ?>
Design Supervision channel->item[$disp_cnt]->DesignSupervision, ENT_QUOTES, 'UTF-8'); ?>
Construction channel->item[$disp_cnt]->Construction, ENT_QUOTES, 'UTF-8'); ?>
Architect channel->item[$disp_cnt]->Architect, ENT_QUOTES, 'UTF-8'); ?>
Design Architect channel->item[$disp_cnt]->DesignArchitect, ENT_QUOTES, 'UTF-8'); ?>
Hall Design Cooperation channel->item[$disp_cnt]->HallDesignCooperation, ENT_QUOTES, 'UTF-8'); ?>
Concept Design channel->item[$disp_cnt]->ConceptDesign, ENT_QUOTES, 'UTF-8'); ?>
Associate Architects channel->item[$disp_cnt]->AssociateArchitects, ENT_QUOTES, 'UTF-8'); ?>
Design Supervisor Construction Manager channel->item[$disp_cnt]->DesignSupervisorConstructionManager, ENT_QUOTES, 'UTF-8'); ?>
Supervisor channel->item[$disp_cnt]->Supervisor, ENT_QUOTES, 'UTF-8'); ?>
Artist channel->item[$disp_cnt]->Artist, ENT_QUOTES, 'UTF-8'); ?>
Landscape channel->item[$disp_cnt]->Landscape, ENT_QUOTES, 'UTF-8'); ?>
Lighting Design channel->item[$disp_cnt]->LightingDesign, ENT_QUOTES, 'UTF-8'); ?>
Artwork channel->item[$disp_cnt]->Artwork, ENT_QUOTES, 'UTF-8'); ?>
Exhibition channel->item[$disp_cnt]->Exhibition, ENT_QUOTES, 'UTF-8'); ?>
Plant Design and Construction channel->item[$disp_cnt]->PlantDesignAndConstruction, ENT_QUOTES, 'UTF-8'); ?>
Sign Design channel->item[$disp_cnt]->SignDesign, ENT_QUOTES, 'UTF-8'); ?>
Completion channel->item[$disp_cnt]->CompletionMonth, ENT_QUOTES, 'UTF-8'); ?>
Photographer channel->item[$disp_cnt]->Photographer, ENT_QUOTES, 'UTF-8'); ?>

Home > Technology & Services > KAJIMA DESIGN > Works > >

Top of Page

Page Top