It holds a bunch of xml.
PHP Code:if ($all === "all" ) {
$pinclude = $top . $vvfile . $sspeechfile . $prfile;
$vinclude = $top . $sspeechfile . $ppfile . $prfile;
$sinclude = $top . $vvfile . $ppfile . $prfile;
}
if ($bp === "Yes") {
$pfile = $pincluded . $pfile . '<h4>The "Big Picture"</h4><p>View a panoramic picture of the event. </p><table width="100%"><tbody><tr><td> <a title="" href="Agov3/images/' . $event . '_bp.jpg" rel="lightbox[roadtrip]"><img title="A panoramic view of the event." alt="A panoramic view of the event." src="/Agov3/images/' . $event .'_bplk.jpg" border="0" /></a></td></tr></tbody></table><br />';
}
else
{
$pfile = $pincluded . $pfile;
}
for ( $num = 1; $num <= $maxnum; $num++ )
{
$pfile = $pfile . '<p>Click photo to open larger version. Right-click photo to download and save.<br /></p><table bordercolor="#c0c0c0" cellpadding="2" width="100%" border="1"><tbody><tr><td><a title="Info about photo" href="Agov3/images/' . $event . $num . 'lb.jpg" rel="lightbox[roadtrip]"><img title="Info about photo" height="133" alt="Info about photo" src="/Agov3/images/' . $event . $num . 'lk.jpg" width="200" border="0" /></a><center><a href="Agov3/images/' . $event . $num . 'web.jpg" target="_blank">Full Res</a></center></td><td>Info about photo</td></tr></tbody></table>';
}
