You're in: Planeamento e Ordenamento do Território no município do Barreiro

Planeamento e Ordenamento do Território no município do Barreiro

Research Groups: 
Geographic Modeling, Cities and Spatial Planning
Supervisor: 
Maria Dulce de Oliveira Pimentel Antunes
MA Student: 
ANA MARGARIDA SEQUEIRA SOARES
Course and Institution: 
M- GEST. TERRIT - FCSH/UNL
State: 
Concluded
Events
October 2018
\n"; for ($i=1; $i<=$firstwday; $i++) { echo "\n"; } } /*== Sunday start week with ==*/ else { echo "\n"; } $firstweek = false; } /*== check for event ==*/ echo "\n"; /*== Saturday end week with ==*/ if ($wday==6) { echo "\n"; } $wday++; $wday = $wday % 7; if (($wday==0) AND ($d!=$lastday)){ echo "\n"; } $d++; } // and close off the table if (($wday!=7) AND ($wday!=0)) { for ($i=$wday; $i<=6; $i++) { echo "\n"; } echo ""; } echo "\n
 
". $d; } elseif ($ev_dat[$d]) { // get what's happening that day and use as 'mouseOver' for the link $query = "SELECT vid, field_event_datetime_value FROM $db_table WHERE vid=$ev_dat[$d] "; print $query; $result = db_query($query); $ev = db_fetch_array($result); $titl = $ev['vid'] . " - " . $ev['field_event_datetime_value']; echo "class='hp_calendario-state-with-event'>"; $url = "?q=" . $language->prefix . "/lista-de-eventos/". date("Y-m-d" ,strtotime($ev['field_event_datetime_value'])); echo "". $d . ""; } else { if ($wday==5 || $wday==6){ echo "class='hp_calendario-week-end'>". $d; } else { echo ">". $d; } } echo "
 
"; ?>