|
Projects
|
|
IHP
staff are involved in many projects both in Sri Lanka and internationally.
This section lists those projects that are publicly available.
|
|
|
|
For
all Current projects or completed during
the year 2020 | 2019 | 2018 | 2017 | 2016 | 2015 | 2014 | 2013 | 2012 | 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 |
|
if(isset($_GET['Submit']) || isset($_POST['optCntry'])) { ?>
} else { ?> 2015 project listing } ?>
|
- of projects
found, listed by date. |
|
$color = '#FFFFFF'; ?>
$i=0;
while ($i < $num) {
$project_id=mysql_result($result,$i,"project_id");
$budget_id=mysql_result($result,$i,"budget_id");
$title=mysql_result($result,$i,"title");
$start_date=mysql_result($result,$i,"start_date");
$end_date=mysql_result($result,$i,"end_date");
$areas=mysql_result($result,$i,"areas");
$country=mysql_result($result,$i,"country");
$region=mysql_result($result,$i,"region");
$category=mysql_result($result,$i,"category");
$short_desc=mysql_result($result,$i,"short_desc");
$sponsor=mysql_result($result,$i,"sponsor");
$client=mysql_result($result,$i,"client");
$partners=mysql_result($result,$i,"partners");
$lead=mysql_result($result,$i,"lead");
$status=mysql_result($result,$i,"status");
$abstract=mysql_result($result,$i,"abstract");
$linktext1=mysql_result($result,$i,"intlinktext1");
$linktext2=mysql_result($result,$i,"intlinktext2");
$extlink1=mysql_result($result,$i,"extlink1");
$extlinktext2=mysql_result($result,$i,"extlinktext2");
?>
|
"> echo "$title"; ?>
|
|
|
|
echo $short_desc; ?> |
|
|
|
|
|
echo "Country(s): $country";?>
|
echo "Topics: $areas";?> echo "Sponsors: $sponsor";?>
|
echo "Type: $category";?> Completed: if ($end_date == "0000-00-00")
{echo "Ongoing";} else {echo ucfirst(date("M Y", strtotime("$end_date")));}; ?> |
|
|
if ($color == '#FFFFFF')
{$color='#E6F0F8';}
else {$color='#FFFFFF';} ?>
$i++; }?>
|
= 1){
echo "Page: ";
for($k = 1; $k <= $totpages; $k++){
if(($page) == $k){
echo "$k ";
} else {
echo "$k";
}
}
}
?>
|
|
|
|