| Florence City
Council - Meeting Schedule / Agenda / Minutes
The Florence City Council meets
every first & third Tuesday of the month. Agendas are
posted the Monday before the Meeting.
Please Note: Beginning
January 6, 2009, once you click on the PDF file for the
Council Meeting Agenda, you can click on any resolution
within the PDF Document and read the entire resolution.
Beginning with the July 7, 2009 meeting, you will also be
able to view the Approved Minutes from each council meeting.
');
$finfo=cof_getdirlist("/home/florenceal.org/public_html/agenda/",array("pdf"));
$files=$finfo['filename'];
$paths=$finfo['pathname'];
array_multisort($files,SORT_DESC,$paths);
$mdate=NULL;
$myear=NULL;
$cc_a=NULL;
$ws_a=NULL;
$cc_m=NULL;
$minmsg="Pending Approval";
for($idx=0;$idx'.$myear.' | ');
echo(' | ');
echo(' | ');
echo(' | | ');
}
if(!in_array(strtolower(substr($files[$idx],11,4)),array("cc_a","ws_a","cc_m")))
continue;
if($mdate==NULL)
$mdate=substr($files[$idx],0,10);
if($mdate!=substr($files[$idx],0,10))
{
writemeetline($mdate,$cc_a,$ws_a,$cc_m,$minmsg);
$cc_a=NULL;
$ws_a=NULL;
$cc_m=NULL;
$mdate=substr($files[$idx],0,10);
if(substr($files[$idx],0,4)!=$myear)
{
$myear=substr($files[$idx],0,4);
echo('| '.$myear.' | ');
echo(' | ');
echo(' | ');
echo(' | ');
}
}
if(strtolower(substr($files[$idx],11,4))=="cc_a")
$cc_a=rethref($paths[$idx],$files[$idx]);
if(strtolower(substr($files[$idx],11,4))=="ws_a")
$ws_a=rethref($paths[$idx],$files[$idx]);
if(strtolower(substr($files[$idx],11,4))=="cc_m")
$cc_m=rethref($paths[$idx],$files[$idx]);
}
if($cc_a!=NULL || $ws_a!=NULL || $cc_m!=NULL)
writemeetline($mdate,$cc_a,$ws_a,$cc_m,$minmsg);
echo('| End of Archived Data | ');
echo(' | ');
echo(' | ');
echo(' | ');
echo(' ');
function writemeetline($mdate,$cc_a,$ws_a,$cc_m,&$minmsg)
{
$mthar=array('01'=>'January','02'=>'February','03'=>'March','04'=>'April','05'=>'May','06'=>'June',
'07'=>'July','08'=>'August','09'=>'September','10'=>'October','11'=>'November','12'=>'December');
$adate=$mthar[substr($mdate,5,2)]." ".substr($mdate,8,2).", ".substr($mdate,0,4);
echo(' | '.$adate.' | ');
if($cc_a!=NULL)
echo('Meeting Agenda | ');
else
echo('Not Available | ');
if($ws_a!=NULL)
echo('Work Session Agenda | ');
else
echo('Not Available | ');
if($cc_m!=NULL)
{
$minmsg="Not Available";
echo('Meeting Minutes | ');
}
else
echo(''.$minmsg.' | ');
return;
}
function rethref($path,$file)
{
$pos=strpos(strtolower($path),'/home/florenceal.org/public_html');
if($pos===FALSE)
$href='http://www.florenceal.org/agenda3/';
else
$href=substr_replace($path,'http://www.florenceal.org',0,strlen('/home/florenceal.org/public_html'))."/";
return $href.$file;
}
function cof_getdirlist($dir,$whitelist)
{
array($files);
$fnum=0;
cof_buildfilelist($dir,$whitelist,$files,$fnum);
return $files;
}
function cof_buildfilelist($dir,$whitelist,&$files,&$fnum)
{
// Make all global variables available here
foreach($GLOBALS as $arraykey=>$arrayvalue)
{
if($arraykey[0]!='_' && $arraykey != 'GLOBALS')
global $$arraykey;
}
if (is_dir($dir))
{
if ($dh = opendir($dir))
{
while (($file = readdir($dh)) !== false)
{
if (is_dir($dir.$file) && substr($file,0,1)!=".")
{
cof_buildfilelist($dir.$file."/",$whitelist,$files,$fnum);
}
else
{
if (!is_dir($dir.$file))
{
$path_parts = pathinfo($dir.$file);
if ((in_array(strtolower($path_parts['extension']),$whitelist)) || ($whitelist[0]=="*any"))
{
$files['filename'][$fnum]=$file;
$files['filedesc'][$fnum]="Description to this point is:".$file;
$files['pathname'][$fnum]=$path_parts['dirname'];
$fnum++;
}
}
}
}
closedir($dh);
}
}
}
?>
These documents
require Adobe Reader, which is a free download from adobe.com.
To get Adobe Reader, please click the link below.
|
|
|