|
Thursday, May 17
Working Girl
It's not a look I try to notice. Not that I blame the ladies who do it, but the business suit and stockings with the white socks and sneakers thing isn't exactly fashion forward. It's still fairly common, even in this day and age of business casual. But I think yesterday was the first time I've ever seen a woman dressed that way with a back-seam on her stockings. At least she had her seams straight, though. I can only imagine the shoes she was going to change into once she got into the office. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |