Art Gallery of Children's Art for the Science of Tomorrow
';
if ($country) {
$entrycode = $entrycode.'';
$breadlist = 'Country : '.$country.'';
}
if ($age) {
if ($age == 'under10' or $age == 'from11to15' or $age == 'from16to20') {
$entrycode = $entrycode.'';
} else {
$entrycode = $entrycode.'';
}
$breadlist = $breadlist.'Age : '.$age.'';
}
if ($year) {
$entrycode = $entrycode.'';
$breadlist = $breadlist.'Publication Year : '.$year.'';
}
if ($tags) {
for ($i = 0; $i< count($tags); $i++) {
$entrycode = $entrycode.'';
if ( $i == 0 ) { $sp =""; } else { $sp=" , "; }
switch ($tags[$i]) {
case 'study' : $tagstag = $tagstag.$sp."Study & Practice"; break;
case 'recreation' : $tagstag = $tagstag.$sp."Recreation & Leisure"; break;
case 'nature' : $tagstag = $tagstag.$sp."Nature & Environment"; break;
case 'health' : $tagstag = $tagstag.$sp."Health & Welfare"; break;
case 'disaster' : $tagstag = $tagstag.$sp."Disaster(Prevention)"; break;
case 'safety' : $tagstag = $tagstag.$sp."Safety & Crime Prevention"; break;
case 'communication' : $tagstag = $tagstag.$sp."Communication"; break;
case 'energy' : $tagstag = $tagstag.$sp."Energy"; break;
case 'peace' : $tagstag = $tagstag.$sp."Peace"; break;
case 'universe' : $tagstag = $tagstag.$sp."Universe"; break;
case 'transfer' : $tagstag = $tagstag.$sp."Transfer/Travel/Teleportation"; break;
case 'town' : $tagstag = $tagstag.$sp."Town/Land Use"; break;
case 'robot' : $tagstag = $tagstag.$sp."Robot"; break;
case 'livingware' : $tagstag = $tagstag.$sp."Livingware/Clothes/Home Electronics"; break;
case 'vehicle' : $tagstag = $tagstag.$sp."Vehicle"; break;
case 'building' : $tagstag = $tagstag.$sp."Building"; break;
case 'food' : $tagstag = $tagstag.$sp."Food"; break;
case 'living creatures' : $tagstag = $tagstag.$sp."Living Creatures & Plant"; break;
case 'biotechnology' : $tagstag = $tagstag.$sp."Biotechnology"; break;
case 'other' : $tagstag = $tagstag.$sp."Other(Magic,Dream,etc.)"; break;
}
}
$breadlist = $breadlist.'Tags : '.$tagstag.'';
}
$entrycode = $entrycode. '';
} else {
$entrycode = '';
}
?>