Example #1
0
            $output .= '
															</table>
														</td>
													</tr>
												</table>
											</td>
										</tr>
									</table>
									';
        } else {
            $output = "Error! No Pictures have been found for this report_id!";
        }
        echo $output;
    } else {
        $PhotoViewer = new Page('Bilder von ' . OV_NAME, $area, 0, DEFAULT_STYLESHEET, $db, 0);
        $PhotoViewer->html_header_plain();
        $menu = array();
        $menu[0][link] = "reports.php";
        $menu[0][text] = 'Berichtübersicht';
        $PhotoViewer->pagetitle('Bilder von ' . OV_NAME, $menu);
    }
}
echo '<br>';
$output = '			<table width=95% align=center class=' . IB_BORDER . ' cellspacing=0 cellpadding=1>
							<tr>
								<td>
									<table width=100% align=center class=' . IB_BACKGROUND . ' cellspacing=0 cellpadding=0>
										<tr>
											<td align=center style="font-size: 9pt;">
												written by <a href="mailto:Jakob@TarnkappenBaum.org" class=blue>Jakob Külzer</a>, dies ist ein Teil von THW-Intern | SQL-Queries : <b>' . $GLOBALS[query_counter] . '</b> | visit <a href="http://www.tarnkappenbaum.org/" class=blue>www.TarnkappenBaum.org</a>
											</td>